check for mounted target in mkfs() step already instead of mount_target()
[grml-debootstrap.git] / cmdlineopts.clp
index a513314..cc5c9ee 100644 (file)
@@ -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