X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=ec14eb66de242e8e4bb852c4b9dcca76ebfaf12d;hp=f751cb5bd0ce779baf7a34c446c8bc9b6c533f48;hb=d919319a42917bd94b547dc1ce0db988dd189839;hpb=f3a7ab6b9468d8424eb30d68df68929fffc05cf3 diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index f751cb5..ec14eb6 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -38,6 +38,12 @@ Options and environment variables deploy an i386 system use this option. Note: deploying amd64 from an i386 kernel does *not* work. Example: "_--arch i386_" +*--backportrepos*:: + + Enable Debian's Backports repository (http://backports.debian.org/) via the + /etc/apt/sources.list.d/backports.list configuration file. This provides the + option to install Debian packages from Debian's backports repository. + *--bootappend* _appendline-for-the-kernel_:: Specify appendline for the kernel. @@ -67,10 +73,15 @@ Options and environment variables Extra parameters passed to the debootstrap command. +*--debug*:: + + Execute in very verbose way. Useful for debugging possible problems + with grml-debootstrap or identify what's actually executed. + *--filesystem* _filesystem_:: Filesystem that should be created when installing to a partition. - If unset defaults to ext3. Valid values are all filesystems that + If unset defaults to ext4. Valid values are all filesystems that can be created through mkfs._filesystem_. *--force*:: @@ -172,9 +183,7 @@ Options and environment variables *-t*, *--target* _target_:: Target partition (/dev/...) or directory (anything else without /dev at the - beginning). To install grub using *--grub* make sure to use a _device_ - instead of a directory as _target_ (installation of grub as bootloader when - using directories is NOT supported). + beginning). *-v*, *--verbose*:: Increase verbosity.