diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-03-11 22:03:44 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-03-11 22:03:44 +0100 |
commit | 207061727ee23e040745771f72670813791748c3 (patch) | |
tree | 84a44d4b878e395d2308cb8a3f2aeda6a23b1861 /examples | |
parent | 73557d9a9f04e454f166326822fb26740d1dbff1 (diff) |
support specifying packages to install as group and by packagename
Diffstat (limited to 'examples')
-rw-r--r-- | examples/generic-install-on-sda | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda index 5e05b34..d2bff3c 100644 --- a/examples/generic-install-on-sda +++ b/examples/generic-install-on-sda @@ -6,6 +6,11 @@ AUTOMATIC_SYNC_URL= AUTOMATIC_RUNTIME_REPOSITORIES= AUTOMATIC_RUNTIME_PACKAGES= + +# packages to install +TARGET_GROUPS=base #all packages in this group will be installed +TARGET_PACKAGES=openssh # you can also specify separate packages + worker_intro () { infofy "Automatic procedure running the generic-install-on-sda example config. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS" sleep 10 |