mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Add -boot n option for x86 using PXE, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2293 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9ae0255520
commit
eec85c2a0d
4 changed files with 35 additions and 6 deletions
|
@ -219,9 +219,9 @@ Use @var{file} as CD-ROM image (you cannot use @option{-hdc} and and
|
|||
@option{-cdrom} at the same time). You can use the host CD-ROM by
|
||||
using @file{/dev/cdrom} as filename (@pxref{host_drives}).
|
||||
|
||||
@item -boot [a|c|d]
|
||||
Boot on floppy (a), hard disk (c) or CD-ROM (d). Hard disk boot is
|
||||
the default.
|
||||
@item -boot [a|c|d|n]
|
||||
Boot on floppy (a), hard disk (c), CD-ROM (d), or Etherboot (n). Hard disk boot
|
||||
is the default.
|
||||
|
||||
@item -disk ide,img=file[,hdx=a..dd][,type=disk|cdrom]
|
||||
Use @var{file} as the IDE disk/CD-ROM image. The defaults are: hdx=a,type=disk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue