summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Expand)AuthorFilesLines
2011-07-02base/install: rewrite the config to sanitize itDave Reisner1-2/+15
2011-06-30install/keymap: fix installation ($buildroot -> $BUILDROOT)Thomas Bächler1-4/+4
2011-06-27install/base: use private API call to add configDave Reisner1-1/+3
2011-06-26install/autodetect: refactor and simplify hookDave Reisner2-77/+39
2011-06-25Fix some install hooks due recent change in all_modules()Gerardo Exequiel Pozzi4-4/+4
2011-06-25install/{sata,pata,scsi}: cleanup and simplifyDave Reisner3-60/+41
2011-06-25install/base: cleanup and simplifyDave Reisner1-22/+12
2011-06-25remove support for -m to add a startup messageDave Reisner1-4/+0
2011-06-19install/keymap: refactor and bashifyDave Reisner1-23/+16
2011-06-19overhaul output, introducing colorDave Reisner1-2/+2
2011-06-16functions: remove add_deviceDave Reisner1-5/+0
2011-06-16dmesg: remove install/hookDave Reisner1-19/+0
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner21-22/+24
2011-06-02Remove load-modules.sh. Requires the udev 171-2 package.Thomas Bächler1-1/+0
2011-04-08Introduce /runThomas Bächler1-0/+1
2011-03-27Simplify root file system detectionThomas Bächler1-2/+1
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-01-31Enhance sleep hook to watch for device availabilityThomas Bächler1-0/+3
2011-01-31Use new helper functions instead of system commandsDan McGee1-2/+1
2011-01-25Support .ko.gz kernel modules, in addition to .koThomas Bächler1-2/+3
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-08-21Do not include everything from /block/ in the SCSI hook.Thomas Bächler1-1/+1
2010-07-05Merge branch 'btrfs' of http://github.com/heftig/mkinitcpio into workingThomas Bächler2-17/+19
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ächler1-1/+1
2010-06-23memdisk: Add udev ruleThomas Bächler1-0/+1
2010-06-23Add memdisk hookThomas Bächler1-0/+19
2010-06-19Simple Btrfs hookJan Steffens1-0/+16
2010-06-19Implement explicit module dependsJan Steffens1-13/+2
2010-06-19Fix autodetect bitrotJan Steffens1-6/+3
2010-06-10Create /dev/{null,zero,mem,console} devices when devtmpfs is missingThomas Bächler1-3/+0
2010-06-03udev hook: Add ata_id, path_id, scsi_id and usb_id to allow complete persiste...Thomas Bächler1-1/+1
2010-05-08Add dmesg hookThomas Bächler1-0/+18
2010-05-08Allow usage of non-utf8 fonts in the consolefont hook, see FS#19109Thomas Bächler1-4/+8
2010-05-08Change how autodetect hook lookup for filesystemsGerardo Exequiel Pozzi1-1/+1
2010-02-22Add 'sleep' hookThomas Bächler1-0/+19
2010-02-15Add the "nfs" kernel module with in net hookThomas Bächler1-1/+1
2010-02-14fix detection of CONSOLEFONT from rc.confIonut Biru1-5/+2
2010-02-12Fix module name in usb/usbinput install hookGerardo Exequiel Pozzi2-2/+2
2010-02-11Fix file system autodetection of filesystems when the running kernel and the ...Thomas Bächler1-1/+1
2010-02-11Fix tabs/space indents from commit 866db5c5Gerardo Exequiel Pozzi1-6/+6
2010-02-11consolefont: Update error messageThomas Bächler1-2/+2
2010-02-10Add "consolefont" hook to set the console font earlyThomas Bächler1-0/+31
2010-02-09Add support for mounting root filesystem over NFS.Simon Boulay1-4/+7
2010-02-07Adjust pcmcia hook: Use dynamically linked binaries and only add sd_mod to th...Thomas Bächler1-3/+3
2010-02-07Remove firmware hookThomas Bächler1-22/+0