Adding upstream version 1.96.2.
[live-boot-grml.git] / docs / ChangeLog
index 0009d9f..5969aec 100644 (file)
@@ -1,3 +1,153 @@
+2007-08-29  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live-bottom/12fstab:
+         - By default, we do not have fstab, so it is save to just append the
+           unionfs mount rather than overwritting it.
+       * hooks/live:
+         - Including wget if available.
+       * Uploaded 1.96.2-1.
+
+2007-08-21  Daniel Baumann  <daniel@debian.org>
+
+       * Merging changes from casper 1.96.
+       * Uploaded 1.96.1-1.
+
+2007-08-21  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live:
+         - Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to
+           not use nfsro with kernels larger than 2.6.22 (where unionfs 2.x
+           is supposed to be available soon).
+       * Uploaded 1.95.3-1.
+
+2007-08-11  Daniel Baumann  <daniel@debian.org>
+
+       * Uploaded 1.95.2-1.
+
+2007-08-01  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live-bottom/10adduser:
+         - Setting debconf preseeding for passwd/make-user manually to true,
+           overriding any users preseeding on that, so that the user account
+           gets created for sure.
+
+2007-07-29  Daniel Baumann  <daniel@debian.org>
+
+       * Merging changes from casper 1.95.
+       * Uploaded 1.95.1-1.
+
+2007-07-26  Daniel Baumann  <daniel@debian.org>
+
+       * Merging changes from casper 1.92, 1.93 and 1.94.
+
+2007-07-26  Daniel Baumann  <daniel@debian.org>
+
+       * bin/live-md5check:
+         - Removed, using standard md5sum which makes the md5 check slower,
+           doesn't integrate well with usplash yet, but it makes live-initramfs
+           architecture independent now.
+       * scripts/live:
+         - Fixed typo.
+         - Added live-media-path as suggested by Jordi Pujol
+           <jordi_pujol@telefonica.net>.
+       * Uploaded 1.91.6-1.
+
+2007-07-19  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live, scripts/live-bottom/02_timezone:
+         - Added utc boot parameter as suggested by Vladimir Stavrinov
+           <vs@inist.ru>
+
+2007-07-18  Daniel Baumann  <daniel@debian.org>
+
+       * docs/parameters.txt:
+         - Added values for vga parameter.
+       * scripts/live:
+         - Added patch from Thomas Lange <lange@informatik.uni-koeln.de> to
+           respect rootserver name from dhcp.
+       * Uploaded 1.91.5-1.
+
+2007-07-12  Daniel Baumann  <daniel@debian.org>
+
+       * bin/live-snapshot, scripts/live:
+         - Moved /cow to /live/cow.
+       * scripts/live, scripts/live-bottom/01integrity_check, 05mountpoints:
+         - Moved /live_media to /live/image.
+       * Uploaded 1.91.4-1.
+
+2007-07-07  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live:
+         - Added debug parameter.
+
+2007-06-31  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live:
+         - Added patch from Julian Andres Klode <jak@jak-linux.org> to add
+           support for aufs.
+       * hooks/live, manpage/live-initramfs.en.7, scripts/live-bottom/12fstab:
+         - Added aufs support.
+       * Uploaded 1.91.3-1.
+
+2007-06-30  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live-bottom/12fstab:
+         - Added disabling of /etc/init.d/checkfs.sh to avoid file systemcheck
+           at boot time. Added nofastboot parameter to be able to change that.
+         - Disabled removal of checkroot.sh.
+
+2007-06-28  Daniel Baumann  <daniel@debian.org>
+
+       * Applied patch from Mathieu Geli <mathieu.geli@gmail.com> to set the
+         timezone with a boot parameter.
+
+2007-06-25  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live:
+         - Added missing nfsopts boot parameter.
+         - Changed default module name from 'order' to 'filesystem'.
+         - Changed module extension from '.lst' to '.module'.
+         - Check not just for $MODULE.module, but also
+           filesystem.$MODULE.module
+         - Cleaned up parse_cmdline and is_live_path functions.
+       * debian/control, debian/live-initramfs.init,
+         scripts/live-premount/10driver_updates:
+         - Moving eject to recommends.
+         - Added checks for eject existence.
+       * Uploaded 1.91.2-1.
+
+2007-06-17  Daniel Baumann  <daniel@debian.org>
+
+       * debian/live-initramfs.postinst:
+         - Made update-initramfs call conditional as suggested by Thomas Lange
+           <lange@informatik.uni-koeln.de>.
+       * debian/live-initramfs.postrm:
+         - Added update-initramfs call to cleanup.
+
+2007-06-17  Daniel Baumann  <daniel@debiann.org>
+
+       * Added patch from Thomas Lange <lange@informatik.uni-koeln.de> to
+         properly load ide-generic after udev.
+       * Uploaded 1.91.1-1.
+
+2007-06-15  Daniel Baumann  <daniel@debian.org>
+
+       * Merging changes from casper 1.91.
+
+2007-06-14  Daniel Baumann  <daniel@debian.org>
+
+       * scripts/live-bottom/18hostname:
+        - Appending to /etc/hosts to not overwrite custom settings.
+
+2007-06-08  Daniel Baumann  <daniel@debian.org>
+
+       * Merging changes from casper 1.88.
+       * Merging changes from casper 1.90.
+       * hooks/live:
+         - Added force loading of ide-generic module. It is required on some
+           systems to boot (reported as needed also for some qemu versions).
+       * Uploaded 1.90.1-1.
+
 2007-06-04  Daniel Baumann  <daniel@debian.org>
 
        * Uploaded 1.87.6-1.
@@ -5,7 +155,7 @@
 2007-05-28  Daniel Baumann  <daniel@debian.org>
 
        * scripts/live-bottom/42apt_upgrade:
-         - Moved to dedicated live-sysvinit package.
+         - Moved to dedicated live-initscripts package.
 
 2007-05-24  Daniel Baumann  <daniel@debian.org>