diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
| commit | b448bbcdab09b70b4d03ea0bc9167878e7f054da (patch) | |
| tree | 40ea72e4979ce176f6280b25368713122bee1b9c /package/base-files | |
| parent | d804be5baee6590ff6e91d267c8cb9933ed7ac60 (diff) | |
| parent | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (diff) | |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files')
| -rwxr-xr-x | package/base-files/extra/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/extra/init b/package/base-files/extra/init index 0d4f3d623..65f33e3d6 100755 --- a/package/base-files/extra/init +++ b/package/base-files/extra/init @@ -3,7 +3,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin mount -nt proc proc /proc size=$(awk '/MemTotal:/ { if ($2 > 16000) { print 4096 } else { print 2048 }}' /proc/meminfo) mount -o nosuid,nodev,noexec -t sysfs sysfs /sys -mount none /tmp -t tmpfs -o size=$size +mount none /tmp -t tmpfs -o size=${size}k mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777 mount -o nosuid,size=64k,mode=0755 -t tmpfs mdev /dev mkdir /dev/pts /dev/shm |
