diff --git a/config.sh b/config.sh index 6f5c245..4ec442b 100644 --- a/config.sh +++ b/config.sh @@ -169,7 +169,7 @@ chown -R linux /home/linux chkstat --system --set -ln -s /usr/lib/systemd/system/runlevel5.target /etc/systemd/system/default.target +ln -s /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER_AUTOLOGIN linux baseUpdateSysConfig /etc/sysconfig/keyboard YAST_KEYBOARD "english-us,pc104" baseUpdateSysConfig /etc/sysconfig/keyboard COMPOSETABLE "clear latin1.add" diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index 1cea51e..db39b31 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 21 09:19:36 UTC 2022 - Dominique Leuenberger + +- Change default target from runlevel5.target (sysv compat) to + graphical.target (actual systemd target). Defacto the same thing, + as runlevel5.target is just a symlink to graphical.target, but is + no longer part of 'systemd' and moved to 'systemd-sysvcompat'. + Instead of pulling legacy compat along, we perform the actual + switch. + ------------------------------------------------------------------- Mon Jan 24 09:45:22 UTC 2022 - Fabian Vogt