2013-06-07 17:13:44 +00:00
|
|
|
%include fedora-arm-base.ks
|
|
|
|
%include fedora-arm-xbase.ks
|
2017-01-18 11:28:09 +00:00
|
|
|
%include fedora-soas-common.ks
|
2013-06-07 17:13:44 +00:00
|
|
|
|
2020-10-05 20:06:52 +00:00
|
|
|
part btrfs.007 --fstype="btrfs" --size=3400
|
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
|
2017-06-22 15:21:54 +00:00
|
|
|
|
2013-06-07 17:13:44 +00:00
|
|
|
%post
|
|
|
|
|
|
|
|
%end
|