Remove autopart

autopart might not work with appliance-tools.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-09-26 18:38:15 +03:00
parent cd3de4da02
commit c1d60671dc
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 3 deletions

View File

@ -15,10 +15,15 @@ timezone --utc US/Eastern
selinux --enforcing
services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors,libvirtd
bootloader --location=mbr --timeout=1
autopart --type=btrfs --noswap
zerombr
clearpart --all --initlabel --disklabel=msdos
clearpart --all --initlabel --disklabel=gpt
part /boot/efi --size=100 --fstype=efi
part /boot --size=1000 --fstype=ext4 --label=boot
part btrfs.007 --size=2000 --fstype=btrfs --grow
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
bootloader --location=mbr --timeout=1
# Halt the system once configuration has finished.