use '.. to the debootstrap command' in description of --debopt
authorMichael Prokop <mika@grml.org>
Fri, 8 May 2009 13:38:54 +0000 (15:38 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 8 May 2009 13:38:54 +0000 (15:38 +0200)
cmdlineopts.clp
debian/changelog
grml-debootstrap
grml-debootstrap.8.txt

index b7d7a2a..cc5c9ee 100644 (file)
@@ -39,7 +39,7 @@ while :; do
   --mntpoint|-p)       # Mountpoint used for mounting the target system
     shift; _opt_mntpoint="$1"
     ;;
   --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)
     shift; _opt_debopt="$1"
     ;;
   --interactive)       # Use interactive mode (frontend)
index acf4c8d..302e64b 100644 (file)
@@ -12,10 +12,12 @@ grml-debootstrap (0.27) unstable; urgency=low
       display for checking configuration again.
     - Drop 'do not prompt for partition dialog if swraid has been
       configured already' which doesn't make any sense in most situations
       display for checking configuration again.
     - Drop 'do not prompt for partition dialog if swraid has been
       configured already' which doesn't make any sense in most situations
+  * Minor changes:
+    - use '.. to the debootstrap command' in description of --debopt
   * Debian Package:
     - bump Standard Version to 3.8.1 (no further changes).
 
   * Debian Package:
     - bump Standard Version to 3.8.1 (no further changes).
 
- -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 15:19:15 +0200
+ -- Michael Prokop <mika@grml.org>  Fri, 08 May 2009 15:37:58 +0200
 
 grml-debootstrap (0.26) unstable; urgency=low
 
 
 grml-debootstrap (0.26) unstable; urgency=low
 
index 26ddbf7..46d2526 100755 (executable)
@@ -42,7 +42,7 @@ Bootstrap options:
   -r, --release <name>   Release of new Debian system (default: stable).
   -t, --target <target>  Target partition (/dev/...) or directory.
   -p, --mntpoint <mnt>   Mountpoint used for mounting the target system.
   -r, --release <name>   Release of new Debian system (default: stable).
   -t, --target <target>  Target partition (/dev/...) or directory.
   -p, --mntpoint <mnt>   Mountpoint used for mounting the target system.
-      --debopt <params>  Extra parameters passed to the debootstrap.
+      --debopt <params>  Extra parameters passed to the debootstrap command.
       --interactive      Use interactive mode (frontend).
       --nodebootstrap    Skip debootstrap, only do configuration to the target.
       --groot <device>   Root device for usage in grub, corresponds with
       --interactive      Use interactive mode (frontend).
       --nodebootstrap    Skip debootstrap, only do configuration to the target.
       --groot <device>   Root device for usage in grub, corresponds with
index 9e5f591..ccbd323 100644 (file)
@@ -56,7 +56,7 @@ Options and environment variables
 
 *--debopt* <_params_>::
 
 
 *--debopt* <_params_>::
 
-    Extra parameters passed to the debootstrap.
+    Extra parameters passed to the debootstrap command.
 
 *--groot* <_device_>::
 
 
 *--groot* <_device_>::