Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-17 | use higher timeout, so that lesser people ends without devices. | maximilian attems | |
future udevd should have condition to test against so that this timeout is no longer needed. | |||
2005-11-17 | fixes for newer udev. | maximilian attems | |
2005-11-17 | revert usage of mklibs-copy - reduces python dep. | maximilian attems | |
2005-11-02 | whitespace cleanup | maximilian attems | |
2005-11-02 | fix evms root by adding dm_mod module to the initramfs image. | maximilian attems | |
2005-11-02 | fix suspend to disk: use decimal numbers. | maximilian attems | |
2005-11-02 | fix reference to manpage. | maximilian attems | |
2005-10-26 | cleanup some useless FIXME's. | maximilian attems | |
2005-10-26 | Check for dir ${MODULESDIR}/initrd/, exit if it doesn't exist. | maximilian attems | |
2005-10-26 | fix stat usage, which is no longer available in newer busybox. | maximilian attems | |
use awk instead for determinig major_minor. great patch cures a hang observed on one of my laptops. :-) patch from Adrian Bridgett <adrian@smop.co.uk>, #335801. | |||
2005-10-24 | Sesse wanted to have all the changes documented | maximilian attems | |
that i did relative to latest version in debian unstable. ;-) | |||
2005-10-24 | remove the mdadm and lvm2 dep. | maximilian attems | |
2005-10-24 | document better runtime checks for lvm and mdadm. | maximilian attems | |
2005-10-24 | add hooks/md with the needed bits. | maximilian attems | |
next step will be to remove deps. | |||
2005-10-24 | move the lvm bits to hooks/lvm. | maximilian attems | |
allows to remove dependency on lvm as requested by several users. | |||
2005-10-24 | change virtual package providen. | maximilian attems | |
2005-10-24 | fix the lib deps of the hooks, run them before mklibs-copy. | maximilian attems | |
2005-10-24 | merge the thing waldi uploaded as 0.32. | maximilian attems | |
it has the changes vorlon asked for so that 2.4 systems that use the ramdisk value in /etc/kernel-img.conf don't use the wrong tool. | |||
2005-10-21 | upload without the .bzr.backup dirs, there for pumped version. | maximilian attems | |
2005-10-21 | fix my bad hand merging, verified against the last debian-kernel svn tree | maximilian attems | |
2005-10-21 | waldi: pump udev dep | maximilian attems | |
2005-10-21 | really finalize that release | maximilian attems | |
2005-10-21 | finalize 0.33 | maximilian attems | |
2005-10-21 | fix small stupid bug in newer opts handling. | maximilian attems | |
2005-10-21 | jonas: Quote variables. Use test options -n and -z. | maximilian attems | |
2005-10-21 | jonas: use gnu getopt instead of getopts | maximilian attems | |
2005-10-21 | added latest upstream fixes :-) | maximilian attems | |
2005-10-21 | waldi: add ibmvscsic module | maximilian attems | |
2005-10-21 | waldi udev fixes | maximilian attems | |
2005-10-21 | mklibs-small got as mklibs-copy into the archive, fix that | maximilian attems | |
2005-10-21 | waldi fixes for newer busybox | maximilian attems | |
2005-10-21 | fix the wrong busybox depend, was a bad fix as it needs consequent fixes | maximilian attems | |
2005-10-21 | new repo format v6 | maximilian attems | |
2005-10-01 | apply all the 0.30 upstream changes. | maximilian attems | |
2005-09-20 | use BUSYBOXDIR variable | maximilian attems | |
2005-09-20 | fix bb path | maximilian attems | |
2005-09-20 | fix typo in Uploaders | maximilian attems | |
2005-09-20 | add update-initramfs.8 | maximilian attems | |
2005-09-20 | add question mark to the getopts | maximilian attems | |
2005-09-20 | reoder initramfs.conf | maximilian attems | |
2005-09-19 | fix debian busybox dep | maximilian attems | |
2005-09-19 | more changelog changes | maximilian attems | |
2005-09-19 | close itp bug | maximilian attems | |
2005-09-19 | kernel team as maintainer ;) | maximilian attems | |
2005-09-19 | remove unused BUSYBOX variable | maximilian attems | |
2005-09-19 | fix man reference | maximilian attems | |
2005-09-17 | Add thanks to Jerry for helping test and typo fix to changelog | Jeff Bailey | |
2005-09-17 | initramfs-tools (0.26) breezy; urgency=low | Jeff Bailey | |
"Experience is one thing you can't get for nothing." - Oscar Wilde * scripts/local-top/lvm: Reduce -- to - in VG strings for feeding to vgchange. (Ubuntu: #13387) * update-initramfs: New file * debian/dirs: Add /var/lib/initramfs-tools * hooks/evms: New file * scripts/local-top: New file. * debian/control: Bump klibc depends to 1.0.14-1ubuntu2 for jfs support * hook-scripts (manual_add_modules): Don't do unnecessary depmod (dep_add_modules): No need for a sleep 2 here. Thanks to Matt Zimmmerman for noticing these! * scripts/functions: Attempt resume before loading USB or Network modules to avoid resume issues with USB. Thanks to Matthew Garrett for this patch! * scripts/functions (ide_boot_events): Always load ide-generic before going further. This allows us to catch any hidden IDE controllers that might not otherwise get found. * initramfs.conf.5: New file * debian/initramfs-tools.manpages: Install it. Thanks to maximilian attems for the manpage! * hook-functions (auto_add_modules): Add mptscsih (Ubuntu #15406) Thanks to Jesper Krogh for the bug report! * debian/dirs: Add etc/mkinitramfs/hooks, move all scripts subdirs into etc/mkinitramfs/scripts. * mkinitramfs: Set the umask. Copy the scripts from /etc/mkinitramfs/scripts into the image. Make sure that modules file lists is actually a regular file. * init: Use ${rootmnt} instead of hardcoded /root, use mount -n Fix typo. * hook-functions (catenate_cpiogz): Add sanity check. (add_modules_from_file): Document, quote variable, add warning. * docs/example_hook: Update Thanks to Karl Hegbloom for these previous 5 patches! * init: Create /var/lock on the initramfs Thanks to Jerry Haltom for noticing this! * debian/dirs: rename to ... * debian/initramfs-tools.dirs: ... this. * scripts/functions (scsi_boot_events): Don't attempt to look at ${device}/type if it doesn't actually exist. -- Jeff Bailey <jbailey@ubuntu.com> Wed, 14 Sep 2005 14:12:24 -0400 | |||
2005-09-01 | Add missing file | Jeff Bailey | |
2005-09-01 | initramfs-tools (0.25) breezy; urgency=low | Jeff Bailey | |
"If there was less sympathy in the world, there would be less trouble in the world." - Oscar Wilde * init: Module the /dev tmpfs earlier. Make /dev/console, and /dev/null on it at the beginning, just in case. * debian/initramfs-tools.postinst: When copying the modules file over from initrd-tools installations, filter out ext2, ext3, ide-generic and ide-disk. These are leftovers from Warty. (Ubuntu #14242) * hooks/udev: New File (Ubuntu #12915) * init: panic if ${init} doesn't exist on the target filesystem. -- Jeff Bailey <jbailey@ubuntu.com> Thu, 1 Sep 2005 00:13:47 -0400 |