2017-02-23 20:18:46 +01:00
|
|
|
%include fedora-arm-base.ks
|
|
|
|
%include fedora-arm-xbase.ks
|
|
|
|
%include fedora-lxqt-common.ks
|
|
|
|
|
2020-07-03 16:06:41 -04:00
|
|
|
part btrfs.007 --fstype="btrfs" --size=4400
|
|
|
|
btrfs none --label=fedora btrfs.007
|
|
|
|
btrfs /home --subvol --name=home LABEL=fedora
|
|
|
|
btrfs / --subvol --name=root LABEL=fedora
|
2017-06-22 16:21:54 +01:00
|
|
|
|
2017-02-27 16:13:13 +01:00
|
|
|
%packages
|
|
|
|
# trojita not available on non-x86 platforms
|
|
|
|
-trojita
|
|
|
|
%end
|
|
|
|
|
2017-02-23 20:18:46 +01:00
|
|
|
%post
|
|
|
|
|
|
|
|
%end
|