diff --git a/fedora-arm-lxqt.ks b/fedora-arm-lxqt.ks new file mode 100644 index 0000000..e1078f2 --- /dev/null +++ b/fedora-arm-lxqt.ks @@ -0,0 +1,10 @@ +%include fedora-arm-base.ks +%include fedora-arm-xbase.ks +%include fedora-lxqt-common.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