diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-21 11:34:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-21 11:34:55 +0200 |
commit | deb96b0a843e6e133d4334996dc28373972bea5d (patch) | |
tree | 1b1d5c1928f4cf91692517f330e543725731b3f7 /package/base-files/src/init | |
parent | 50345b17210bea8b96200fa618d65adf3c3f0b66 (diff) | |
parent | ded3b4fdf4b0171762288f22a532c7306ddb3cbc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/src/init')
-rwxr-xr-x | package/base-files/src/init | 1 |
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 |