diff options
| -rw-r--r-- | initramfs/distro-specs/suse/functions-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default index 3f52af48..e67ee83f 100644 --- a/initramfs/distro-specs/suse/functions-default +++ b/initramfs/distro-specs/suse/functions-default @@ -148,6 +148,7 @@ local dm="$1" # should be stated that entries were made (fixmee how??) sed -e "s,DISPLAYMANAGER=.*,DISPLAYMANAGER=\"$start_xdmcp\"," \ -e "s,.*_XSERVER.*,DISPLAYMANAGER_STARTS_XSERVER=\"$dm\"," \ + -e "s,.*_AUTOLOGIN,DISPLAYMANAGER_AUTOLOGIN=\"\"," \ -i /mnt/etc/${D_SYSCONFDIR}/displaymanager # start the display manager as early as possible, but avoid that it is # started twice during bootup ... late_dm can postpone the start of |
