Age | Commit message (Expand) | Author | Files | Lines |
2011-03-27 | poll_device: use 'echo' instead of 'msg'. | Thomas Bächler | 1 | -1/+1 |
2011-02-27 | Use in_array instead of grep -w when checking SKIPHOOKS. | Thomas Bächler | 1 | -3/+8 |
2011-02-08 | Revert "mkinitcpio: mount real root device instead of symlink" | Thomas Bächler | 1 | -3/+0 |
2011-02-06 | remove loop from btrfs again, not needed | Tobias Powalowski | 1 | -1/+1 |
2011-02-06 | add loop module to avoid error messages from btrfs device scan | Tobias Powalowski | 1 | -1/+1 |
2011-02-06 | add DAC960 scsi module to scsi hook again | Tobias Powalowski | 1 | -1/+1 |
2011-02-01 | Remove some obsolete 'export's | Thomas Bächler | 2 | -11/+10 |
2011-02-01 | Set pipefail before running get_init_cpio | Dave Reisner | 1 | -0/+1 |
2011-02-01 | Use install instead of mkdir/cp | Dan McGee | 1 | -3/+3 |
2011-01-31 | poll_device: Remove -h | Thomas Bächler | 1 | -2/+2 |
2011-01-31 | Enhance sleep hook to watch for device availability | Thomas Bächler | 2 | -2/+9 |
2011-01-31 | Keep an array of added modules to prevent expensive lookups | Dan McGee | 1 | -5/+8 |
2011-01-31 | Add bash in_array function | Dan McGee | 1 | -0/+15 |
2011-01-31 | Short circuit add module if it already exists in image | Dan McGee | 1 | -1/+6 |
2011-01-31 | Use new helper functions instead of system commands | Dan McGee | 3 | -19/+20 |
2011-01-31 | Use new get_module_name function | Dan McGee | 1 | -7/+4 |
2011-01-31 | Add new helper functions | Dan McGee | 1 | -0/+22 |
2011-01-31 | Move output functions to top of functions file | Dan McGee | 1 | -4/+3 |
2011-01-26 | Release version 0.6.80.6.8 | Thomas Bächler | 1 | -1/+1 |
2011-01-25 | Support .ko.gz kernel modules, in addition to .ko | Thomas Bächler | 2 | -6/+9 |
2011-01-12 | If filesystem autodetection fails, use all_modules instead of checked_modules | Thomas Bächler | 2 | -2/+13 |
2011-01-12 | filesystems: remove cp437, it is added as an extra module whenever fat is used | Thomas Bächler | 1 | -1/+1 |
2011-01-12 | autodetect: only probe the root device | Thomas Bächler | 1 | -4/+7 |
2010-12-06 | mount: forbid suid,exec,dev from /proc and /sys | Tom Gundersen | 1 | -2/+2 |
2010-08-21 | Do not include everything from /block/ in the SCSI hook. | Thomas Bächler | 1 | -1/+1 |
2010-07-12 | mkinitcpio: mount real root device instead of symlink | Dave Reisner | 1 | -0/+3 |
2010-07-11 | Release 0.6.70.6.7 | Thomas Bächler | 1 | -1/+2 |
2010-07-05 | Merge branch 'btrfs' of http://github.com/heftig/mkinitcpio into working | Thomas Bächler | 4 | -24/+42 |
2010-06-26 | Add back /dev/{zero,null,mem} to the initramfs image | Thomas Bächler | 1 | -0/+3 |
2010-06-23 | memdisk: add 01-memdisk.rules to Makefile, use the correct path in install/me... | Thomas Bächler | 2 | -1/+2 |
2010-06-23 | memdisk: add UUID and label symlinks to udev rule | Thomas Bächler | 1 | -1/+11 |
2010-06-23 | memdisk: Add udev rule | Thomas Bächler | 2 | -0/+2 |
2010-06-23 | Add memdisk hook | Thomas Bächler | 2 | -0/+30 |
2010-06-19 | Simple Btrfs hook | Jan Steffens | 2 | -0/+23 |
2010-06-19 | sed cleanup | Jan Steffens | 1 | -4/+4 |
2010-06-19 | Implement explicit module depends | Jan Steffens | 2 | -18/+16 |
2010-06-19 | Fix autodetect bitrot | Jan Steffens | 1 | -6/+3 |
2010-06-19 | Release 0.6.60.6.6 | Thomas Bächler | 1 | -1/+1 |
2010-06-10 | Create /dev/{null,zero,mem,console} devices when devtmpfs is missing | Thomas Bächler | 2 | -3/+6 |
2010-06-03 | Release 0.6.50.6.5 | Thomas Bächler | 1 | -1/+1 |
2010-06-03 | udev hook: Add ata_id, path_id, scsi_id and usb_id to allow complete persiste... | Thomas Bächler | 1 | -1/+1 |
2010-06-03 | udev hook: Add --action=add to udevadm trigger | Thomas Bächler | 1 | -1/+1 |
2010-06-03 | Mount tmpfs or (if supported) devtmpfs on /dev, move it into the real root be... | Thomas Bächler | 1 | -0/+6 |
2010-06-03 | Do not umount /proc and /sys before switch_root, but mount --move them into t... | Thomas Bächler | 1 | -2/+2 |
2010-05-08 | Release 0.6.40.6.4 | Thomas Bächler | 1 | -1/+1 |
2010-05-08 | Add dmesg hook | Thomas Bächler | 2 | -0/+23 |
2010-05-08 | Port 83ef38409182a9c024809553dff8c872902d0889 to init_functions too, to remov... | Thomas Bächler | 1 | -1/+1 |
2010-05-08 | Allow usage of non-utf8 fonts in the consolefont hook, see FS#19109 | Thomas Bächler | 2 | -4/+14 |
2010-05-08 | Change how autodetect hook lookup for filesystems | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2010-02-22 | Add 'sleep' hook | Thomas Bächler | 2 | -0/+28 |