1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-24 16:17:22 +00:00
fedora-kickstarts/fedora-arm-xfce.ks
Paul Whalen db40229faa Bump Xfce and LXDE rootfs to fix failing images.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2020-10-07 13:45:34 +00:00

13 lines
270 B
Plaintext

%include fedora-arm-base.ks
%include fedora-arm-xbase.ks
%include fedora-xfce-common.ks
part btrfs.007 --fstype="btrfs" --size=5200
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
%post
%end