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
parent
94a9ed900f
commit
9160def94b
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue