Skip to content

Commit 30f22c5

Browse files
committed
Reserve the same /boot size both for console and GNOME images
1 parent 5cf3044 commit 30f22c5

4 files changed

+4
-4
lines changed

kickstart/AlmaLinux-10k-RaspberryPi-console-gpt.aarch64.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lang en_US.UTF-8
2121

2222
# Disk setup
2323
clearpart --initlabel --all --disklabel=gpt
24-
part /boot --fstype=vfat --size=300 --label=cidata --ondisk=sda
24+
part /boot --fstype=vfat --size=500 --label=cidata --ondisk=sda
2525
part / --fstype=ext4 --size=2400 --label=rootfs --ondisk=sda
2626

2727
# Package setup

kickstart/AlmaLinux-8-RaspberryPi-console-mbr.aarch64.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lang en_US.UTF-8
2121

2222
# Disk setup
2323
clearpart --initlabel --all
24-
part /boot --asprimary --fstype=vfat --size=300 --label=boot --ondisk=sda
24+
part /boot --asprimary --fstype=vfat --size=500 --label=boot --ondisk=sda
2525
part / --asprimary --fstype=ext4 --size=3000 --label=rootfs --ondisk=sda
2626

2727
# Package setup

kickstart/AlmaLinux-9-RaspberryPi-console-gpt.aarch64.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lang en_US.UTF-8
2121

2222
# Disk setup
2323
clearpart --initlabel --all --disklabel=gpt
24-
part /boot --fstype=vfat --size=300 --label=cidata --ondisk=sda
24+
part /boot --fstype=vfat --size=500 --label=cidata --ondisk=sda
2525
part / --fstype=ext4 --size=2400 --label=rootfs --ondisk=sda
2626

2727
# Package setup

kickstart/AlmaLinux-9-RaspberryPi-console-mbr.aarch64.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lang en_US.UTF-8
2121

2222
# Disk setup
2323
clearpart --initlabel --all
24-
part /boot --asprimary --fstype=vfat --size=300 --label=boot --ondisk=sda
24+
part /boot --asprimary --fstype=vfat --size=500 --label=boot --ondisk=sda
2525
part / --asprimary --fstype=ext4 --size=2400 --label=rootfs --ondisk=sda
2626

2727
# Package setup

0 commit comments

Comments
 (0)