1
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=174
This commit is contained in:
Dominique Leuenberger 2022-02-21 09:22:30 +00:00 committed by Git OBS Bridge
parent 3bc93ee79e
commit dfcf2ac280
2 changed files with 11 additions and 1 deletions

View File

@ -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"

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 21 09:19:36 UTC 2022 - Dominique Leuenberger <dleuenberger@suse.com>
- 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 <fvogt@suse.com>