]> git.siccegge.de Git - forks/vmdebootstrap.git/blobdiff - vmdebootstrap.8
Add --package option.
[forks/vmdebootstrap.git] / vmdebootstrap.8
index ecfb8a20eb461e3e43bafdbd6b850ec65ebe8794..ca173c7fea9b504237d4c64f83d0aaddc33bec23 100644 (file)
@@ -38,6 +38,23 @@ is a wrapper around
 You need to run
 .B vmdebootstrap
 as root.
+.PP
+To use the image,
+you probably want to create a virtual machine using your preferred
+virtualization technology, such as 
+.BR kvm (1),
+or
+.BR qemu (1).
+Configure the virtual machine to use the image you've created.
+Then start the virtual machine,
+and log into it via its console to configure it.
+.PP
+The image will be using
+.BR extlinux (1)
+as a boot loader.
+It has an empty root password.
+The image will not have networking configured.
+Set the root password before you configure networking.
 .SH OPTIONS
 .TP
 .BR \-\-help
@@ -92,6 +109,12 @@ e.g., you can build an i386 image on amd64, but not arm.
 .TP
 .BR \-\-distribution =\fINAME
 Use a given release of Debian.
+.TP
+.BR \-\-package =\fIPACKAGE
+Install 
+.I PACKAGE
+on the system.
+Can be given multiple times.
 .SH EXAMPLE
 To create an image for the stable release of Debian:
 .nf