Add option --vm to install VMs into LVs and such
[grml-debootstrap.git] / grml-debootstrap.8.txt
index 334843d..2dce6db 100644 (file)
@@ -135,7 +135,7 @@ 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*::
 
@@ -202,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.