X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.8.txt;h=2dce6db2120e4368feae7152174fe8396b64a84f;hp=282a794ced5d0f5abd1e6325f069801753724297;hb=9b9cdfe9d05c7e98b3f8070517ecbfca5ed5cb0d;hpb=84fe15047800fd2458ad08dd348cdc7238ad9e83 diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 282a794..2dce6db 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -109,7 +109,7 @@ Options and environment variables *--hostname* _hostname_:: - Use specified hostname instead of the default (being 'grml'). + Use specified hostname instead of the default (being $HOSTNAME or if unset 'grml'). *-i*, *--iso* _/mntpoint_:: @@ -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.