mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Add -bootp option for slirp, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2439 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5f189496c4
commit
47d5d01a45
4 changed files with 23 additions and 0 deletions
|
@ -452,6 +452,16 @@ guest must be configured in binary mode (use the command @code{bin} of
|
|||
the Unix TFTP client). The host IP address on the guest is as usual
|
||||
10.0.2.2.
|
||||
|
||||
@item -bootp file
|
||||
When using the user mode network stack, broadcast @var{file} as the BOOTP
|
||||
filename. In conjunction with @option{-tftp}, this can be used to network boot
|
||||
a guest from a local directory.
|
||||
|
||||
Example (using pxelinux):
|
||||
@example
|
||||
qemu -hda linux.img -boot n -tftp /path/to/tftp/files -bootp /pxelinux.0
|
||||
@end example
|
||||
|
||||
@item -smb dir
|
||||
When using the user mode network stack, activate a built-in SMB
|
||||
server so that Windows OSes can access to the host files in @file{dir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue