From: Michael Prokop Date: Fri, 11 Sep 2009 01:08:33 +0000 (+0200) Subject: Update documentation for --arch option X-Git-Tag: v0.30~2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=43b1b3a0c5b6d1fe61ba035e30cd7ddffd4958a0 Update documentation for --arch option --- diff --git a/debian/changelog b/debian/changelog index 7fcdf90..63f43ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. :) diff --git a/grml-debootstrap b/grml-debootstrap index b693666..7d6d6a3 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -51,8 +51,7 @@ Bootstrap options: \$TARGET in grub syntax, like hd0,0 for /dev/sda1. --grub Target for grub installation. Use grub syntax for specifying, like hd0 for /dev/sda. - --arch Architecture to use. Currently only i386 and amd64 - are supported. + --arch Architecture to use. Currently only i386 is supported. Configuration options: diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 82b2e5c..7bf600e 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -29,6 +29,13 @@ CAUTION: The grml team does not take responsibility for loss of any data! 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.