summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2010-07-06release 0.97.2v0.97.2maximilian attems
2010-07-05release 0.97.1v0.97.1maximilian attems
urgency high as it fixes initramfs-tools compress handling. Signed-off-by: maximilian attems <maks@debian.org>
2010-06-18Releasing version 0.97.v0.97Michael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-06-14code cleanup: drop trailing whitespaces.Michael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-06-08Fix bug number in changelog (#584520 -> #549680) for upload of 0.96.1.Michael Prokop
2010-06-08release 0.96.1.Michael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-06-02release 0.95.1.0.95.1Michael Prokop
Signed-off-by: Michael Prokop <mika@debian.org>
2010-05-28release 0.95maximilian attems
Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08release 0.94.4maximilian attems
2010-04-08release 0.94.3maximilian attems
2010-04-06release 0.94.2maximilian attems
2010-04-06release 0.94.1maximilian attems
just the relevant fixes
2010-04-05release "Little Bang 0.94" initramfs-toolsmaximilian attems
2010-04-05prepare release 0.94maximilian attems
add changelog and NEWS Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29release 0.93.4maximilian attems
last of this line, we need to work on bootspeed.
2009-06-10release 0.93.3maximilian attems
too many small fixes piled up to hold back even more..
2009-04-02release 0.93.2maximilian attems
2009-03-23release 0.93.1maximilian attems
new naming scheme for stable releases. no longer adding a letter, but a maintenance number.
2009-02-18release 0.93maximilian attems
release string from "Fischia il vento" :)
2009-01-07release 0.92omaximilian attems
2008-12-19release 0.92nmaximilian attems
d-i fix, thus high urgency.
2008-12-16release 0.92mmaximilian attems
2008-09-17release 0.92lmaximilian attems
have to clean up goof up from 0.92k too..
2008-09-16release 0.92kmaximilian attems
2008-09-13release 0.92jmaximilian attems
2008-09-08release 0.92imaximilian attems
2008-09-02release 0.92gmaximilian attems
2008-08-12release 0.92fmaximilian attems
2008-07-07release 0.92emaximilian attems
2008-07-05release 0.92dmaximilian attems
2008-07-05release 0.92cmaximilian attems
Signed-off-by: maximilian attems <maks@debian.org>
2008-05-30release 0.92bmaximilian attems
2008-04-30release 0.92amaximilian attems
2008-04-09release 0.92maximilian attems
* add changelog with bug closures * new release song "Fischia il vento"
2008-02-12release 0.91emaximilian attems
2007-12-26release 0.91dmaximilian attems
2007-11-28release 0.91cmaximilian attems
2007-10-04hooks/udevhelper: Adding all /lib/udev on initramfs if missing.maximilian attems
Due to overly strict errexit usage by udev hook a lot might be missing. This is an potential Etch -> Lenny upgrade issue. (closes: 431291) fixes boot failure on UUID and LABEL root for those. it seems much better to add this stupid hook than to pump udev dep. Thanks Michael Prokop <mika@grml.org> for report.
2007-09-12init: fix RESUME hardcodingmaximilian attems
2007-09-09mkinitramfs: Add /usr/share/initramfs-tools/conf-hooks.dmaximilian attems
this allows to seperate conf files which needs to land on initramfs and those that should only be run on mkinitramfs.
2007-09-08mkinitramfs: Export MODULES, allows hook script to act accordingly.maximilian attems
this is better then passing some strange prereqs param, as the prereqs is intermixed with boot/hook scripts.
2007-09-08hook-functions: Add sys_walk_modalias() for IDEmaximilian attems
instead of searching non matching sysfs modules strings PIIX_IDE != piix, just look up the modalias. modprobe likes it too ;)
2007-09-08hook-functions: MODULES=dep fix I2O detection.maximilian attems
* missing i2o_block * force_load when !udev
2007-09-08changelog: add entry for mika's patchesmaximilian attems
almost ready for release, just missing the hook-conf only dir.
2007-09-07hook-functions: probe rootfs on auto typemaximilian attems
fix dep_add_modules(), as bonus check rootfs output so that eventual unkown rootfs get reported.
2007-09-07debian/script: Fix syntax of MODULES=dep block.maximilian attems
thanks madduck for reporting the error: [: 39: -q: unexpected operator
2007-09-04update-initramfs: Don't check for ro /boot inside of a chroot.maximilian attems
debian-live may as well be build on a host with ro /boot
2007-09-04initramfs-tools: split networking code into separate functionVagrant Cascadian
ltsp in ubuntu started using NBD+unionfs+squashfs instead of NFS, and debian-live uses has a network boot methods using cifs in addition to a different way of using NFS (i think it also uses unionfs and maybe squashfs, not just a plain NFS/cifs mount)... so splitting out the networking related code into a separate function would move towards not having forked code for all of these different network boot methods. at least, that's my hope.
2007-09-03init: search for valid initmaximilian attems
Fixes bootfailure on bogus init bootarg too. Plus there may be a rootfs without init, but with sh.
2007-09-01init: export noresume fo uswsusp and kdumpmaximilian attems