X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2FChangeLog;h=933ad532799ec61a6a28315728cb7f522172fae2;hb=49c4c42b43b83bbc2c67761e0040c1e397568f9f;hp=9d2a4eeb0feac8a1d1208e3f60a5c7d58cda3bca;hpb=0a854a1e9307affdeaf96cb3ec0c864b171d66ca;p=live-boot-grml.git diff --git a/docs/ChangeLog b/docs/ChangeLog index 9d2a4ee..933ad53 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,140 @@ +2007-07-18 Daniel Baumann + + * docs/parameters.txt: + - Added values for vga parameter. + * scripts/live: + - Added patch from Thomas Lange to + respect rootserver name from dhcp. + * Uploaded 1.91.5-1. + +2007-07-12 Daniel Baumann + + * 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 + + * scripts/live: + - Added debug parameter. + +2007-06-31 Daniel Baumann + + * scripts/live: + - Added patch from Julian Andres Klode 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 + + * 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 + + * Applied patch from Mathieu Geli to set the + timezone with a boot parameter. + +2007-06-25 Daniel Baumann + + * 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 + + * debian/live-initramfs.postinst: + - Made update-initramfs call conditional as suggested by Thomas Lange + . + * debian/live-initramfs.postrm: + - Added update-initramfs call to cleanup. + +2007-06-17 Daniel Baumann + + * Added patch from Thomas Lange to + properly load ide-generic after udev. + * Uploaded 1.91.1-1. + +2007-06-15 Daniel Baumann + + * Merging changes from casper 1.91. + +2007-06-14 Daniel Baumann + + * scripts/live-bottom/18hostname: + - Appending to /etc/hosts to not overwrite custom settings. + +2007-06-08 Daniel Baumann + + * 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 + + * Uploaded 1.87.6-1. + +2007-05-28 Daniel Baumann + + * scripts/live-bottom/42apt_upgrade: + - Moved to dedicated live-initscripts package. + +2007-05-24 Daniel Baumann + + * debian/control: + - Added casper transitional package. + - Removed usplash conflicts. + * scripts/live-bottom/42apt_upgrade: + - Added, idea taken from Kais webconverger. + * Uploaded 1.87.5-1. + +2007-05-23 Daniel Baumann + + * scripts/*: + - Minor code cleanup. + +2007-05-18 Daniel Baumann + + * scripts/live, scripts/live-bottom/05mountpoints: + - Replaced 'mount -o move' with 'mount --move'. + * scripts/live, scripts/live-bottom/10adduser: + - Added check for 'nosudo' bootparameter to disable automatic + sudo configuration. + * scripts/live, scripts/live-bottom/13swap: + - Renamed 'swapoff' parameter to 'noswap'. + * scripts/live, scripts/live-bottom/15autologin: + - Added check for 'noxautologin' bootparameter to disable automatic + gdm/kdm login. + * scripts/live, scripts/live-bottom/25configure_init: + - Added check for 'noautologin' bootparameter to disable automatic + terminal login. + * bin/live-snapshot, scripts/live, scripts/live-helpers: + - Also recognize ext3, but treat it like ext2. + * Uploaded 1.87.4-1. + +2007-05-12 Daniel Baumann + + * scripts/live-bottom/*: + - Added generic header. + 2007-05-12 Daniel Baumann * scripts/live: