diff options
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 537a65352..ac689f046 100755 --- a/package/base-files/src/init +++ b/package/base-files/src/init @@ -18,6 +18,7 @@ echo >/dev/mdev.seq echo "/sbin/mdev" >/proc/sys/kernel/hotplug mdev -s cat /etc/.rnd >/dev/urandom 2>&1 +[ -x /installer ] && { /installer; } [ -x /kexecinit ] && { /kexecinit; } [ -x /cryptinit ] && { /cryptinit; exec switch_root /mnt "/init";} [ -x /sbin/cfgfs ] && { cfgfs setup; mount -o remount,ro /;} || mount -o remount,rw / |