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.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# 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
|
||||
volgroup fedora pv.01
|
||||
logvol / --fstype ext4 --name rootfs --vgname fedora --size 3072 --label rootfs
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# vim: set ft=sh :
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user