Increase /boot size
This commit is contained in:
parent
bea8b94472
commit
df830df28b
|
@ -171,7 +171,7 @@ d-i partman-auto-lvm/guided_size string max
|
|||
### This recipe need almost 30Gb free space.
|
||||
d-i partman-auto/expert_recipe string \
|
||||
boot-root :: \
|
||||
200 200000 400 ext3 \
|
||||
300 200000 500 ext3 \
|
||||
$primary{ } $bootable{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext3 } \
|
||||
|
|
|
@ -185,7 +185,7 @@ d-i partman-auto/expert_recipe string \
|
|||
method{ efi } \
|
||||
format{ } \
|
||||
. \
|
||||
200 200000 250 ext3 \
|
||||
400 200000 800 ext3 \
|
||||
$primary{ } $bootable{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext3 } \
|
||||
|
|
|
@ -189,7 +189,7 @@ d-i partman-auto/expert_recipe string \
|
|||
method{ efi } \
|
||||
format{ } \
|
||||
. \
|
||||
200 200000 400 ext3 \
|
||||
400 200000 800 ext3 \
|
||||
$primary{ } $bootable{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext3 } \
|
||||
|
|
|
@ -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
|
||||
d-i partman-auto/expert_recipe string \
|
||||
boot-root :: \
|
||||
200 2000000 400 ext3 \
|
||||
400 2000000 800 ext3 \
|
||||
$primary{ } $bootable{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext3 } \
|
||||
|
|
|
@ -191,7 +191,7 @@ d-i partman-auto/expert_recipe string \
|
|||
method{ efi } \
|
||||
format{ } \
|
||||
. \
|
||||
200 200000 400 ext3 \
|
||||
400 200000 800 ext3 \
|
||||
$primary{ } $bootable{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext3 } \
|
||||
|
|
|
@ -189,7 +189,7 @@ d-i partman-auto/expert_recipe string \
|
|||
method{ efi } \
|
||||
format{ } \
|
||||
. \
|
||||
200 200000 400 ext3 \
|
||||
400 200000 800 ext3 \
|
||||
$primary{ } $bootable{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext3 } \
|
||||
|
|
Loading…
Reference in New Issue