From fc57ccdecc80f782789fa9109811b58e6f2bbca8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 May 2016 12:43:33 -0700 Subject: [PATCH] disable initial-setup in the KDE upgrade disk images we don't want it (a realistic upgrade scenario would not involve initial-setup getting in the way) and it seems to mess up boot sometimes (i-s crashes on start if the system wasn't installed via anaconda, and that seems to be causing the failed boots sometimes). --- kde.commands | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde.commands b/kde.commands index 32d491b..b586b10 100644 --- a/kde.commands +++ b/kde.commands @@ -3,5 +3,7 @@ update selinux-relabel install @kde-desktop-environment link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target +delete /etc/systemd/system/multi-user.target.wants/initial-setup-text.service +delete /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service firstboot-command useradd -m -p '' test firstboot-command echo 'test:weakpassword' | chpasswd