summaryrefslogtreecommitdiff
path: root/package/base-files/src/init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-21 09:28:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-21 09:28:42 +0200
commitbfb5b3012282088e30059d86d0f9699ad39ecbed (patch)
treec12a9713afd70022f556860e90bccfe806a1389d /package/base-files/src/init
parent021237fba314dadb8f861a5ca5d45e327bcdd154 (diff)
parent81a2930edf98d2a8c451009149b70ac5ad1f16aa (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, 0 insertions, 1 deletions
diff --git a/package/base-files/src/init b/package/base-files/src/init
index cfd264c3e..98d24c834 100755
--- a/package/base-files/src/init
+++ b/package/base-files/src/init
@@ -22,5 +22,4 @@ cat /etc/.rnd >/dev/urandom 2>&1
[ -x /kexecinit ] && { /kexecinit; }
[ -x /cryptinit ] && { /cryptinit; exec switch_root /mnt "/init";}
[ -x /sbin/cfgfs ] && { cfgfs setup; mount -o remount,ro /;} || mount -o remount,rw /
-[ -f /etc/fstab ] && { fsck -p >/dev/null; mount -a; swapon -a;}
exec /sbin/init