Skip to content

Commit e635043

Browse files
authored
Merge pull request #123 from shahs-ais/shahs/BumpLuks2ConfigPartition
Bump config partition size to 26M
2 parents 0f13fd2 + 18f3b3d commit e635043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

part2/stages/Functions/install-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mk_xc_lvm()
4646
do_cmd pvcreate -ff -y "${PARTITION_DEV}" || return 1
4747
do_cmd vgcreate xenclient "${PARTITION_DEV}" || return 1
4848
do_cmd create_lv xenclient boot --size 12M || return 1
49-
do_cmd create_lv xenclient config --size 12M || return 1
49+
do_cmd create_lv xenclient config --size 26M || return 1
5050
do_cmd create_lv xenclient root --size ${DOM0_ROOT_LV_SIZE} || return 1
5151
do_cmd create_lv xenclient root.new --size ${DOM0_ROOT_LV_SIZE} || return 1
5252
do_cmd create_lv xenclient swap --size 256M || return 1

0 commit comments

Comments
 (0)