summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2005-06-30* Use detailed logging now for debian/changelog. We have at leastJeff Bailey
three people hacking now, and details would probably be useful. * debian/TODO: Update * debian/dirs: Sort and add usr/share/initramfs-tools/hooks * debian/initramfs-tools.examples: Add docs/example_hook and docs/example_hook_cpiogz * debian/initramfs-tools.install: Pretty Print. * debian/rules: Ensure that mkinitramfs is executable * docs/example_script: New file * init: Add concept of 'quiet', be verbose if not specified * mkinitramfs: Do not load script functions until needed Clear up comments / documentation Use DESTDIR instead of TMPDIR Add ability to link in extra hunks into the cpio file Cosmetic cleanups * scripts/functions: Add lsb stype log_FOO_msg functions * scripts/local: Add logging * scripts/nfs: Add logging
2005-06-21* Default to currently running kernel version.Jeff Bailey
Based on a patch from maximilian attems, thanks! * Handle module arguments in /etc/mkinitramfs/modules * Do hookscripts at generation time. Drop things into /usr/share/initramfs-tools/hooks or /etc/mkinitramfs/hooks * Make sure local-bottom and nfs-bottom get created Thanks to Karl Hegbloom for these three patches! * Prune stray echo from call_scripts * Load raid1 for now so that md setups will work. * Detect ide modules load Thanks to Jeff Waugh for initial testing of this!
2005-06-20* Don't complain if /etc/mkinitramfs/modules doesn't exist.Jeff Bailey
* Make sure that raid1 is pulled in. * Include /etc/modprobe.d/aliases in the initramfs
2005-06-17Make quieter, match mkinitrd interface, pull in dependencies for nfs and ↵Jeff Bailey
dhcp, document upstream repository location
2005-06-17Use /sbin, do depmod at boot time, copy all the interesting hardware drivers ↵Jeff Bailey
onto the initramfs
2005-06-17Integrate Matt Zimmerman's changes to initramfsJeff Bailey
2005-06-16Require busybox-cvs-initramfs, include modprobe bitsJeff Bailey
2005-06-14export command line parameters to run scripts. honour commandline ↵Jeff Bailey
readonly/readwrite parameters for nfs. Release initramfs 0.8
2005-06-13Bump version to 0.8Jeff Bailey
2005-06-13Depend on mdadmJeff Bailey
2005-06-13Update with new dependancy based init system, call the right script ↵Jeff Bailey
directories, always use busybox now, sigh.
2005-06-09Remove more generated filesJeff Bailey
2005-06-09Hookscripts, prunce extrasJeff Bailey
2005-06-09Add hookscriptsJeff Bailey
2005-06-09Add hookscript directoriesJeff Bailey
2005-06-09Use commandline args from mkinitrdJeff Bailey
2005-06-08Initial checkinJeff Bailey