X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=vmdebootstrap.8.in;h=04822d5add205b96ee2bb8b7751c10264a51b4d4;hb=390e883698f85e34433ef79aeabfde77c06b1c22;hp=34dfe024c0a78f3f324c924d094c036e98185335;hpb=9497e6223cdf59eab22ee5b43b61aa9c91a93cda;p=forks%2Fvmdebootstrap.git diff --git a/vmdebootstrap.8.in b/vmdebootstrap.8.in index 34dfe02..04822d5 100644 --- a/vmdebootstrap.8.in +++ b/vmdebootstrap.8.in @@ -65,6 +65,25 @@ and log into it via its console to configure it. The image has an empty root password and will not have networking configured by default. Set the root password before you configure networking. +.SH NETWORKING +The \-\-enable\-networking option uses the /etc/network/interfaces.d/ +source directory, with the default settings for +.B lo +and +.B eth0 +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 + +If \-\-enable\-dhcp is specified, these settings are also included +into /etc/network/interfaces.d/setup: + + auto eth0 + iface eth0 inet dhcp + .SH BOOTLOADERS Unless the \-\-no\-extlinux or \-\-grub options are specified, the image will use @@ -165,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 @@ -280,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