diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-27 12:20:44 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-27 12:20:44 +0100 |
| commit | 6b92f1793695460db488d5b5502a3d654ab2b572 (patch) | |
| tree | d94e0565676ad92fe9f21e53a1914c0b66e0fa1c /package/base-files/src | |
| parent | 50beebab01a244a27e45ffd766377fa3fa91229a (diff) | |
| parent | 74cae31f28b7b1a96f82ffe904374bf95b5054ac (diff) | |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/base-files/src')
| -rwxr-xr-x | package/base-files/src/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/src/init b/package/base-files/src/init index 771d375d1..618547693 100755 --- a/package/base-files/src/init +++ b/package/base-files/src/init @@ -8,6 +8,7 @@ mount -o nosuid,nodev,noexec -t sysfs sysfs /sys mount none /tmp -t tmpfs -o size=${size}k mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777 } +mount -o nosuid,size=128k,mode=0755 -t tmpfs mdev /dev mkdir /dev/pts /dev/shm mount -o nosuid,noexec -t devpts devpts /dev/pts exec 0<>/dev/console >&0 2>&0 |
