mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox-initramfs: clear screen on boot and hide cursor if possible
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -313,7 +313,7 @@ CONFIG_USLEEP=y
|
||||
#
|
||||
CONFIG_CHVT=y
|
||||
# CONFIG_FGCONSOLE is not set
|
||||
# CONFIG_CLEAR is not set
|
||||
CONFIG_CLEAR=y
|
||||
# CONFIG_DEALLOCVT is not set
|
||||
# CONFIG_DUMPKMAP is not set
|
||||
# CONFIG_KBD_MODE is not set
|
||||
|
||||
@@ -40,7 +40,8 @@ NFS_OVERLAY="192.168.1.1:/var/lib/overlay"
|
||||
# hide kernel log messages on console
|
||||
echo '1 4 1 7' > /proc/sys/kernel/printk
|
||||
|
||||
# hide cursor
|
||||
# clear screen and hide cursor
|
||||
clear
|
||||
echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
|
||||
|
||||
# parse command line arguments
|
||||
|
||||
Reference in New Issue
Block a user