From 7b53cdbafbffc64ccfc20fba4094e20f4b55d74d Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 5 Mar 2022 20:17:33 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh | 4 ++-- NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh | 4 ++-- NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh | 4 ++-- NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh b/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh index 2615888..c98b34d 100644 --- a/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh +++ b/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh @@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4k" ] ; then sync && echo 3 > /proc/sys/vm/drop_caches sleep 5 echo -n "Rebooting... " - /sbin/reboot + reboot -d -f else if [ $TARGET != "Flash" ]; then [ $PL ] && echo "Przenoszenie pliku kernel do /tmp..." || echo "Moving the kernel file to..." @@ -121,7 +121,7 @@ if [ $VUMODEL = "duo4k" ] ; then echo "...............Shutdown Now..............." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - /sbin/reboot + reboot -d -f fi fi diff --git a/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh b/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh index fa63d00..4c48750 100644 --- a/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh +++ b/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh @@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4kse" ] ; then sync && echo 3 > /proc/sys/vm/drop_caches sleep 5 echo -n "Rebooting... " - /sbin/reboot + reboot -d -f else if [ $TARGET != "Flash" ]; then [ $PL ] && echo "Przenoszenie pliku kernel do /tmp..." || echo "Moving the kernel file to..." @@ -121,7 +121,7 @@ if [ $VUMODEL = "duo4kse" ] ; then echo "...............Shutdown Now..............." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - /sbin/reboot + reboot -d -f fi fi diff --git a/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh b/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh index 4281e0d..ff1e905 100644 --- a/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh +++ b/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh @@ -74,7 +74,7 @@ if [ $VUMODEL = "zero4k" ] ; then echo "...............shutdown now..............." sleep 5 echo -n "Rebooting... " - /sbin/reboot + reboot -d -f else if [ $TARGET != "Flash" ]; then if [ -e /.multinfo ] ; then @@ -126,7 +126,7 @@ if [ $VUMODEL = "zero4k" ] ; then echo "...............Shutdown Now..............." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - /sbin/reboot + reboot -d -f fi fi else diff --git a/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh b/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh index b9086e5..bd7e596 100644 --- a/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh +++ b/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh @@ -75,7 +75,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS echo -n "Rebooting... " sync && echo 3 > /proc/sys/vm/drop_caches PATH=/sbin:/bin:/usr/sbin:/usr/bin - /sbin/reboot + reboot -d -f else if [ $TARGET != "Flash" ]; then if [ -e /.multinfo ] ; then @@ -130,7 +130,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS echo "... - Shutdown Now - ..." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - /sbin/reboot + reboot -d -f fi fi else