X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=727e11d6ef0a9a1b207fb20f4f4f7127ed1011b2;hp=4f6fa97dcc7f65f3c9101e3a134acca67e7c7419;hb=2976d922706a8756b66431d79f0262cc30c52ab4;hpb=95f4b7c479cce25127be9d0ccc160d8bf179b37c diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 4f6fa97..727e11d 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -73,6 +73,11 @@ 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. @@ -127,6 +132,11 @@ Options and environment variables Skip debootstrap, only do configuration to the target. +*--nointerfaces*:: + + Do not copy /etc/network/interfaces from host system to the target. + This option is automatically enabled when using --vmfile. + *--nopackages*:: Skip installation of packages defined in /etc/debootstrap/packages. @@ -178,9 +188,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.