]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: provision: make a larger /boot partition
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 12 May 2020 13:46:10 +0000 (10:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 12 May 2020 13:46:10 +0000 (10:46 -0300)
share/hydractl/provision

index 7c2643ab79d13fdb726f67e2eac0c6abec7aac6b..621b3de5509af63f00602d303393f8a15dcb9790 100755 (executable)
@@ -235,9 +235,9 @@ else
     boot_device="$device"2
     syst_device="$device"2
   else
-    # Make a 200MB boot partition
+    # Make a 1024MB boot partition
     #boot_start="$(($bios_grub_end + 1))"
-    boot_size="200"
+    boot_size="1024"
     boot_start="`partition_sector_start $start $bios_grub_end $optimal_sector_size`"
     boot_size="$(($boot_size * $megabyte / $block_size))"
     boot_end="$(($boot_start + $boot_size -1))"