summaryrefslogtreecommitdiff
path: root/package/base-files/src/init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-22 19:27:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-22 19:27:18 +0100
commit3becf571f6137f47f15ac3dfcbb64c5a4f4b3852 (patch)
tree8b446cb5ed95bd078b2b7be13ae62c29e202d657 /package/base-files/src/init
parentf4704ae1ec6a30b3dde6424f317e5315757a65f0 (diff)
parentc7b25f4c5726394f2cc57b924bb7913a3882255e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/src/init')
-rwxr-xr-xpackage/base-files/src/init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/src/init b/package/base-files/src/init
index 003808452..ad519e96d 100755
--- a/package/base-files/src/init
+++ b/package/base-files/src/init
@@ -3,6 +3,7 @@ echo "System initialization ..."
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
mount -t devtmpfs devtmpfs /dev >/dev/null 2>&1
mount -nt proc proc /proc
+echo 0 > /proc/sys/kernel/printk
mount -o nosuid,nodev,noexec -t sysfs sysfs /sys
[ ! -f /etc/notmpfs ] && {
size=$(cat /etc/tmpfs 2>/dev/null)