diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-25 18:41:26 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-25 18:41:26 +0200 |
commit | 9dd334f2d8be6cacddb15e0f035aeba5fbe139fa (patch) | |
tree | a0584ebd6ca1ea84220c87633febf941506a147f /examples/generic-install-on-sda | |
parent | 5139076fc777a6fced02751908c9cd5fcb8d9a6c (diff) |
document vars
Diffstat (limited to 'examples/generic-install-on-sda')
-rw-r--r-- | examples/generic-install-on-sda | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda index 9934e22..8f6a152 100644 --- a/examples/generic-install-on-sda +++ b/examples/generic-install-on-sda @@ -7,7 +7,9 @@ FILE_URL=file:///src/core/pkg SYNC_URL= # Do you want to have additional pacman repositories or packages available at runtime (during installation)? +# RUNTIME_REPOSITORIES = array like this ('name1' 'location of repo 1' ['name2' 'location of repo2',..]) RUNTIME_REPOSITORIES= +# space separated list RUNTIME_PACKAGES= # packages to install |