summaryrefslogtreecommitdiffstats
path: root/fedora-arm-mate.ks
blob: 15ee57d8a5276ee1ce18e08abe130a798862d6b8 (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-mate-packages.ks
%include fedora-arm-partitioning.ks

part / --size=5000 --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