mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] reboot if firstboot.custom.sh
is present
This commit is contained in:
@@ -482,6 +482,7 @@ if test -r "${BASEDIR}/firstboot.custom.sh"; then
|
|||||||
umount /dev/mmcblk0p4 | tee -a ${LOG}
|
umount /dev/mmcblk0p4 | tee -a ${LOG}
|
||||||
#umount /dev/mmcblk0p1 | tee -a ${LOG} # this fails
|
#umount /dev/mmcblk0p1 | tee -a ${LOG} # this fails
|
||||||
sleep 3
|
sleep 3
|
||||||
|
reboot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# REBOOT device if CONSOLE_VARIANT was overwritten from $CHOICE
|
# REBOOT device if CONSOLE_VARIANT was overwritten from $CHOICE
|
||||||
|
Reference in New Issue
Block a user