X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=bdc326ca5aaf2ac05d8b8e7749b684033dd00628;hp=1e6f49cb6d9bd4b609a9be4f684e39780c826bbb;hb=a1337d3aeb7bc042fb40fb90315264867661d3fc;hpb=0fda360ab5986be65e7ef7354ad92b9ead7e5d85 diff --git a/grml-debootstrap b/grml-debootstrap index 1e6f49c..bdc326c 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -57,15 +57,15 @@ Configuration options: /etc/debootstrap/config -d, --confdir Place of config files for debootstrap, defaults to /etc/debootstrap - --packages[=] Install packages defined in specified list file. - --debconf[=] Pre-seed packages using specified pre-seed db file. + --packages Install packages defined in specified list file. + --debconf Pre-seed packages using specified pre-seed db file. --keep_src_list Do not overwrite user provided apt sources.list. --hostname Hostname of Debian system. --password Use specified password as password for user root. --bootappend Add specified appendline to kernel whilst booting. --chroot-scripts Execute chroot scripts from specified directory. - --pre-scripts[=] Execute scripts from specified directory (before chroot-scripts). - --scripts[=] Execute scripts from specified directory (after chroot-scripts). + --pre-scripts Execute scripts from specified directory (before chroot-scripts). + --scripts Execute scripts from specified directory (after chroot-scripts). Other options: @@ -140,6 +140,7 @@ fi [ "$_opt_interactive" ] && INTERACTIVE=1 [ "$_opt_config" ] && CONFIGFILE=$_opt_config [ "$_opt_packages_set" ] && PACKAGES='yes' +[ "$_opt_nopackages" ] && PACKAGES='' [ "$_opt_debconf_set" ] && DEBCONF='yes' [ "$_opt_scripts_set" ] && SCRIPTS='yes' [ "$_opt_pre_scripts_set" ] && PRE_SCRIPTS='yes'