aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix RTC support in generic config files, bug #444932Ben Kohler2013-06-091-1/+1
* Add more module loading featuresFabio Erculiani2013-06-091-4/+4
* Make busybox's module loading more fully featured, bug #472312Ben Kohler2013-06-091-8/+8
* Workaround busybox modprobe's inability to load ZFS modulesRichard Yao2013-06-092-4/+3
* Import pool after ZFS module finishes loadingRichard Yao2013-06-091-3/+14
* Add call_func_timeout helper functionRichard Yao2013-06-091-0/+16
* Refactor ZFS module load hookRichard Yao2013-06-091-9/+10
* Load xhci-plat when availableRichard Yao2013-06-091-1/+1
* Build USB 3.0 support by default, bug #452888Richard Yao2013-06-031-0/+4
* Fix /etc/modprobe.d regressionRichard Yao2013-06-031-7/+0
* Add sysctl to busyboxRichard Yao2013-06-031-1/+1
* linuxrc: run the debug shell multiple times, add a hook before switch_rootFabio Erculiani2013-04-292-1/+5
* linuxrc: use "quiet" cmdline argument for a really quiet initramfs initializa...Fabio Erculiani2013-04-292-30/+39
* Improve speed of bootstrapCD by not calling devicelist unless neededFabio Erculiani2013-04-251-4/+7
* Drop doslowusb and noslowusb boot parameters.Fabio Erculiani2013-04-253-29/+2
* Drop "sleep 3" from sdelay if CDROOT=1. One can use scandelay=secs if needed.Fabio Erculiani2013-04-251-8/+2
* Drop useless parens in conditionalsFabio Erculiani2013-04-252-4/+4
* Drop KV_2_6_OR_GREATERFabio Erculiani2013-04-252-17/+6
* Drop our own /sbin/modprobe and use busybox built-in applet insteadFabio Erculiani2013-04-253-170/+20
* Add rootflags to switches we understandPeter Hjalmarsson2013-03-311-7/+17
* Fix non-functional init_opts parameter, bug #422471Toralf Förster2012-11-221-0/+1
* linuxrc: part keywordRobin H. Johnson2012-11-201-0/+3
* Unquote ${ZPOOL_FORCE} variable usage.Fabio Erculiani2012-11-111-3/+3
* Bug #378105: UUID/LABEL support for LUKS keydevsMarek Sapota2012-11-021-37/+46
* Support using init= on the command linePeter Hjalmarsson2012-10-151-0/+8
* 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