minor fixes
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index 80f0d7c4a70afd9dfb86f616c7830089bb06bcc3..19b80238081b1cda61f5430f03cbad2c376d9f55 100755 (executable)
@@ -360,8 +360,8 @@ if (( boot_space > 60000 )); then
   # becuase I keep a minimal debian install on it for
   # recovery needs and for doing pxe-kexec.
   boot_mib=10000
-  root2_mib=200000
-  boot2_mib=2000
+  root2_mib=1000000
+  boot2_mib=5000
 elif (( boot_spa_ce > 30000 )); then
   boot_mib=$(( 5000 + (boot_space - 30000) / 2 ))
   root2_mib=100
@@ -369,8 +369,9 @@ elif (( boot_spa_ce > 30000 )); then
 else
   # Small vms don't have room for /boot recovery.  With 3 kernels
   # installed, i'm using 132M on t8, so this seems like plenty of
-  # room. note: rhel 8 recomments 1g for /boot.
-  boot_mib=500
+  # room. note: rhel 8 recomments 1g for /boot.  u20.04 with 3 kernels =
+  # 308 mb, so things have grown significantly
+  boot_mib=1000
   root2_mib=100
   boot2_mib=100
 fi