Problem with Manjaro Tools

If I make a cinnamon unstable iso using manjaro-tools it boots to grub it does the live setup part but never gets to the live session.

Update built a testing iso and that fails as well.
Using the same setup built stable iso and that does boot to live session.
Observation there are 22 root files downgraded from testing to stable and 85 desktop files downgraded.

Found The culprit its lightdm well at least the gtk bits.
Replaced with lightdm-slick-greeter and lightdm-settings.
These two boot to live session but don’t auto logon and entering manjaro as password says this has expired and forces a password change before it will log in to the live session,

There was an update with libxcrypt not allowing md5/sha1 hashed passwords.
I’ve to update some part of the codes:

gen_pw(){
	echo $(perl -e 'print crypt($ARGV[0], "password")' ${password})
}

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.