mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
onecloud: Enable Plymouth (#4228)
This commit is contained in:
@@ -9,3 +9,5 @@ BOOTENV_FILE="onecloud.txt"
|
||||
|
||||
BOOTSIZE="200"
|
||||
BOOTFS_TYPE="fat"
|
||||
|
||||
BOOT_LOGO=desktop
|
||||
|
||||
@@ -41,6 +41,13 @@ if test -n "${consoleargs}"; test $? != 0; then
|
||||
test "${console}" = "display" || test "${console}" = "both" && setenv consoleargs "${consoleargs} console=tty1"
|
||||
test "${console}" = "serial" || test "${console}" = "both" && setenv consoleargs "${consoleargs} console=ttyAML0,115200n8"
|
||||
setenv consoleargs "${consoleargs} no_console_suspend consoleblank=0"
|
||||
|
||||
test -n "${bootlogo}" || setenv bootlogo "false"
|
||||
if test "${bootlogo}" = "true"; then
|
||||
setenv consoleargs "${consoleargs} splash plymouth.ignore-serial-consoles"
|
||||
else
|
||||
setenv consoleargs "${consoleargs} splash=verbose"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Boot Arguments
|
||||
|
||||
Reference in New Issue
Block a user