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
parent
4d543d3a42
commit
713a61db28
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue