X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=cmdlineopts.clp;h=cc5c9ee81e9dd85fa4bf6595e22be53803c21853;hb=1482c1237c796e651d36f1c8535418c66b9c68ed;hp=a513314dd28a80f2879efca15fb6e1e606570927;hpb=c651514965e8ff75d21a59b2dd857e5803157eb5;p=grml-debootstrap.git diff --git a/cmdlineopts.clp b/cmdlineopts.clp index a513314..cc5c9ee 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -39,7 +39,7 @@ while :; do --mntpoint|-p) # Mountpoint used for mounting the target system shift; _opt_mntpoint="$1" ;; - --debopt) # Extra parameters passed to the debootstrap + --debopt) # Extra parameters passed to the debootstrap command shift; _opt_debopt="$1" ;; --interactive) # Use interactive mode (frontend) @@ -70,7 +70,7 @@ while :; do _opt_scripts_set=T ;; --chroot-scripts) # Execute chroot scripts from specified directory - shift; _opt_chroot_scripts_set="$1" + shift; _opt_chroot_scripts="$1" _opt_chroot_scripts_set=T ;; --keep_src_list) # Do not overwrite user provided apt sources.list