Files
fedora-OEMDRV/ks_base_profiles/part_sda.cfg
T
Daniel Pätzold c9e38bba32 Base Setup
2026-04-08 18:39:33 +02:00

11 lines
401 B
INI

# Generated using Blivet version 3.12.1
ignoredisk --only-use=sda
# Partition clearing information
clearpart --none --initlabel
# Disk partitioning information
part biosboot --fstype="biosboot" --ondisk=sda --size=1
part btrfs.69 --fstype="btrfs" --ondisk=sda --size=80000
part /boot --fstype="xfs" --ondisk=sda --size=2048
btrfs none --label=fedora btrfs.69
btrfs / --subvol --name=root LABEL=fedora