summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-22 17:48:13 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-22 17:48:13 +0100
commitfb96730dbfd801c45bc2009c1960d30403ecabc1 (patch)
treed630d8a527d627db1e971d0474c5132f16db27d5 /src/core/procedures/base
parentf4bd7c36b44da0c9a5985868aa8b0183cd4414c8 (diff)
since we use /tmp now, no more need to hide files. some categorizing (tagging) of files is useful though
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index c22a01c..cf4e7e2 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -5,7 +5,7 @@ var_DEFAULTFS="/boot:32:ext2:+ swap:256:swap /:7500:ext3 /home:*:ext3"
var_TARGET_DIR="/mnt" # When overriding this, do _not_ add a trailing /. It's not needed and maybe you could even break something
var_RUNTIME_REPOSITORIES= # array like this ('name1' 'location of repo 1' ['name2' 'location of repo2',..])
var_RUNTIME_PACKAGES=
-var_PKG_FILE=$RUNTIME_DIR/package-list # not used by default in base/interactive. can be used by custom procedures or profiles for the automatic procedure
+var_PKG_FILE=$RUNTIME_DIR/aif-package-list # not used by default in base/interactive. can be used by custom procedures or profiles for the automatic procedure
var_MIRRORLIST="/etc/pacman.d/mirrorlist"
var_UI_TYPE="cli" # set to cli or dia for dialog
var_ARCH=`uname -m` #i686 or x86_64. NOTE: this assumes you want to install the same arch as the installation environment you're using. maybe we could decouple those someday..