summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31/data/init
diff options
context:
space:
mode:
Diffstat (limited to 'core/rootfs/rootfs-stage31/data/init')
-rwxr-xr-xcore/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
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"