summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-01Use install instead of mkdir/cpDan McGee1-3/+3
2011-01-31poll_device: Remove -hThomas Bächler1-2/+2
2011-01-31Enhance sleep hook to watch for device availabilityThomas Bächler2-2/+9
2011-01-31Keep an array of added modules to prevent expensive lookupsDan McGee1-5/+8
2011-01-31Add bash in_array functionDan McGee1-0/+15
2011-01-31Short circuit add module if it already exists in imageDan McGee1-1/+6
2011-01-31Use new helper functions instead of system commandsDan McGee3-19/+20
2011-01-31Use new get_module_name functionDan McGee1-7/+4
2011-01-31Add new helper functionsDan McGee1-0/+22
2011-01-31Move output functions to top of functions fileDan McGee1-4/+3
2011-01-26Release version 0.6.80.6.8Thomas Bächler1-1/+1
2011-01-25Support .ko.gz kernel modules, in addition to .koThomas Bächler2-6/+9
2011-01-12If filesystem autodetection fails, use all_modules instead of checked_modulesThomas Bächler2-2/+13
2011-01-12filesystems: remove cp437, it is added as an extra module whenever fat is usedThomas Bächler1-1/+1
2011-01-12autodetect: only probe the root deviceThomas Bächler1-4/+7
2010-12-06mount: forbid suid,exec,dev from /proc and /sysTom Gundersen1-2/+2
2010-08-21Do not include everything from /block/ in the SCSI hook.Thomas Bächler1-1/+1
2010-07-12mkinitcpio: mount real root device instead of symlinkDave Reisner1-0/+3
2010-07-11Release 0.6.70.6.7Thomas Bächler1-1/+2
2010-07-05Merge branch 'btrfs' of http://github.com/heftig/mkinitcpio into workingThomas Bächler4-24/+42
2010-06-26Add back /dev/{zero,null,mem} to the initramfs imageThomas Bächler1-0/+3
2010-06-23memdisk: add 01-memdisk.rules to Makefile, use the correct path in install/me...Thomas Bächler2-1/+2
2010-06-23memdisk: add UUID and label symlinks to udev ruleThomas Bächler1-1/+11
2010-06-23memdisk: Add udev ruleThomas Bächler2-0/+2
2010-06-23Add memdisk hookThomas Bächler2-0/+30