fedora-disk-dch: Remove Raspberry Pi partitions

These are only needed on Raspberry Pis and should not be created on
other types of systems.  VMs, etc. should use `reqpart` instead.
master
Dustin 2025-02-23 15:32:10 -06:00
parent 94a9ed900f
commit 9160def94b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,4 @@
# vim: set ft=sh : # vim: set ft=sh :
part /boot/efi --fstype vfat --size 128 --label RASPBERRYPI
part /boot --fstype ext4 --size 512 --label boot
part pv.01 --size 1 --grow part pv.01 --size 1 --grow
volgroup fedora pv.01 volgroup fedora pv.01
logvol / --fstype ext4 --name rootfs --vgname fedora --size 3072 --label rootfs logvol / --fstype ext4 --name rootfs --vgname fedora --size 3072 --label rootfs

View File

@ -1,6 +1,8 @@
# vim: set ft=sh : # vim: set ft=sh :
bootloader --location none bootloader --location none
clearpart --all --initlabel --disklabel msdos 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 timesource --ntp-pool 2.fedora.pool.ntp.org