summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Expand)AuthorFilesLines
2018-10-09install/block: avoid conditional addition of drivers25Dave Reisner1-17/+8
2017-12-30Remove install hook aliases for block and keyboardDave Reisner8-8/+0
2017-10-01install/keyboard: fix wording in hook helpDave Reisner1-2/+2
2016-11-26base: drop addition of ehci softdep fileDave Reisner1-1/+0
2016-11-22sd-vconsole: Use udev activationJan Alexander Steffens (heftig) via arch-projects1-7/+2
2016-11-20fsck: avoid extra search pathsDave Reisner1-1/+1
2016-09-09keyboard: get rid of an extra 'grep' callv21Dave Reisner1-2/+2
2016-09-09keyboard: placate foutrelis' OCDDave Reisner1-1/+1
2016-09-09keyboard: fix add_checked_modules call with multiple paramsDave Reisner1-1/+1
2016-09-09sd-vconsole: Wait for modules to be loadedJan Alexander Steffens (heftig)1-0/+6
2016-09-09keyboard: add input/serio as part of checked modulesDave Reisner1-1/+1
2016-07-02keymap: fall back to us if KEYMAP is not definedDave Reisner1-9/+4
2016-01-20Fix nvme module detection in Linux 4.4v19Evangelos Foutras1-2/+2
2014-08-31Add 'hostdata' hookThomas Bächler1-0/+14
2014-07-24block: include all of drivers/storage/usbv18Dave Reisner1-1/+1
2014-06-21add second param to add_full_dir to allow filtering filesDave Reisner1-2/+2
2014-03-06Fix adding console font in sd-vconsole hook.Thomas Bächler1-4/+4
2014-03-01Always use the --target flag with findmntDave Reisner1-1/+1
2014-01-04sd-shutdown: add kexec binary if it's availableDave Reisner1-0/+4
2013-12-15Add sd-vconsole hook.Thomas Bächler1-0/+68
2013-11-27mkinitcpio: Allow building an image without modulesThomas Bächler1-0/+2
2013-11-24Add mkinitcpio-generate-shutdown-ramfs.serviceThomas Bächler1-0/+14
2013-09-24autodetect: read modaliases from uevent filesDave Reisner1-2/+1
2013-08-28rely on libmount defaults for file locationsDave Reisner1-1/+1
2013-08-28autodetect: search for /usr explicitly using -TDave Reisner1-1/+1
2013-05-02shutdown: include umount from util-linux0.14.0Dave Reisner1-0/+1
2013-03-13autodetect: allow whitelisting by MODULE_FS_ALIASDave Reisner1-3/+5
2013-02-11fsck: add fsck config if it existsDave Reisner1-3/+8
2013-01-04install/block: move TI flash media drivers to autodetectDave Reisner1-2/+2
2012-12-28hooks: rename 'usbinput' to 'keyboard' and add more modulesTom Gundersen2-28/+32
2012-12-02consolefont: fix reference to consolefont variableDave Reisner1-4/+4
2012-11-26modconf: add new hook to simply inclusion of modprobe configDave Reisner1-0/+15
2012-11-26merge most storage hooks into a single 'block' hookDave Reisner8-138/+52
2012-11-24drop support for reading /etc/rc.confDave Reisner2-10/+4
2012-11-24usbinput: use autodetection on newer kernelsDave Reisner1-2/+13
2012-10-21install/ide: remove this crufty old hookDave Reisner1-15/+0
2012-10-21convert autodetect cache to hashDave Reisner1-17/+21
2012-10-07commit to some level of style in variable namingDave Reisner1-8/+9
2012-09-17install/base: update help verbiageDave Reisner1-2/+2
2012-09-17install fstab/mtab as part of base layoutDave Reisner1-5/+0
2012-08-11install/consolefont: support .fnt filesDave Reisner1-2/+2
2012-07-29autodetect: fix wrong flag passed to modprobe0.10Dave Reisner1-1/+1
2012-07-28implement --moduleroot optionDave Reisner1-1/+1
2012-07-15initalize buildroot later, and out outside of hooksDave Reisner1-10/+1
2012-07-15add 'strip' install hookDave Reisner1-0/+32
2012-06-08avoid reliance on sed, embrace awkDave Reisner1-1/+1
2012-05-18usr: add usr mounting as a late running hookDave Reisner3-1/+17
2012-05-18shutdown: package as 644, install as 755Dave Reisner1-1/+1
2012-05-18mkinitcpio: write image config after install hooksDave Reisner1-15/+0
2012-05-18use new API for install hooksDave Reisner16-45/+48