diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-05 17:41:07 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-05 17:41:07 +0000 |
commit | eec85c2a0d18523f535785d15b046f427481cf5f (patch) | |
tree | 7cfa9be268d4740264695aeada104195b1f02465 /qemu-doc.texi | |
parent | 9ae0255520fb37d9972bef9bf58d6f342ea7128a (diff) |
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
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 1dd33fe9b3..45f5ea412f 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -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 |