Skip to content

Commit

Permalink
Merging casper 1.197.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Apr 30, 2010
1 parent b4b914d commit 5d03a45
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/ChangeLog.casper
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
casper (1.197) karmic; urgency=low

[ Colin Watson ]
* Fix tty device name construction to work with new upstart (LP: #438678).

[ Loïc Minier ]
* scripts/casper-bottom/22serialtty: pass -L to getty and set term to vt100.
* scripts/casper-bottom/22serialtty: set +x...

-- Colin Watson <cjwatson@ubuntu.com> Thu, 01 Oct 2009 23:27:45 +0100

casper (1.196) karmic; urgency=low

* Extend our hack that arranges to run setupcon after usplash exits to
Expand Down
2 changes: 1 addition & 1 deletion scripts/live-bottom/22serialtty
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
respawn
exec /sbin/getty 115200 ${tty}
exec /sbin/getty -L 115200 ${tty} vt100
EOF

log_end_msg
Expand Down
3 changes: 1 addition & 2 deletions scripts/live-bottom/25configure_init
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ then
then
for f in /root/etc/init/tty*
do
sed -i -e "/^respawn$/!s|^respawn.*|respawn /bin/login -f ${USERNAME} </dev/$(basename ${f}) > /dev/$(basename ${f}) 2>\&1|" ${f}
sed -i -e "s|^exec.*|exec /bin/login -f ${USERNAME} </dev/$(basename ${f}) > /dev/$(basename ${f}) 2>\&1|" ${f}
sed -i -e "s|^exec.*|exec /bin/login -f $USERNAME </dev/$(basename $f .conf) > /dev/$(basename $f .conf) 2>\&1|" $f
done
fi
fi
Expand Down

0 comments on commit 5d03a45

Please sign in to comment.