summaryrefslogtreecommitdiffstats
path: root/replicant_gta04_install.sh
diff options
context:
space:
mode:
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"