add -boot d to example kvm command line for running installer

This commit is contained in:
Michael Hudson-Doyle 2017-09-14 11:12:45 +12:00
parent 794dd71ed5
commit 9da0136c9b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ do this:
```
$ qemu-img create -f raw target.img 10G
$ kvm -m 1024 -cdrom custom.iso -hda target.img -serial stdio
$ kvm -m 1024 -boot d -cdrom custom.iso -hda target.img -serial stdio
```
5. Finally, boot the installed image: