[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#584967: Bug is related to #580384



Hi

I use a crutch:

/config/chroot_local-hooks/01-update_password.sh
#!/bin/sh
echo "I: update password"
echo "root:root" | chpasswd

useradd user -m -p live -s /bin/bash

and:
/config/chroot_local-includes/etc/gdm3/daemon.conf

[daemon]

TimedLoginEnable=true
AutomaticLoginEnable=false
TimedLogin=user
AutomaticLogin=user
TimedLoginDelay=5
-------------------------------------------------
WBR


Reply to: