X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=2dce6db2120e4368feae7152174fe8396b64a84f;hp=96338646889e484834c36cc2f3a2ef431296368e;hb=960e54dbc6f4c1b446e1df444b1b71275ee30b5e;hpb=6cf66c73c8d9067c5836246ad7c3d51529c683c5 diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 9633864..2dce6db 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -135,7 +135,14 @@ Options and environment variables *--nointerfaces*:: Do not copy /etc/network/interfaces from host system to the target. - This option is automatically enabled when using --vmfile. + This option is automatically enabled when using --vm or --vmfile. + +*--nokernel*:: + + Skip installation of default kernel images. This option might be + interesting for you if you want a Debian system which doesn't + need to provide regular boot, e.g. a system which provides + ISOs for booting via GRUB using grml-rescueboot. *--nopackages*:: @@ -195,6 +202,14 @@ Options and environment variables Increase verbosity. +*--vm*:: + + Set up a Virtual Machine on an existing block device, which will be + partitioned. + This allows deployment of a Virtual Machine. The options needs to be + combined with the --target option. + Usage example: --vm --target /dev/mapper/your-vm-disk + *--vmfile*:: Set up a Virtual Machine instead of installing to a partition or directory.