http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f86754
)
Need write permission to /dev/net/tun, not just read.
author
Michael Brown
<mcb30@etherboot.org>
Fri, 26 May 2006 08:15:31 +0000
(08:15 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 26 May 2006 08:15:31 +0000
(08:15 +0000)
contrib/bochs/README
patch
|
blob
|
history
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