diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-01 14:28:54 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:09 +0100 |
| commit | e692c692d0dc9249603d0cf9d4f10677a1ae0a9c (patch) | |
| tree | 797e3544848ceeaadddfe22e69f0b76f09734d05 /docs | |
| parent | bc8bbae55934f78012714cd4694f527dc0b008dc (diff) | |
| download | live-boot-e692c692d0dc9249603d0cf9d4f10677a1ae0a9c.tar.gz live-boot-e692c692d0dc9249603d0cf9d4f10677a1ae0a9c.zip | |
Merging casper 1.233.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ChangeLog.casper | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index f6c4ae1..3b28500 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,3 +1,19 @@ +casper (1.233) lucid; urgency=low + + * Bring the network up while running preseed/early_command. + * Fix use of debconf passthrough frontend; DEBCONF_READFD and + DEBCONF_WRITEFD were backwards, and DEBIAN_HAS_FRONTEND and + DEBCONF_REDIR needed to be unset or else confmodule scripts would end up + trying to talk to closed file descriptors. + * Run debconf-communicate with a read-only template database and separate + config databases, and copy any changed values back to the master + databases at the end. This allows us to use the noninteractive frontend + rather than passthrough when running apt-get in preseed/early_command or + dpkg to install driver updates, thereby ensuring that the template + database is properly initialised (LP: #557011). + + -- Colin Watson <cjwatson@ubuntu.com> Mon, 12 Apr 2010 23:41:09 +0100 + casper (1.232) lucid; urgency=low * bump compcache size to 50% on live images for machines with less than |
