From 713a61db280bcfee1ee35b383d839c918dea0a70 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 4 Mar 2025 19:33:49 -0600 Subject: [PATCH] fedora-disk-dch: Add back /boot partition I forgot the `reqpart` command only deals with the EFI system partition, and does not manage `/boot`. --- fedora-disk-dch.ks | 1 + fedora-rpi-common.ks | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-disk-dch.ks b/fedora-disk-dch.ks index 675e31c..382dad0 100644 --- a/fedora-disk-dch.ks +++ b/fedora-disk-dch.ks @@ -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 diff --git a/fedora-rpi-common.ks b/fedora-rpi-common.ks index ed13047..33c0bff 100644 --- a/fedora-rpi-common.ks +++ b/fedora-rpi-common.ks @@ -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