X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=cmdlineopts.clp;h=efa31477cb743099cc1607a604aff38523d57cd8;hp=496626c4a785815d15176a5dca1cab787fc1be64;hb=4040ae3e3763818f6002af85aec8e9ed7c905c56;hpb=b98747dfc77136aedff9c5beb89808fd35aefa58 diff --git a/cmdlineopts.clp b/cmdlineopts.clp index 496626c..efa3147 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -65,6 +65,14 @@ while :; do shift; _opt_debconf="$1" _opt_debconf_set=T ;; + --scripts) # Execute scripts from /scripts/. Option + shift; _opt_scripts="$1" + _opt_scripts_set=T + ;; + --chroot-scripts) # Execute scripts from /chroot-scripts/. Option + shift; _opt_chroot_scripts_set="$1" + _opt_chroot_scripts_set=T + ;; --keep_src_list) # Do not overwrite user provided apt sources.list. _opt_keep_src_list=T ;; @@ -74,7 +82,6 @@ while :; do --password) # Use specified password as password for user root. shift; _opt_password="$1" ;; - # --bootappend) # Add specified appendline to kernel whilst booting. shift; _opt_bootappend="$1" ;;