]> git.siccegge.de Git - forks/vmdebootstrap.git/blobdiff - vmdebootstrap.8.in
Specific support for wheezy networking.
[forks/vmdebootstrap.git] / vmdebootstrap.8.in
index e1cd3ff3e968d2f17e2cf83d4fe88bbb0aee4762..04822d5add205b96ee2bb8b7751c10264a51b4d4 100644 (file)
@@ -74,6 +74,7 @@ and
 being added to /etc/network/interfaces.d/setup. Other networking
 configuration can be specified using a customisation script.
 Localhost settings would be:
+
  auto lo
  iface lo inet loopback
 
@@ -183,7 +184,11 @@ install package in DEB file onto system (not from mirror)
 do not install a linux package
 .IP \-\-kernel-package
 If \-\-no-kernel is not used and the auto-selection of the
-.B linux-image\$arch
+.B linux-image-586
+or
+.B linux-image-armmp
+or
+.B linux-image-$ARCH
 package is not suitable, the kernel package can be specified
 explicitly.
 .IP \-\-enable-dhcp
@@ -298,7 +303,7 @@ sudo chmod a+w ./test.img
 .PP
 Execute using qemu, e.g. on amd64 using qemu-system-x86_64:
 .IP
-qemu-system-x86_64 ./test.img
+qemu-system-x86_64 -drive format=raw,file=./test.img
 .PP
 (This loads the image in a new window.)
 .PP