[Bug 505140] Re: No more autologin in live CD

2010-01-12 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/casper -- No more autologin in live CD https://bugs.launchpad.net/bugs/505140 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 505140] Re: No more autologin in live CD

2010-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package casper - 1.214 --- casper (1.214) lucid; urgency=low * 15autologin: simplify the code with escape character evaluation (LP: #505140) -- Didier Roche didro...@ubuntu.com Tue, 12 Jan 2010 08:57:05 +0100 ** Changed in: casper (Ubuntu)

[Bug 505140] Re: No more autologin in live CD

2010-01-11 Thread Didier Roche
Colin, I'll rather propose that (simplifying the code): # Prevent from updating if parameters already present (persistent usb key) if ! `grep -qs 'AutomaticLoginEnable' $GDMCustomFile` ; then if ! `grep -qs '\[daemon\]' $GDMCustomFile` ; then printf '[daemon]'

[Bug 505140] Re: No more autologin in live CD

2010-01-11 Thread Evan Dandrea
For what it's worth, I uploaded a changed casper that fixes the immediate issue, before being made aware of this discussion. It's casper 1.213. My sincerest apologies for missing this. -- No more autologin in live CD https://bugs.launchpad.net/bugs/505140 You received this bug notification

[Bug 505140] Re: No more autologin in live CD

2010-01-09 Thread Colin Watson
From IRC: Sorry about the breakage. However, I *really* don't like using echo -e; it has a habit of producing weird side-effects later when things are run under a shell you didn't expect. How about this trick to ensure that the same syntax is acceptable in either case? sed -i