diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 12:48:45 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 12:48:45 +0000 |
commit | be3edd95908863ae39936d1b0608f0727256a3c3 (patch) | |
tree | 4d949aad091ef7727adbaf7c572ba4ba48c06ab3 /qemu-doc.texi | |
parent | 023fe10d24acd124d0b7c5c5ac8edd41d6cc08f2 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@870 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 0e3f617b7b..395f39a3fe 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -196,7 +196,8 @@ General options: @table @option @item -fda file @item -fdb file -Use @var{file} as floppy disk 0/1 image (@xref{disk_images}). +Use @var{file} as floppy disk 0/1 image (@xref{disk_images}). You can +use the host floppy by using @file{/dev/fd0} as filename. @item -hda file @item -hdb file @@ -206,7 +207,8 @@ Use @var{file} as hard disk 0, 1, 2 or 3 image (@xref{disk_images}). @item -cdrom file Use @var{file} as CD-ROM image (you cannot use @option{-hdc} and and -@option{-cdrom} at the same time). +@option{-cdrom} at the same time). You can use the host CD-ROM by +using @file{/dev/cdrom} as filename. @item -boot [a|c|d] Boot on floppy (a), hard disk (c) or CD-ROM (d). Hard disk boot is |