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.
|
### 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 } \
|
||||||
|
|
|
@ -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 } \
|
||||||
|
|
|
@ -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 } \
|
||||||
|
|
|
@ -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 } \
|
||||||
|
|
|
@ -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 } \
|
||||||
|
|
|
@ -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 } \
|
||||||
|
|
Loading…
Reference in New Issue