]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Need write permission to /dev/net/tun, not just read.
authorMichael Brown <mcb30@etherboot.org>
Fri, 26 May 2006 08:15:31 +0000 (08:15 +0000)
committerMichael Brown <mcb30@etherboot.org>
Fri, 26 May 2006 08:15:31 +0000 (08:15 +0000)
contrib/bochs/README

index 2524579d554654fd27f21e01a75819691d8bdb1e..21e73cf63586044833f27546dd08f8e7d9fbb813 100644 (file)
@@ -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+rw /dev/net/tun
       ./tunctl -u <username> -t tap0
       /sbin/ifconfig tap0 up 10.254.254.2 netmask 255.255.255.0