Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-15 | postrm: set -e flag | maximilian attems | |
harmless as the postrm is small, but better be clean. | |||
2008-12-15 | nuke 0.92k goof clean up | maximilian attems | |
2008-12-12 | "files" file should be removed before package build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-10-28 | initramfs-tools-0.92j from mirrrors.kernel.orgdebian/0.92j | rbalocca | |
2008-09-17 | release 0.92l | maximilian attems | |
have to clean up goof up from 0.92k too.. | |||
2008-09-17 | Revert "initramfs-tools: Add support for linux-2.6 make deb-pkg target" | maximilian attems | |
This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f. hinders removal of other package linux-image postinst call also the /etc/kernel structure, thus delete needs a takeover and this is postlenny material. thanks Vincent Danjean <vdanjean@debian.org> for report. (closes: #499270) | |||
2008-09-16 | release 0.92k | maximilian attems | |
2008-09-16 | initramfs-tools: Add support for linux-2.6 make deb-pkg target | maximilian attems | |
it generates linux images that look into this directories for maintainer script action. make sure to generate an intramfs and also to remove it. | |||
2008-09-13 | release 0.92j | maximilian attems | |
2008-09-08 | release 0.92i | maximilian attems | |
2008-09-02 | release 0.92g | maximilian attems | |
2008-08-12 | release 0.92f | maximilian attems | |
2008-08-12 | Update to newer standards version without changes. | maximilian attems | |
2008-08-12 | preinst fix vol_id path | maximilian attems | |
thanks Michael Tautschnig <mt@debian.org> (closes: #494433) | |||
2008-07-07 | release 0.92e | maximilian attems | |
2008-07-05 | release 0.92d | maximilian attems | |
2008-07-05 | debian/initramfs-tools.preinst: accomodate with different vol_id pathes | maximilian attems | |
Signed-off-by: maximilian attems <maks@debian.org> | |||
2008-07-05 | initramfs-tools.preinst: Try to use UUID for resume device. | maximilian attems | |
ubuntu merge. | |||
2008-07-05 | release 0.92c | maximilian attems | |
Signed-off-by: maximilian attems <maks@debian.org> | |||
2008-05-30 | release 0.92b | maximilian attems | |
2008-04-30 | release 0.92a | maximilian attems | |
2008-04-09 | release 0.92 | maximilian attems | |
* add changelog with bug closures * new release song "Fischia il vento" | |||
2008-04-02 | update-initramfs: use dpkg-trigger | Joey Hess | |
This is a lightly modified version of Ian Jackson's original patch, incorporating maximilian attems's comments. dh_installdeb automatically installs the triggers file, so the rules file does not need to be changed. | |||
2008-03-30 | debian/control: Depend on latest klibc for mknod usage. | maximilian attems | |
Previsous changes depend on the latest klibc, thus bump dependency version. | |||
2008-03-22 | Ignore lintian warnings about empty directories. | maximilian attems | |
These warnings are harmless and initramfs-tools wants to provide this directory structure for other users. scripts are to be placed there and dir existence is assumed. | |||
2008-03-16 | debian/control: s/XS-Vcs/Vcs/ | maximilian attems | |
Those fields are official dpkg supported, so just use them. | |||
2008-02-12 | release 0.91e | maximilian attems | |
2007-12-26 | release 0.91d | maximilian attems | |
2007-12-26 | Update to newer standards version without changes. | maximilian attems | |
2007-12-26 | debian/control: Add versioned depends on findutils. (closes: #450888) | maximilian attems | |
it seems backport of current iniramfs-toosl together with linux-images is more frequent then expected. thus just declare that you need newer findutils then sarge available. this can be kicked after lenny release. | |||
2007-11-28 | release 0.91c | maximilian attems | |
2007-10-04 | hooks/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-12 | init: fix RESUME hardcoding | maximilian attems | |
2007-09-09 | mkinitramfs: Add /usr/share/initramfs-tools/conf-hooks.d | maximilian attems | |
this allows to seperate conf files which needs to land on initramfs and those that should only be run on mkinitramfs. | |||
2007-09-08 | mkinitramfs: 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-08 | hook-functions: Add sys_walk_modalias() for IDE | maximilian attems | |
instead of searching non matching sysfs modules strings PIIX_IDE != piix, just look up the modalias. modprobe likes it too ;) | |||
2007-09-08 | hook-functions: MODULES=dep fix I2O detection. | maximilian attems | |
* missing i2o_block * force_load when !udev | |||
2007-09-08 | changelog: add entry for mika's patches | maximilian attems | |
almost ready for release, just missing the hook-conf only dir. | |||
2007-09-07 | hook-functions: probe rootfs on auto type | maximilian attems | |
fix dep_add_modules(), as bonus check rootfs output so that eventual unkown rootfs get reported. | |||
2007-09-07 | debian/script: Fix syntax of MODULES=dep block. | maximilian attems | |
thanks madduck for reporting the error: [: 39: -q: unexpected operator | |||
2007-09-04 | update-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-04 | initramfs-tools: split networking code into separate function | Vagrant 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-03 | init: search for valid init | maximilian attems | |
Fixes bootfailure on bogus init bootarg too. Plus there may be a rootfs without init, but with sh. | |||
2007-09-01 | init: export noresume fo uswsusp and kdump | maximilian attems | |
2007-09-01 | init-top/framebuffer: Check that fb minor is below 32. | maximilian attems | |
you can only have up to 32 fb devices going from fb0 to fb31. | |||
2007-09-01 | init: call panic if run-init fails | maximilian attems | |
2007-08-27 | mkinitramfs, hooks/keymap: add trailing slash to cp destionation | maximilian attems | |
just make sure we really copy into a dir and not a file. | |||
2007-08-25 | scripts/local: small CodingStyle quote readonly variable | maximilian attems | |