summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-19Simple Btrfs hookJan Steffens2-0/+23
2010-06-19sed cleanupJan Steffens1-4/+4
2010-06-19Implement explicit module dependsJan Steffens2-18/+16
2010-06-19Fix autodetect bitrotJan Steffens1-6/+3
2010-06-19Release 0.6.60.6.6Thomas Bächler1-1/+1
2010-06-10Create /dev/{null,zero,mem,console} devices when devtmpfs is missingThomas Bächler2-3/+6
2010-06-03Release 0.6.50.6.5Thomas Bächler1-1/+1
2010-06-03udev hook: Add ata_id, path_id, scsi_id and usb_id to allow complete persiste...Thomas Bächler1-1/+1
2010-06-03udev hook: Add --action=add to udevadm triggerThomas Bächler1-1/+1
2010-06-03Mount tmpfs or (if supported) devtmpfs on /dev, move it into the real root be...Thomas Bächler1-0/+6
2010-06-03Do not umount /proc and /sys before switch_root, but mount --move them into t...Thomas Bächler1-2/+2
2010-05-08Release 0.6.40.6.4Thomas Bächler1-1/+1
2010-05-08Add dmesg hookThomas Bächler2-0/+23
2010-05-08Port 83ef38409182a9c024809553dff8c872902d0889 to init_functions too, to remov...Thomas Bächler1-1/+1
2010-05-08Allow usage of non-utf8 fonts in the consolefont hook, see FS#19109Thomas Bächler2-4/+14
2010-05-08Change how autodetect hook lookup for filesystemsGerardo Exequiel Pozzi1-1/+1
2010-02-22Add 'sleep' hookThomas Bächler2-0/+28
2010-02-21Release 0.6.30.6.3Thomas Bächler1-1/+1
2010-02-21poll_device: do not wait for a device to appear if udevd is not runningThomas Bächler2-5/+10
2010-02-21Allow the second parameter of poll_device to be 0 - this fixes rootdelay=0Thomas Bächler1-1/+1
2010-02-20default_mount_hook: Use major and minor variables instead of a single rootdev...Thomas Bächler1-7/+9
2010-02-20load-modules.sh: Always use --use-blacklistThomas Bächler1-1/+1
2010-02-20Use $(( )) instead of printf "%d"Benjamin Richter1-2/+2
2010-02-20Cosmetic change: 'msg' function does not support '\n'Thomas Bächler1-1/+1
2010-02-20Use only a single loop for searching /sys/blockBenjamin Richter1-12/+8