Skip to content

Commit

Permalink
Merging casper 1.154.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Nov 25, 2008
1 parent 50db931 commit ccbe6e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,17 @@
casper (1.154) jaunty; urgency=low

[ Evan Dandrea ]
* scripts/casper-bottom/02timezone:
- Remove as it's no longer needed and resets the timezone when
persistence is enabled (LP: #296855).

[ Colin Watson ]
* Preseed console-setup/optionscode and console-setup/codesetcode to the
empty string on boot to avoid debris from the live filesystem build
process getting in the way of installation (LP: #94177).

-- Colin Watson <cjwatson@ubuntu.com> Sun, 23 Nov 2008 12:44:45 +0000

casper (1.153) jaunty; urgency=low

* scripts/casper-bottom/10adduser:
Expand Down
3 changes: 3 additions & 0 deletions scripts/live-bottom/19keyboard
Expand Up @@ -89,6 +89,9 @@ then
live-preseed /root console-setup/modelcode '' false
fi

live-preseed /root console-setup/optionscode '' false
live-preseed /root console-setup/codesetcode '' false

sed -i 's/CONSOLE_SCREEN=$/CONSOLE_SCREEN=setupcon/; t END; b; : END; n; b END' /root/etc/init.d/usplash
else
chroot /root /usr/sbin/install-keymap ${kbd}
Expand Down

0 comments on commit ccbe6e8

Please sign in to comment.