Update pkg-message a bit for the old qemu version too.

Reminded by:	bapt
This commit is contained in:
Juergen Lock 2013-06-04 21:47:59 +00:00
parent 5fe5e3f9ab
commit 678b4b1754
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319916

View file

@ -1,10 +1,9 @@
FreeBSD host notes
==================
- Needs to run as root in order to use /dev/tap* networking (why?) (actually
RELENG_6 and above now has a sysctl net.link.tap.user_open to allow users to
use it too. Don't forget to adjust device node permissions in
/etc/devfs.rules.)
- Needs to set net.link.tap.user_open sysctl in order to use /dev/tap*
networking as non-root. Don't forget to adjust device node permissions in
/etc/devfs.rules.
- slirp (usermode networking) is fixed now in cvs, on FreeSBIE 1.0 guests you
still have to manually do: echo nameserver 10.0.2.3 >/etc/resolv.conf but
@ -45,8 +44,8 @@ FreeBSD host notes
the same way.
- The -smb option (smb-export local dir to guest using the default
slirp networking) needs the net/samba34 port/package installed
in addition to qemu.
slirp networking) needs the net/samba36 port/package installed
in addition to qemu. (SAMBA knob.)
- If you want to use usb devices connected to the host in the guest
(usb_add host:... monitor command; this doesn't work on FreeBSD 8 and