Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Starting initramfs-tools specific subdirectory within the source-tree. | Daniel Baumann | |
2012-04-06 | Only 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-04 | Include overlayfs modules in initramfs if existing. | Daniel Baumann | |
2011-08-31 | Printing 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-09 | Add verbose messages to initramfs hook. | Michal Suchanek | |
2011-03-09 | Correcting live hook to include mtdblock for syslinux memdisk usage, thanks ↵ | Daniel Baumann | |
to Michael Prokop <mika@grml.org>. | |||
2011-03-09 | Adding initial support for unionmount. | Michal Suchanek | |
2011-03-09 | Using boot.d instead of boot.conf.d as directory name for custom ↵ | Daniel Baumann | |
configuration files. | |||
2011-03-09 | Checking for file existence in initramfs hook (Closes: #595264). | Daniel Baumann | |
2011-03-09 | Adding debian version 3.0~a1-1. | Daniel Baumann | |
2011-03-09 | Correcting live hook to include mtdblock for syslinux memdisk usage, thanks ↵ | Daniel Baumann | |
to Michael Prokop <mika@grml.org>. | |||
2011-03-09 | Adding initial support for unionmount. | Michal Suchanek | |
2011-03-09 | Using boot.d instead of boot.conf.d as directory name for custom ↵ | Daniel Baumann | |
configuration files. | |||
2011-03-09 | Checking for file existence in initramfs hook (Closes: #595264). | Daniel Baumann | |
2011-03-09 | Adding 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-09 | Making inclusion of languagelist conditional in live hook. | Daniel Baumann | |
2011-03-09 | Adding btrfs support. | Daniel Baumann | |
2011-03-09 | Adding preparations for booting through syslinux memdisk. | Daniel Baumann | |
2011-03-09 | Adding initial iSCSI boot support. | Michal Suchanek | |
2011-03-09 | Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of ↵ | Daniel Baumann | |
live-config. | |||
2011-03-09 | Adding debian version 2.0~a1-1. | Daniel Baumann | |
2011-03-09 | Merging casper 1.223. | Daniel Baumann | |
2011-03-09 | Merging casper 1.216. | Daniel Baumann | |
2011-03-09 | Merging casper 1.175. | Daniel Baumann | |
2011-03-09 | Including rsync conditionally. | Daniel Baumann | |
2011-03-09 | Adapting a patch from Michael Prokop <mika@grml.org> to set all harddisk ↵ | Daniel Baumann | |
devices to read-only mode for forensics investigations. | |||
2011-03-09 | Forwardporting and extending usage of rsync when booting with toram based on ↵ | Daniel Baumann | |
a patch from Michael Prokop <mika@grml.org>. | |||
2011-03-09 | Simplyfing and correcting udev inclusion in initramfs hook. | Daniel Baumann | |
2011-03-09 | Including udev binaries in initramfs manually for squeeze and newer (Closes: ↵ | Daniel Baumann | |
#547149). | |||
2011-03-09 | Including d-i languagelist in initrd in order evaluate l10n settings. | Daniel Baumann | |
2011-03-09 | Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140. | Daniel Baumann | |
2011-03-09 | Adding ext4 support. | Daniel Baumann | |
2011-03-09 | Removing wc from hook again, that's an ubuntu only problem they have to care ↵ | Daniel Baumann | |
about. | |||
2011-03-09 | Including wc in initramfs (Closes: #512413). | Daniel Baumann | |
2011-03-09 | Add real cpio to initramfs for snapshot's uses. | Marco Amadori | |
2011-03-09 | Added 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-09 | Replacing 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-09 | Correcting httpfs2 inclusion in hook. | Daniel Baumann | |
2011-03-09 | Defaulting now to aufs if no union= parameter is given. | Daniel Baumann | |
2011-03-09 | udevtrigger 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-09 | Add support for httpfs= and ftpfs= parameters. | Michal Suchanek | |
2011-03-09 | Handling conflicting klibc includes with initramfs-hooks of other packages ↵ | Daniel Baumann | |
(Closes: 475783). | |||
2011-03-09 | Handle non-existing klibc includes in live hook (Closes: #475783). | Daniel Baumann | |
2011-03-09 | Sorting some lines in live hook. | Daniel Baumann | |
2011-03-09 | Klibc: 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-09 | hooks/live, scripts/live: Add USB modules, workaround udevtrigger (?) bug | Chris 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-09 | Now it includes lzma kernel module dependencies. | Marco Amadori | |
2011-03-09 | hooks: include jffs2 kernel module on initramfs image | Otavio Salvador | |
2011-03-09 | Removing ubuntu support. | Daniel Baumann | |
2011-03-09 | Adjusting to live-initramfs. | Daniel Baumann | |