summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2011-07-05 13:25:54 -0400
committerDJ Delorie <dj@delorie.com>2011-07-05 13:25:54 -0400
commit257e214b8e4f79a77feb25399c53a0e2ef8274b1 (patch)
treee8da16139834c2361c6fd1cf897561d4c1b404c5
parent857fac08cb249564bfcdb79b43b28d1be0433e2d (diff)
downloadbootstrap-257e214b8e4f79a77feb25399c53a0e2ef8274b1.tar.gz
bootstrap-257e214b8e4f79a77feb25399c53a0e2ef8274b1.tar.xz
bootstrap-257e214b8e4f79a77feb25399c53a0e2ef8274b1.zip
make sure /dev/null and /dev/zero are read/write by all
-rwxr-xr-xstage11
1 files changed, 1 insertions, 0 deletions
diff --git a/stage1 b/stage1
index 993173a..53e872e 100755
--- a/stage1
+++ b/stage1
@@ -438,6 +438,7 @@ case "$1" in
sudo mknod ttyO1 c 253 1
sudo mknod ttyO2 c 253 2
sudo mknod ttyO3 c 253 3
+ sudo chmod a+rw null zero
;;
"kernel" )