mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Use Btrfs for all Fedora desktop variants
All desktop variants of Fedora are changing to use Btrfs as the default filesystem and partitioning scheme. Reference: https://fedoraproject.org/wiki/Changes/BtrfsByDefault Signed-off-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
%include fedora-arm-xbase.ks
|
||||
%include fedora-soas-common.ks
|
||||
|
||||
part / --size=3300 --fstype ext4 --asprimary
|
||||
part btrfs.007 --fstype="btrfs" --size=3300
|
||||
btrfs none --label=fedora btrfs.007
|
||||
btrfs /home --subvol --name=home LABEL=fedora
|
||||
btrfs / --subvol --name=root LABEL=fedora
|
||||
|
||||
%post
|
||||
|
||||
|
||||
Reference in New Issue
Block a user