Increase /boot size

This commit is contained in:
Jeremy Gardais 2023-02-08 15:43:18 +01:00
parent bea8b94472
commit df830df28b
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
6 changed files with 6 additions and 6 deletions

View File

@ -171,7 +171,7 @@ d-i partman-auto-lvm/guided_size string max
### This recipe need almost 30Gb free space. ### This recipe need almost 30Gb free space.
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
boot-root :: \ boot-root :: \
200 200000 400 ext3 \ 300 200000 500 ext3 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ use_filesystem{ } filesystem{ ext3 } \

View File

@ -185,7 +185,7 @@ d-i partman-auto/expert_recipe string \
method{ efi } \ method{ efi } \
format{ } \ format{ } \
. \ . \
200 200000 250 ext3 \ 400 200000 800 ext3 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ use_filesystem{ } filesystem{ ext3 } \

View File

@ -189,7 +189,7 @@ d-i partman-auto/expert_recipe string \
method{ efi } \ method{ efi } \
format{ } \ format{ } \
. \ . \
200 200000 400 ext3 \ 400 200000 800 ext3 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ use_filesystem{ } filesystem{ ext3 } \

View File

@ -171,7 +171,7 @@ d-i partman-auto-lvm/guided_size string max
# see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm # see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
boot-root :: \ boot-root :: \
200 2000000 400 ext3 \ 400 2000000 800 ext3 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ use_filesystem{ } filesystem{ ext3 } \

View File

@ -191,7 +191,7 @@ d-i partman-auto/expert_recipe string \
method{ efi } \ method{ efi } \
format{ } \ format{ } \
. \ . \
200 200000 400 ext3 \ 400 200000 800 ext3 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ use_filesystem{ } filesystem{ ext3 } \

View File

@ -189,7 +189,7 @@ d-i partman-auto/expert_recipe string \
method{ efi } \ method{ efi } \
format{ } \ format{ } \
. \ . \
200 200000 400 ext3 \ 400 200000 800 ext3 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ use_filesystem{ } filesystem{ ext3 } \