summaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Collapse)Author
2012-06-05Starting initramfs-tools specific subdirectory within the source-tree.Daniel Baumann
2012-04-06Only looking at boot.d files if they have the .conf suffix to allow putting ↵Daniel Baumann
other files into these places that do not necessarily need to be used by live-boot (e.g. documentation).
2011-11-04Include overlayfs modules in initramfs if existing.Daniel Baumann
2011-08-31Printing out a warning message in initramfs-tools hook if backend is ↵Daniel Baumann
installed but no live-boot package, exiting early and not breaking update-initramfs (Closes: #639884).
2011-03-09Add verbose messages to initramfs hook.Michal Suchanek
2011-03-09Correcting live hook to include mtdblock for syslinux memdisk usage, thanks ↵Daniel Baumann
to Michael Prokop <mika@grml.org>.
2011-03-09Adding initial support for unionmount.Michal Suchanek
2011-03-09Using boot.d instead of boot.conf.d as directory name for custom ↵Daniel Baumann
configuration files.
2011-03-09Checking for file existence in initramfs hook (Closes: #595264).Daniel Baumann
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Correcting live hook to include mtdblock for syslinux memdisk usage, thanks ↵Daniel Baumann
to Michael Prokop <mika@grml.org>.
2011-03-09Adding initial support for unionmount.Michal Suchanek
2011-03-09Using boot.d instead of boot.conf.d as directory name for custom ↵Daniel Baumann
configuration files.
2011-03-09Checking for file existence in initramfs hook (Closes: #595264).Daniel Baumann
2011-03-09Adding support for resolving DNS names from initramfs, thanks to Michal ↵Daniel Baumann
Suchanek <hramrach@centrum.cz> for initial patch which this is based on (Closes: #589659).
2011-03-09Making inclusion of languagelist conditional in live hook.Daniel Baumann
2011-03-09Adding btrfs support.Daniel Baumann
2011-03-09Adding preparations for booting through syslinux memdisk.Daniel Baumann
2011-03-09Adding initial iSCSI boot support.Michal Suchanek
2011-03-09Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of ↵Daniel Baumann
live-config.
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09Merging casper 1.223.Daniel Baumann
2011-03-09Merging casper 1.216.Daniel Baumann
2011-03-09Merging casper 1.175.Daniel Baumann
2011-03-09Including rsync conditionally.Daniel Baumann
2011-03-09Adapting a patch from Michael Prokop <mika@grml.org> to set all harddisk ↵Daniel Baumann
devices to read-only mode for forensics investigations.
2011-03-09Forwardporting and extending usage of rsync when booting with toram based on ↵Daniel Baumann
a patch from Michael Prokop <mika@grml.org>.
2011-03-09Simplyfing and correcting udev inclusion in initramfs hook.Daniel Baumann
2011-03-09Including udev binaries in initramfs manually for squeeze and newer (Closes: ↵Daniel Baumann
#547149).
2011-03-09Including d-i languagelist in initrd in order evaluate l10n settings.Daniel Baumann
2011-03-09Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.Daniel Baumann
2011-03-09Adding ext4 support.Daniel Baumann
2011-03-09Removing wc from hook again, that's an ubuntu only problem they have to care ↵Daniel Baumann
about.
2011-03-09Including wc in initramfs (Closes: #512413).Daniel Baumann
2011-03-09Add real cpio to initramfs for snapshot's uses.Marco Amadori
2011-03-09Added ntfs filesystem to the initramfs.Marco Amadori
- This enables ntfs filesystem support to the early userspace, which could be both used as a persistence media (with fixed sized partitions image files) and as a backend for read-only rootfs (e.g. filesystem.squashfs).
2011-03-09Replacing previous imperfect changes for udevadm with check for udevadm and ↵Daniel Baumann
using old commands when beeing on etch. Also handling udevtrigger with udevadm if available.
2011-03-09Correcting httpfs2 inclusion in hook.Daniel Baumann
2011-03-09Defaulting now to aufs if no union= parameter is given.Daniel Baumann
2011-03-09udevtrigger replacement.Marco Amadori
* New udev (>= 1.24-1) replaced some binaries (here udevtrigger) with udevadm command line options, e.g. "udevtrigger" -> "udevadm trigger".
2011-03-09Add support for httpfs= and ftpfs= parameters.Michal Suchanek
2011-03-09Handling conflicting klibc includes with initramfs-hooks of other packages ↵Daniel Baumann
(Closes: 475783).
2011-03-09Handle non-existing klibc includes in live hook (Closes: #475783).Daniel Baumann
2011-03-09Sorting some lines in live hook.Daniel Baumann
2011-03-09Klibc: added some libraries to the intramfs.Marco Amadori
* Some klibc programs (cp, mount, umount) needs those libraries and initramfs-tools cannot automatically adds them if needed.
2011-03-09hooks/live, scripts/live: Add USB modules, workaround udevtrigger (?) bugChris Lamb
This patch goes some way towards fixing USB-backed persistence by configuring the live initramfs to contain the "sd_mod" module and adding a hacky workaround to a udev-related race condition. For some reason, the usual udevtrigger/udevsettle pairing does not block after we have loaded our USB modules and /dev/sda1 (for example) is ready. Because of this, we sleep for a little while and break if a new block device appears. This seems to be a bug either in udev or in my understanding of how the tool is meant to work. Some information may be gained from the casper bug: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/84591 Sleep-based hacks like this are really ugly, but I take some comfort in finding them elsewhere in the source.
2011-03-09Now it includes lzma kernel module dependencies.Marco Amadori
2011-03-09hooks: include jffs2 kernel module on initramfs imageOtavio Salvador
2011-03-09Removing ubuntu support.Daniel Baumann
2011-03-09Adjusting to live-initramfs.Daniel Baumann