X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=cmdlineopts.clp;h=cc5c9ee81e9dd85fa4bf6595e22be53803c21853;hp=a513314dd28a80f2879efca15fb6e1e606570927;hb=444d8dfca8c5fe66bad93e8e74d7d2eb4777712e;hpb=c651514965e8ff75d21a59b2dd857e5803157eb5 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