aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up module drift over the years. Just MODULES_CRYPTO left.Robin H. Johnson2012-10-131-4/+4
* Bug #286187: Complete multipath support.Robin H. Johnson2012-10-133-0/+15
* Bug #351873: More livecd control, and initramfs livecd argument documentation.Robin H. Johnson2012-10-133-4/+11
* Bug #336170: amd74xx was long-replaced by pata_amd.Robin H. Johnson2012-10-131-1/+1
* Attempt to fix bug #421839: missing /run on LiveCD environment.Robin H. Johnson2012-10-131-1/+1
* Check for file from real_init=FILE rather than /sbin/init (bug #437080)Dustin Frisch2012-10-031-1/+1
* mount /mnt/cdrom inside target chroot even when aufs/unionfs is disabledFabio Erculiani2012-08-301-0/+5
* Make root_trim work with crypt_root_keyPeter Hjalmarsson2012-08-281-2/+2
* Communicate inavailability of keymap #38 betterSebastian Pipping2012-08-131-1/+1
* Further improve wording in software.shSebastian Pipping2012-08-131-4/+6
* Make defaults/software.sh not override variables already presentPeter Hjalmarsson2012-08-131-47/+44
* Move software version defaults for defaults/software.sh to ease the etc-updat...Sebastian Pipping2012-08-121-0/+51
* Resolve cryptic awk-based code docuplicationSebastian Pipping2012-07-281-2/+7
* Flip awk return values.Robin H. Johnson2012-07-241-2/+2
* Minor thinko in devpts check.Robin H. Johnson2012-07-241-1/+1
* Prior commit to only mount devtmpfs and devpts if they were not already mount...Robin H. Johnson2012-07-241-2/+2
* Force ZFS to explicitly import pool when LUKS is presentRichard Yao2012-07-211-1/+8
* USB 3.0 Support: Load xhci-hcd when availableRichard Yao2012-07-211-1/+1
* Run mdev -s after modules are loadedRichard Yao2012-07-191-4/+7
* Linux 3.5 renames usbhid to hid-genericRichard Yao2012-07-191-1/+1
* Support module options set in /etc/module.d, amend cmdline options patchRichard Yao2012-07-192-12/+2
* Adding modules cmdline options for genkernel (module.option[=value]).Dzianis Kahanovich2012-07-192-1/+22
* Fix typo in previous commit.Richard Yao2012-07-171-2/+2
* Verify in /proc/mounts that devtmpfs is unmounted before mounting itRichard Yao2012-07-171-4/+8
* Fix bad ZFS case statement, bug #425122Richard Yao2012-07-171-1/+1
* Fix rootfs=ZFS infinite loop when no bootfs is set, bug #425120Richard Yao2012-07-171-0/+2
* Restore previous handling of real_root due to report of regressions (bug #419...Sebastian Pipping2012-07-091-4/+1
* Add xts to MODULES_CRYPTO (bug #425028)Sebastian Pipping2012-07-081-1/+1
* Add /run to support openrc >=0.10Kenny Cheng2012-07-081-2/+2
* Make recent addition conform to POSIXSebastian Pipping2012-06-111-1/+1
* Use real_root option for (plain) Luks setupMarios Andreopoulos2012-06-111-1/+4
* Merge branch 'bug-418463'Sebastian Pipping2012-06-041-2/+7
|\
| * Support bind mounts from /etc/initramfs.mounts (bug #418463)Sebastian Pipping2012-06-021-2/+7
* | Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk...Sebastian Pipping2012-06-021-1/+1
|/
* Fix call to blkid of util-linuxSebastian Pipping2012-05-172-3/+3
* Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udevSebastian Pipping2012-05-121-0/+1
* Do not import a pool that the kernel automatically importedRichard Yao2012-05-011-7/+13
* Improve ZFS diagnostics, import and mountingRichard Yao2012-04-302-9/+48
* Verify that binaries exist before startVolumes calls themRichard Yao2012-04-301-2/+12
* Serialize hotplug events to mimic udevRichard Yao2012-04-242-10/+8
* Make sure the previous move of cd commands cannot result in unexpected regres...Sebastian Pipping2012-04-121-3/+3
* Reorder mdev initialization to mimic udev bootRichard Yao2012-04-122-15/+13
* Enable real_root=ZFS to permit booting off ZFSRichard Yao2012-04-121-6/+17
* Move ZFS binary check outside of commandline loopRichard Yao2012-04-121-10/+13
* Add keymap "sf", i.e. Switzerland (French) from PentooSebastian Pipping2012-04-094-8/+10
* Fix keymap permissions (no need to be executable)Sebastian Pipping2012-04-0942-0/+0
* Remove keymap trq/38 as it contains C sources of test(1) rather than a keymap...Sebastian Pipping2012-04-093-392/+1
* Untar keymapsSebastian Pipping2012-04-0986-0/+442
* Merge branch 'fix-docache'Sebastian Pipping2012-03-302-4/+8
|\
| * Fix docache (bug #397309)Sebastian Pipping2012-03-172-4/+8