Update documentation for --arch option
authorMichael Prokop <mika@grml.org>
Fri, 11 Sep 2009 01:08:33 +0000 (03:08 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 11 Sep 2009 01:08:33 +0000 (03:08 +0200)
debian/changelog
grml-debootstrap
grml-debootstrap.8.txt

index 7fcdf90..63f43ef 100644 (file)
@@ -1,3 +1,15 @@
+grml-debootstrap (0.30) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * Add cmdline option for specifying target architecture (--arch).
+    Allows to specify target architecture i386 if running on an amd64
+    system. [Closes: issue658]
+
+  [ Michael Prokop ]
+  * Add according documentation for new --arch option.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 10 Sep 2009 16:04:07 +0200
+
 grml-debootstrap (0.29) unstable; urgency=low
 
   The "thanks to gebi for the bugreports and feedback" release. :)
 grml-debootstrap (0.29) unstable; urgency=low
 
   The "thanks to gebi for the bugreports and feedback" release. :)
index b693666..7d6d6a3 100755 (executable)
@@ -51,8 +51,7 @@ Bootstrap options:
                            \$TARGET in grub syntax, like hd0,0 for /dev/sda1.
       --grub <device>    Target for grub installation. Use grub syntax for
                            specifying, like hd0 for /dev/sda.
                            \$TARGET in grub syntax, like hd0,0 for /dev/sda1.
       --grub <device>    Target for grub installation. Use grub syntax for
                            specifying, like hd0 for /dev/sda.
-      --arch <arch>      Architecture to use. Currently only i386 and amd64
-                           are supported.
+      --arch <arch>      Architecture to use. Currently only i386 is supported.
 
 Configuration options:
 
 
 Configuration options:
 
index 82b2e5c..7bf600e 100644 (file)
@@ -29,6 +29,13 @@ CAUTION: The grml team does not take responsibility for loss of any data!
 Options and environment variables
 ---------------------------------
 
 Options and environment variables
 ---------------------------------
 
+*--arch* <_architecture_>::
+
+    Architecture you want to bootstrap. Currently only i386 is supported.
+    Defaults to the architecture that is currently running on your system. If
+    you're running an amd64 system and want to deploy a i386 system use this option.
+    Note: deploying amd64 from a i386 system won't work.
+
 *--bootappend* <_appendline for the kernel_>::
 
     Specify appendline for the kernel.
 *--bootappend* <_appendline for the kernel_>::
 
     Specify appendline for the kernel.