summaryrefslogtreecommitdiffstats
path: root/install
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-07Do not try to load the keymap if no KEYMAP option is set in rc.confThomas Bächler1-11/+13
2010-02-07Allow a filesystem name to be an alias instead of a kernel moduleThomas Bächler1-4/+7
2010-02-05Remove the raid hook: This will be replaced by the better hook from the mdadm...Thomas Bächler1-39/+0
2010-01-24[install/udev] Latest udev uses firmware instead of firmware.shThomas Bächler1-1/+1
2010-01-12Fix UTF8 mode in the keymap hookThomas Bächler1-2/+2
2010-01-12Add keymap hookThomas Bächler1-0/+29
2010-01-10Add udev hook, originated from the obsolete klibc-udev packageThomas Bächler1-0/+28
2010-01-10Remove klibc-isms from autodetect: Use blkid for filesystem detectionThomas Bächler1-4/+1
2010-01-10Make base hook help message more generic, remove klibc referenceThomas Bächler1-2/+2
2010-01-10Remove kinit usage from /init: Implement parseblock and kinit in shell code, ...Thomas Bächler1-0/+1
2010-01-05Start moving from klibc to glibc+busyboxThomas Bächler1-12/+9
2009-12-05change to new firewire subsystemTobias Powalowski1-2/+2
2009-11-27fixed autodetection of raid module on mdadm>=3.0.xTobias Powalowski1-1/+1