summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2022-11-13 22:37:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2022-11-13 22:37:37 +0000
commit1d27c58523e498d60e9214867b0e3cf2d278900b (patch)
tree0d9dfe1467173574da9e6220b3ae7fadd65ead8a
parent80f3770c983c89d9a235cd04a913954309b5f214 (diff)
downloadalpine-conf-1d27c58523e498d60e9214867b0e3cf2d278900b.zip
setup-disk: increase default /boot size to 300MB
Ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/106 Fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10476
-rw-r--r--setup-disk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-disk.in b/setup-disk.in
index b9d725e..0300ab7 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -1188,7 +1188,7 @@ native_disk_install_lvm() {
local diskdev= vgname=vg0
local lvm_part_type="$(partition_id lvm)"
local boot_part_type="$(partition_id linux)"
- local boot_size="${BOOT_SIZE:-100}"
+ local boot_size="${BOOT_SIZE:-300}"
local lvm_size="$LVM_SIZE"
local root_dev=/dev/$vgname/lv_root
@@ -1263,7 +1263,7 @@ native_disk_install() {
local swap_part_type="$(partition_id swap)"
local boot_part_type="$(partition_id linux)"
local prep_size=8
- local boot_size="${BOOT_SIZE:-100}"
+ local boot_size="${BOOT_SIZE:-300}"
local swap_size="${SWAP_SIZE}"
local root_size="${ROOT_SIZE}"
local root_dev= boot_dev= swap_dev=