From 9160def94bab4ef132d0fbe20ea13abd858bfca1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 23 Feb 2025 15:32:10 -0600 Subject: [PATCH] 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. --- fedora-disk-dch.ks | 2 -- fedora-rpi-common.ks | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-disk-dch.ks b/fedora-disk-dch.ks index e0bc7d8..fc81278 100644 --- a/fedora-disk-dch.ks +++ b/fedora-disk-dch.ks @@ -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 diff --git a/fedora-rpi-common.ks b/fedora-rpi-common.ks index e42002f..ed13047 100644 --- a/fedora-rpi-common.ks +++ b/fedora-rpi-common.ks @@ -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