From 315a92671ab9b777b8b7e45e22c3dfa56320c73b Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Thu, 23 Feb 2017 20:18:46 +0100 Subject: [PATCH] lxqt: added kickstart for arm --- fedora-arm-lxqt.ks | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fedora-arm-lxqt.ks 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