Update pinning via /etc/grml/fai/apt/preferences
[grml-live.git] / debian / changelog
index e591354..e96bfe1 100644 (file)
@@ -7,7 +7,8 @@ grml-live (0.0.10) unstable; urgency=low
     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
       will be copied to the path above at the end of an installation
-  * Log the executed FAI command line to /var/log/grml-live.log.
+  * Log the executed FAI, squashfs and mkisofs command lines to
+    /var/log/grml-live.log.
   * New option '-C <configuration_file>' for specifying a configuration
     file. Needs heavy testing though, because the files are updated
     during runtime it isn't as easy as expected to be. :-/
@@ -18,10 +19,17 @@ grml-live (0.0.10) unstable; urgency=low
   * Add keychain package to GRML_SMALL.
   * Add new packages to GRML_MEDIUM:
     - keychain
+    - lzma-modules-2.6.23-grml
     - squashfs-modules-2.6.23-grml (we build the module external now)
   * Add new packages to GRML_FULL:
     - aosd-cat
+    - lzma-modules-2.6.23-grml
     - squashfs-modules-2.6.23-grml (we build the module external now)
+  * Support loading of squashfs module via
+    /etc/grml/fai/live-initramfs/grml-script.init-top
+  * Make sure we have pinning for grml-stable and grml-testing
+    repositories via /etc/grml/fai/apt/preferences, not matter where
+    the packages come from (web vs. local mirror/cache for example).
   * Do not create /etc/sysconfig/network-scripts and
     /etc/sysconfig/provider any longer in cleanup script.
   * Fix typo in bootsplash f3 (thanks, jimmy).