BOARD: disable normalboot.custom.sh (#171)

as it only executes daemon, no further need for it
This commit is contained in:
Apaczer
2025-05-27 22:58:47 +02:00
committed by GitHub
parent 5c0a711fd2
commit f9941553c2
2 changed files with 1 additions and 3 deletions

View File

@@ -3,5 +3,3 @@
# CONSOLE_VARIANT is also set
# launch daemon
daemon >> "${LOGS}" 2>&1
# st7789sfb video driver long initialization fix
echo " "

View File

@@ -13,7 +13,7 @@ image bootfs.vfat {
"boot/firstboot",
"boot/firstboot.custom.sh-OFF",
"boot/modules.custom.sh",
"boot/normalboot.custom.sh",
"boot/normalboot.custom.sh-OFF",
"boot/ipk_install.sh",
}
}