2013-06-09 01:16:55 +00:00
|
|
|
%include fedora-arm-base.ks
|
|
|
|
%include fedora-arm-xbase.ks
|
2017-01-18 11:28:09 +00:00
|
|
|
%include fedora-kde-common.ks
|
2013-06-09 01:16:55 +00:00
|
|
|
|
2020-07-03 20:06:41 +00:00
|
|
|
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
|
2013-08-01 16:45:35 +00:00
|
|
|
|
2013-06-09 01:16:55 +00:00
|
|
|
%post
|
|
|
|
|
|
|
|
%end
|