http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Need write permission to /dev/net/tun, not just read.
[people/cooldavid/gpxe.git]
/
contrib
/
bochs
/
README
diff --git
a/contrib/bochs/README
b/contrib/bochs/README
index
2524579
..
21e73cf
100644
(file)
--- a/
contrib/bochs/README
+++ b/
contrib/bochs/README
@@
-34,7
+34,7
@@
To get bochs running is fairly simple:
5. As root, set up a TAP virtual network device:
/sbin/modprobe tun
- chmod o+r /dev/net/tun
+ chmod o+r
w
/dev/net/tun
./tunctl -u <username> -t tap0
/sbin/ifconfig tap0 up 10.254.254.2 netmask 255.255.255.0