summaryrefslogtreecommitdiffstats
path: root/replicant_gta04_install.sh
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-06-26 00:34:57 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-06-26 00:34:57 +0200
commit13066d8de9ae8456571e6640a37ea249b1147363 (patch)
tree896640801df123c866e7709ef91d422266011eac /replicant_gta04_install.sh
parent155af4a443202905c2e48e4ecdb6d0fdbc7e55e0 (diff)
downloaddevice_goldelico_gta04-13066d8de9ae8456571e6640a37ea249b1147363.zip
device_goldelico_gta04-13066d8de9ae8456571e6640a37ea249b1147363.tar.gz
device_goldelico_gta04-13066d8de9ae8456571e6640a37ea249b1147363.tar.bz2
Continuous splash screen
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'replicant_gta04_install.sh')
-rwxr-xr-xreplicant_gta04_install.sh5
1 files changed, 5 insertions, 0 deletions
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"