summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/generic-install-on-sda5
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