fedora-disk-dch: Add back /boot partition

I forgot the `reqpart` command only deals with the EFI system partition,
and does not manage `/boot`.
master
Dustin 2025-03-04 19:33:49 -06:00
parent 4d543d3a42
commit 713a61db28
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# vim: set ft=sh :
part /boot --fstype ext4 --size 512 --label boot
part pv.01 --size 1 --grow
volgroup fedora pv.01
logvol / --fstype ext4 --name rootfs --vgname fedora --size 4096 --label rootfs

View File

@ -2,7 +2,6 @@
bootloader --location none
clearpart --all --initlabel --disklabel msdos
part /boot/efi --fstype vfat --size 128 --label RASPBERRYPI
part /boot --fstype ext4 --size 512 --label boot
timesource --ntp-pool 2.fedora.pool.ntp.org