Lower disk size

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-04-12 17:10:11 +03:00
parent 94194447ee
commit 78a1865d62
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ zerombr
clearpart --all --initlabel --disklabel=gpt
part /boot/efi --size=700 --fstype=efi
part /boot --size=1000 --fstype=ext4 --label=boot
part btrfs.007 --size=10000 --fstype=btrfs --grow
part btrfs.007 --size=9000 --fstype=btrfs --grow
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora