mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update neoinitmips_vu
This commit is contained in:
@@ -115,7 +115,11 @@ else
|
|||||||
if [ -f $IMAGE/$TARGET/sbin/init.sysvinit ]; then
|
if [ -f $IMAGE/$TARGET/sbin/init.sysvinit ]; then
|
||||||
exec /usr/sbin/chroot $IMAGE/$TARGET /sbin/init.sysvinit
|
exec /usr/sbin/chroot $IMAGE/$TARGET /sbin/init.sysvinit
|
||||||
elif [ -f $IMAGE/$TARGET/sbin/init ]; then
|
elif [ -f $IMAGE/$TARGET/sbin/init ]; then
|
||||||
exec /usr/sbin/chroot $IMAGE/$TARGET /sbin/init
|
exec /usr/sbin/chroot $IMAGE/$TARGET /sbin/init
|
||||||
|
elif [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/lib/systemd/systemd ]; then
|
||||||
|
echo " start file - init.sysvinit" >> $neoLOG
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /lib/systemd/systemd
|
||||||
|
echo "====================================================> "
|
||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo " NEOBOOT - ERROR !!! "
|
echo " NEOBOOT - ERROR !!! "
|
||||||
|
|||||||
Reference in New Issue
Block a user