From 13066d8de9ae8456571e6640a37ea249b1147363 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 26 Jun 2014 00:34:57 +0200 Subject: Continuous splash screen Signed-off-by: Paul Kocialkowski --- replicant_gta04_install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'replicant_gta04_install.sh') diff --git a/replicant_gta04_install.sh b/replicant_gta04_install.sh index ccdb18d..278058f 100755 --- a/replicant_gta04_install.sh +++ b/replicant_gta04_install.sh @@ -256,6 +256,11 @@ setup_boot_install() { unzip -o "$FILES_BASE/$BOOTABLE_ZIP" "**" -d "$MOUNT_BASE/boot/" + if [ -f "$MOUNT_BASE/boot/splash.rgb16z" ] + then + gunzip < "$MOUNT_BASE/boot/splash.rgb16z" > "$MOUNT_BASE/boot/splash.rgb16" + fi + dir=$( pwd ) echo "Syncing boot files" cd "$MOUNT_BASE/boot" -- cgit v1.1