mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
BOARD: disable normalboot.custom.sh (#171)
as it only executes daemon, no further need for it
This commit is contained in:
5
board/miyoo/boot/normalboot.custom.sh-OFF
Normal file
5
board/miyoo/boot/normalboot.custom.sh-OFF
Normal file
@@ -0,0 +1,5 @@
|
||||
# expected to be run from this directory
|
||||
# LOGS variable is set, but it should usually be /dev/null
|
||||
# CONSOLE_VARIANT is also set
|
||||
# launch daemon
|
||||
daemon >> "${LOGS}" 2>&1
|
||||
Reference in New Issue
Block a user