2013-05-28 06:44:45 +00:00
|
|
|
%include fedora-arm-base.ks
|
|
|
|
%include fedora-arm-xbase.ks
|
2017-01-18 11:28:09 +00:00
|
|
|
%include fedora-lxde-common.ks
|
2013-05-28 06:44:45 +00:00
|
|
|
|
2020-10-07 13:37:18 +00:00
|
|
|
part btrfs.007 --fstype="btrfs" --size=4300
|
2020-07-03 20:06:41 +00:00
|
|
|
btrfs none --label=fedora btrfs.007
|
|
|
|
btrfs /home --subvol --name=home LABEL=fedora
|
|
|
|
btrfs / --subvol --name=root LABEL=fedora
|
2018-02-21 14:47:39 +00:00
|
|
|
|
2013-05-28 06:44:45 +00:00
|
|
|
%post
|
|
|
|
|
|
|
|
%end
|