From 2d71e5d376a099ba7b97f56815bc511660c1b7d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Sun, 14 May 2017 17:40:20 +0200 Subject: replicant_gta04_install.sh: Replicant 6.0 image name and increased system partition size Signed-off-by: Wolfgang Wiedmeyer --- replicant_gta04_install.sh | 4 ++-- 1 file 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 ) { -- cgit v1.1