diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 12 | ||||
-rw-r--r-- | perl-install/install/NEWS | 16 |
2 files changed, 28 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index be2e8c726..77f7561b0 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,17 @@ - drakboot: o don't detect disks if we are not in bootloader or splash mode +- autologin/desktop configuration (drakboot/finish-install): + o when detecting default desktop, use first session + (instead of using hacks with dm config files) + o guess display manager from /etc/sysconfig/desktop, + or default session, or /etc/X11/lookupdm + o read autologin settings from /etc/sysconfig/autologin as fallback + o read kdm config file only if kdm is to be used + o always ensure dm is installed before configuring autologin/desktop + o test display manager instead of desktop when configuring autologin + o always write /etc/sysconfig/desktop + o write DISPLAYMANAGER in /etc/sysconfig/desktop too + o only write dm conf files if they exist before Version 12.53 - 22 September 2009 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c3e7c3f07..ed2f06743 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,19 @@ +- autologin/desktop configuration (shared code): + o when detecting default desktop, use first session + (instead of using hacks with dm config files) + o guess display manager from /etc/sysconfig/desktop, + or default session, or /etc/X11/lookupdm + o read autologin settings from /etc/sysconfig/autologin as fallback + o read kdm config file only if kdm is to be used + o always ensure dm is installed before configuring autologin/desktop + o test display manager instead of desktop when configuring autologin + o always write /etc/sysconfig/desktop + o write DISPLAYMANAGER in /etc/sysconfig/desktop too + o only write dm conf files if they exist before +- autologin/desktop configuration (installer specific): + o allow to specify display manager in $o->{dm} + o use shared code to read autologin settings (and thus get default dm) + Version 12.53 - 22 September 2009 - include usb.ids |