X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-debootstrap.8.txt;h=880e7ed50fae76325d5e2450b2937a2043f1905f;hb=71407749f09de74471d7640bf9e8d0b5b0b9a75e;hp=a18ad84d438d5fa0ff570a5d4e824484da138462;hpb=a64fecc43d38fc8ec220490b772c0c2f2ec7a86d;p=grml-debootstrap.git diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index a18ad84..880e7ed 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -29,12 +29,12 @@ CAUTION: The grml team does not take responsibility for loss of any data! Options and environment variables --------------------------------- -*--arch* <_architecture_>:: +*--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. + Set target architecture you want to install. Defaults to the architecture + you are currently running. If you're running an amd64 kernel and want to + deploy an i386 system use this option. Note: deploying amd64 from an i386 + kernel does *not* work. Example: "_--arch i386_" *--bootappend* <_appendline for the kernel_>:: @@ -75,6 +75,12 @@ Options and environment variables Skip user acknowledgement and do not prompt for user input. +*--grmlrepos*:: + + Enable Grml.org's Debian repository (http://deb.grml.org/) via the + /etc/apt/sources.list.d/grml.list configuration file. This provides the + option to install Debian packages from Grml's repository. + *--grub* <_device_>:: Device where grub should be installed to. Note that only the MBR (master @@ -117,6 +123,12 @@ Options and environment variables Skip installation of packages defined in /etc/debootstrap/packages. +*--nopassword*:: + + Do not prompt for the root password. Note: Use the '--password' option if + you want to set the root password during an automatic installation but don't + want to use the interactive dialog. + *--insecure*:: Do not download and check signatures for retrieved Release files.