summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xreplicant_gta04_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/replicant_gta04_install.sh b/replicant_gta04_install.sh
index ed29c73..1ee473a 100755
--- a/replicant_gta04_install.sh
+++ b/replicant_gta04_install.sh
@@ -33,7 +33,7 @@ DRIVE_SIZE=""
DRIVE_CYLINDERS=""
DRIVE_PART=""
-SYSTEM_ZIP="replicant-4.2-gta04.zip"
+SYSTEM_ZIP="replicant-6.0-gta04.zip"
BOOTABLE_ZIP="bootable.zip"
FILES_BASE="."
@@ -222,7 +222,7 @@ setup_drive_infos() {
setup_drive_partition() {
boot_size=$( echo "(50 * 1024 * 1024 * $DRIVE_CYLINDERS) / $DRIVE_SIZE" | bc )
- system_size=$( echo "(350 * 1024 * 1024 * $DRIVE_CYLINDERS) / $DRIVE_SIZE" | bc )
+ system_size=$( echo "(600 * 1024 * 1024 * $DRIVE_CYLINDERS) / $DRIVE_SIZE" | bc )
cache_size=$( echo "(100 * 1024 * 1024 * $DRIVE_CYLINDERS) / $DRIVE_SIZE" | bc )
{