summaryrefslogtreecommitdiffstats
path: root/replicant_gta04_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'replicant_gta04_install.sh')
-rwxr-xr-xreplicant_gta04_install.sh6
1 files changed, 3 insertions, 3 deletions
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"