fix graphical initial-setup on ARM images

The old means of enabling the graphical service is obsolete so remove it.
It's now detected by explicitly enabling graphical.target so do this by default
for all graphical UXes
This commit is contained in:
Peter Robinson
2016-10-19 13:43:58 +01:00
parent 8d66af166c
commit 7f436214bc
6 changed files with 3 additions and 15 deletions

View File

@@ -3,8 +3,5 @@
%include fedora-lxde-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