From 90fc0b840373dbf49ffc1dcd9220a1d3e0cb96bc Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 12 Aug 2020 22:31:16 +0200 Subject: [rootfs-stage31] fix awk regex for fbsplash --- core/rootfs/rootfs-stage31/data/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/rootfs') diff --git a/core/rootfs/rootfs-stage31/data/init b/core/rootfs/rootfs-stage31/data/init index 706482e5..7e1bcf21 100755 --- a/core/rootfs/rootfs-stage31/data/init +++ b/core/rootfs/rootfs-stage31/data/init @@ -101,7 +101,7 @@ if [ "$SPLASH" -eq 1 ]; then MUTED_OUTPUT=1 clear echo -e "\033[?25l" >&4 - screen_size="$(fbset | awk '$1 = /geometry/ {print $2" "$3}')" + screen_size="$(fbset | awk '$1 ~ /geometry/ {print $2" "$3}')" screen_width="${screen_size%% *}" screen_height="${screen_size#* }" fbsplash_cfg="/etc/fbsplash.cfg" -- cgit v1.2.3-55-g7522