forked from srbala/fedora-kickstarts
Neal Gompa
60da403a54
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>
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-arm-xbase.ks
|
|
%include fedora-kde-common.ks
|
|
|
|
part btrfs.007 --fstype="btrfs" --size=6300
|
|
btrfs none --label=fedora btrfs.007
|
|
btrfs /home --subvol --name=home LABEL=fedora
|
|
btrfs / --subvol --name=root LABEL=fedora
|
|
|
|
%post
|
|
|
|
%end
|