summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-16functions: remove add_deviceDave Reisner2-22/+0
2011-06-16functions: refactor add_moduleDave Reisner2-32/+34
2011-06-16functions: cleanup and refactor add_binaryDave Reisner1-33/+19
2011-06-16dmesg: remove install/hookDave Reisner2-24/+0
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner22-31/+38
2011-06-16mkinitcpio.conf: s/raid/mdadm/Dave Reisner1-3/+3
2011-06-16init: don't attempt modprobe if $MODULES is emptyDave Reisner1-1/+1
2011-06-16Release version 0.6.150.6.15Thomas Bächler1-1/+1
2011-06-16mkinitcpio: Unset GREP_OPTIONS to avoid broken imagesThomas Bächler1-0/+3
2011-06-16Fix detection of not compressed modulesSebastien Luttringer1-1/+1
2011-06-12Release version 0.6.140.6.14Thomas Bächler1-1/+1
2011-06-07default_mount_handler: Only try to manually create the root device if devtmpf...Thomas Bächler2-1/+3
2011-06-07init: purge environment before leaving early userspaceDave Reisner1-1/+1
2011-06-07init_functions: simplify mount case of root=/dev/*Dave Reisner1-9/+5
2011-06-07init_functions: support {LABEL,UUID}= syntaxDave Reisner1-0/+9
2011-06-07init: load all earlymodules at onceDave Reisner1-3/+1
2011-06-07init: remove support for disablemodulesDave Reisner1-13/+1
2011-06-07mkinitcpio: use binary hashed depmod filesDave Reisner1-3/+3
2011-06-07functions: refactor checked modulesDave Reisner1-8/+3
2011-06-07functions: refactor all_modulesDave Reisner1-4/+8
2011-06-06functions: refactor auto_modulesDave Reisner1-9/+6
2011-06-02Release version 0.6.130.6.13Thomas Bächler1-1/+1
2011-06-02Remove load-modules.sh. Requires the udev 171-2 package.Thomas Bächler3-59/+0
2011-05-17mkinitcpio.conf: Fix modprobe.conf location in the FILES= exampleThomas Bächler1-1/+1
2011-05-16Don't print success/failure result on same lineDan McGee1-3/+3
2011-05-14Release mkinitcpio 0.6.120.6.12Thomas Bächler1-1/+1
2011-05-14Cleanly stop udev >= 168 as recommended by upstream.Gerardo Exequiel Pozzi1-9/+4
2011-05-14/run: restrict write access to rootTom Gundersen1-1/+1
2011-05-14Improve comments in mkinitcpio.confThomas Bächler1-18/+18
2011-05-01Trigger udev events like in initscriptsGerardo Exequiel Pozzi1-1/+2
2011-05-01Drop deprecated /proc/sys/kernel/hotplugGerardo Exequiel Pozzi1-1/+0
2011-04-21Release version 0.6.110.6.11Thomas Bächler1-1/+1
2011-04-14Rewrite parse_cmdline (again)Thomas Bächler1-21/+38
2011-04-10Release mkinitcpio 0.6.100.6.10Thomas Bächler1-1/+1
2011-04-10Fix problems in parsing the kernel command lineThomas Bächler2-23/+27
2011-04-10Allow initramfs to be completely silent:Thomas Bächler1-12/+11
2011-04-08Introduce /runThomas Bächler2-1/+3
2011-04-08init: Unify/improve mount --move handlingThomas Bächler1-3/+7
2011-04-05Fix broken command line parsing due to insufficient quoting introduced in 42e...Thomas Bächler1-1/+1
2011-03-27Release mkinitcpio 0.6.90.6.9Thomas Bächler1-1/+1
2011-03-27Simplify root file system detectionThomas Bächler1-2/+1
2011-03-27Improve compression in mkinitcpioThomas Bächler2-2/+10
2011-03-27poll_device: use 'echo' instead of 'msg'.Thomas Bächler1-1/+1
2011-02-27Use in_array instead of grep -w when checking SKIPHOOKS.Thomas Bächler1-3/+8
2011-02-08Revert "mkinitcpio: mount real root device instead of symlink"Thomas Bächler1-3/+0
2011-02-06remove loop from btrfs again, not neededTobias Powalowski1-1/+1
2011-02-06add loop module to avoid error messages from btrfs device scanTobias Powalowski1-1/+1
2011-02-06add DAC960 scsi module to scsi hook againTobias Powalowski1-1/+1
2011-02-01Remove some obsolete 'export'sThomas Bächler2-11/+10
2011-02-01Set pipefail before running get_init_cpioDave Reisner1-0/+1