how to dbkg-preconfigure login manager
- by Josh
I've written a script that installs several desktops with a menu loop. I have also redirecteed the output to /dev/null, Now every Time when it comes to dpk login manager selection the script doesn't continue.
What could I du to preconfigure the login mangager that should be choosen.
How do the lines for dpkg preconfigure look for
lightdm
gdm
Kdm
mdm
debconf-set-selections <<< ' '
would be grate, too.
Thank you folks!