From 5ebd3565e58ce30f91bbba9ce5f25871dddcd2e8 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 13 Apr 2009 22:25:39 +0200 Subject: introduce (var_)TARGET_PACKAGES_EXCLUDE parameters + TARGET_GROUPS incorrect var fix --- examples/generic-install-on-sda | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda index 9d25776..9934e22 100644 --- a/examples/generic-install-on-sda +++ b/examples/generic-install-on-sda @@ -1,4 +1,6 @@ -# these variables are optional, here are the defaults (feel free to omit them) +# this config explains the (all) available options. +# the variables are optional and we define their defaults here (so you could omit the +# definitions), unless otherwise specified. SOURCE=cd FILE_URL=file:///src/core/pkg @@ -9,8 +11,9 @@ RUNTIME_REPOSITORIES= RUNTIME_PACKAGES= # packages to install -TARGET_GROUPS=base #all packages in this group will be installed (defaults to base if no group and no packages are specified) -TARGET_PACKAGES=openssh # you can also specify separate packages (this is empty by default) +TARGET_GROUPS=base # all packages in this group will be installed (defaults to base if no group and no packages are specified) +TARGET_PACKAGES_EXCLUDE= # Exclude these packages if they are member of one of the groups in TARGET_GROUPS. example: 'nano reiserfsprogs' (they are in base) +TARGET_PACKAGES=openssh # you can also specify separate packages to install (this is empty by default) # you can optionally also override some functions... worker_intro () { -- cgit v1.2.3-54-g00ecf