root-password password:weakpassword update selinux-relabel # the imsettings-qt is to work around RHBZ #1349743 install @kde-desktop-environment,imsettings-qt 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 # we do this on firstboot (i.e. when createhdds boots to do the selinux # relabel) so the selinux label on the symlink is correct; see RHBZ #1349586 firstboot-command systemctl set-default graphical.target # workaround RHBZ #1349664 firstboot-command systemctl enable sddm.service