Merging casper 1.219.
authorDaniel Baumann <daniel@debian.org>
Sat, 1 May 2010 11:45:52 +0000 (13:45 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:09 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live-bottom/22gnome_panel_data

index 1c82a8b..3bdf715 100644 (file)
@@ -1,3 +1,16 @@
+casper (1.219) lucid; urgency=low
+
+  [ Mario Limonciello ]
+  * Disable casper-reconfigure from 22gnome_panel_data.  It doesn't (appear) to
+    serve a functional purpose as the postinst does nothing different for laptops.
+
+  [ Didier Roche ]
+  * add 35copy_wallpaper_cache to copy the wallpaper cache created at boot time
+    to the main user's directory. First boot will take it into account in
+    ureadahead profiling
+
+ -- Didier Roche <didrocks@ubuntu.com>  Wed, 17 Feb 2010 19:14:53 +0100
+
 casper (1.218) lucid; urgency=low
 
   * Allow dpkg and apt-get to be installed from within commands that operate
index 8f24bf4..09449e2 100755 (executable)
@@ -31,11 +31,6 @@ log_begin_msg "Configuring gnome-panel-data"
 
 # live-initramfs script
 
-if chroot /root laptop-detect > /dev/null 2>&1
-then
-       live-reconfigure /root gnome-panel-data
-fi
-
 if [ -n "${USERNAME}" ]
 then
        chroot /root sudo -u "${USERNAME}" gconftool-2 -s -t bool /apps/panel/global/disable_lock_screen true