summaryrefslogtreecommitdiffstats
path: root/fedora-arm-xfce.ks
blob: 5923c6bd97b4321b7d6ce35ddcd22481e7789cad (plain)
1
2
3
4
5
6
7
8
9
10
%include fedora-arm-base.ks
%include fedora-arm-xbase.ks
%include fedora-xfce-packages.ks

%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