Skip to content

Commit

Permalink
Merging casper 1.179.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Apr 30, 2010
1 parent f28a622 commit d951dd4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,14 @@
casper (1.179) karmic; urgency=low

[ Colin Watson ]
* If LIVE_MEDIA_PATH is set on the command line, record it in
/etc/casper.conf for the benefit of ubiquity.

[ Martin Pitt ]
* scripts/casper-bottom/15autologin: Update to work with new gdm.

-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 03 Jul 2009 14:51:57 +0200

casper (1.178) karmic; urgency=low

* Ensure that unionfs-fuse isn't killed by /etc/init.d/sendsigs on
Expand Down
12 changes: 12 additions & 0 deletions scripts/live-bottom/15autologin
Expand Up @@ -55,6 +55,18 @@ then
-e "s/^TimedLogin=.*\$/TimedLogin=${USERNAME}/" \
-e "s/^TimedLoginDelay=.*\$/TimedLoginDelay=10/" \
${GDMCONF}
elif [ -e /root/etc/gdm3 ]
then

cat > /root/etc/gdm3/daemon.conf << EOF
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=$USERNAME
TimedLoginEnable=true
TimedLogin=$USERNAME
TimedLoginDelay=10
EOF

fi

if [ -d /root/etc/default/kdm.d/ ]
Expand Down

0 comments on commit d951dd4

Please sign in to comment.