From d1f1c82ad66a22bf8de04c395821416847cb9135 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 3 May 2014 22:16:29 +0200 Subject: bootimg.mk: bootable target instead of bootloader Signed-off-by: Paul Kocialkowski --- replicant_gta04_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'replicant_gta04_install.sh') diff --git a/replicant_gta04_install.sh b/replicant_gta04_install.sh index f8f0874..30bf5f5 100755 --- a/replicant_gta04_install.sh +++ b/replicant_gta04_install.sh @@ -34,7 +34,7 @@ DRIVE_CYLINDERS="" DRIVE_PART="" SYSTEM_ZIP="replicant-4.2-gta04.zip" -BOOTLOADER_ZIP="bootloader.zip" +BOOTABLE_ZIP="bootable.zip" FILES_BASE="." MOUNT_BASE="/media" @@ -49,7 +49,7 @@ display_help() { echo "Usage: $0 [COMMAND] [DRIVE]" echo "" echo "It is expected that the following files are located in $FILES_BASE:" - echo " $BOOTLOADER_ZIP for setup" + echo " $BOOTABLE_ZIP for setup" echo " $SYSTEM_ZIP for install" echo "" echo "Commands:" @@ -254,7 +254,7 @@ setup_boot_install() { mkdir -p "$MOUNT_BASE/boot" mount "${DRIVE_PART}1" "$MOUNT_BASE/boot" - unzip -o "$FILES_BASE/$BOOTLOADER_ZIP" "**" -d "$MOUNT_BASE/boot/" + unzip -o "$FILES_BASE/$BOOTABLE_ZIP" "**" -d "$MOUNT_BASE/boot/" dir=$( pwd ) echo "Syncing boot files" -- cgit v1.1