diff options
| author | DJ Delorie <dj@delorie.com> | 2011-07-05 13:25:54 -0400 |
|---|---|---|
| committer | DJ Delorie <dj@delorie.com> | 2011-07-05 13:25:54 -0400 |
| commit | 257e214b8e4f79a77feb25399c53a0e2ef8274b1 (patch) | |
| tree | e8da16139834c2361c6fd1cf897561d4c1b404c5 | |
| parent | 857fac08cb249564bfcdb79b43b28d1be0433e2d (diff) | |
make sure /dev/null and /dev/zero are read/write by all
| -rwxr-xr-x | stage1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ) |
