summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-03-12 22:03:37 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-03-12 22:03:37 +0100
commit5b355e862110f43ab598609756eca51e724e7893 (patch)
tree05b1cfb6083d40bb42c360286e0b1934b9e10847 /examples
parent8ae2a7c43fb2ae4b6f01c57f35a526d5d32e3605 (diff)
docs
Diffstat (limited to 'examples')
-rw-r--r--examples/generic-install-on-sda5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda
index d2bff3c..0afdea5 100644
--- a/examples/generic-install-on-sda
+++ b/examples/generic-install-on-sda
@@ -1,14 +1,15 @@
# these variables are defaults, but it doesn't hurt to define them.
-# TODO: put something here (preferably the group) to say which packages we want)
+
AUTOMATIC_SOURCE=cd
AUTOMATIC_FILE_URL=file:///src/core/pkg
AUTOMATIC_SYNC_URL=
+# Do you want to have additional pacman repositories or packages available at runtime (during installation)?
AUTOMATIC_RUNTIME_REPOSITORIES=
AUTOMATIC_RUNTIME_PACKAGES=
# packages to install
-TARGET_GROUPS=base #all packages in this group will be installed
+TARGET_GROUPS=base #all packages in this group will be installed
TARGET_PACKAGES=openssh # you can also specify separate packages
worker_intro () {