From 23d63f612d11ebe781fcc2b41e68f17cb64018a0 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 11 Mar 2022 11:58:11 +0200 Subject: [PATCH] Update dminit --- NeoBoot/bin/dminit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/bin/dminit b/NeoBoot/bin/dminit index cd2f699..2099835 100644 --- a/NeoBoot/bin/dminit +++ b/NeoBoot/bin/dminit @@ -300,7 +300,9 @@ else fi # boot Flash UNIONFS=0 - ln -sfn /sbin/init.sysvinit /sbin/init + if [ $TARGET = "Flash" ]; then + ln -sfn /sbin/init.sysvinit /sbin/init + fi if [ -f /lib/modules/`uname -r`/kernel/fs/unionfs.ko ]; then /sbin/insmod /lib/modules/`uname -r`/kernel/fs/unionfs.ko >> /dev/null 2>&1 fi