summaryrefslogtreecommitdiffstats
path: root/fedora-arm-kde-vfat.ks
blob: 9c4848a0cbed8ab9229122d347f2ca22dcc0e2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%include fedora-arm-base.ks
%include fedora-arm-xbase.ks
%include fedora-kde-packages.ks
%include fedora-arm-vfat-partitioning.ks

part / --size=4000 --fstype ext4

%post
echo -n "Enabling initial-setup gui mode on startup"
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
echo .

%end