Use ext3 instead of ext2 for /boot

This commit is contained in:
Jeremy Gardais 2019-12-20 15:40:18 +01:00
parent 4fad767821
commit 6952ff5276
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
9 changed files with 23 additions and 22 deletions

View File

@ -171,10 +171,10 @@ 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 ext2 \
200 200000 400 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
label{ boot } \
mountpoint{ /boot } \
. \
@ -251,11 +251,11 @@ d-i partman-auto/expert_recipe string \
in_vg{ sys } lv_name{ lv_swap } \
method{ swap } format{ } \
. \
100 100 -1 ext2 \
100 100 -1 ext3 \
$lvmok{ } \
in_vg{ sys } lv_name{ lv_free } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
label{ free } \
mountpoint{ /mnt/free } \
.

View File

@ -189,10 +189,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 400 ext2 \
200 200000 400 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
16000 100000 -1 ext4 \
@ -259,11 +259,11 @@ d-i partman-auto/expert_recipe string \
in_vg{ sys } lv_name{ lv_swap } \
method{ swap } format{ } \
. \
100 100 -1 ext2 \
100 100 -1 ext3 \
$lvmok{ } \
in_vg{ sys } lv_name{ lv_free } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
label{ free } \
mountpoint{ /mnt/free } \
.

View File

@ -187,10 +187,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 250 ext2 \
200 200000 250 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
label{ boot } \
mountpoint{ /boot } \
. \

View File

@ -189,10 +189,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 400 ext2 \
200 200000 400 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
16000 100000 -1 ext4 \

View File

@ -187,10 +187,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 400 ext2 \
200 200000 400 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
16000 100000 80000 btrfs \
@ -207,12 +207,12 @@ d-i partman-auto/expert_recipe string \
$primary{ } \
method{ swap } format{ } \
. \
100 100 -1 ext2 \
100 100 -1 ext3 \
$lvmok{ } lv_name{ lv_free } \
in_vg { crypt } \
$primary{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /mnt/free } \
.

View File

@ -1,3 +1,4 @@
####################################################################
# Howto use
####################################################################

View File

@ -187,10 +187,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 250 ext2 \
200 200000 250 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
label{ boot } \
mountpoint{ /boot } \
. \

View File

@ -187,10 +187,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 250 ext2 \
200 200000 250 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
label{ boot } \
mountpoint{ /boot } \
. \

View File

@ -190,10 +190,10 @@ d-i partman-auto/expert_recipe string \
method{ efi } \
format{ } \
. \
200 200000 400 ext2 \
200 200000 400 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
1000 8000 3000 ext4 \