fedora: Use disk layout from disk-dch.ks

Ensure consistency between virtual and physical machines.
master
Dustin 2025-02-08 17:09:25 -06:00
parent f0cb63b38a
commit 437ed39ecb
1 changed files with 1 additions and 7 deletions

View File

@ -6,14 +6,8 @@
bootloader --location mbr
clearpart --all --initlabel --drives vda
reqpart
part /boot --fstype ext4 --size=512 --ondisk vda
part pv.01 --size=1 --grow --ondisk vda
volgroup fedora pv.01
logvol / --fstype ext4 --name=root --vgname=fedora --size=4096
logvol /home --fstype ext4 --name=home --vgname=fedora --size=100
logvol /var --fstype ext4 --name=var --vgname=fedora --size=1024 --grow
logvol /var/log --fstype ext4 --name=var_log --vgname=fedora --size=1024
%include https://git.pyrocufflink.net/infra/kickstart/raw/branch/master/fedora-disk-dch.ks
%include https://git.pyrocufflink.net/infra/kickstart/raw/branch/master/fedora-common.ks
%packages