summaryrefslogtreecommitdiffstats
path: root/install/autodetect
AgeCommit message (Expand)AuthorFilesLines
2011-06-26install/autodetect: refactor and simplify hookDave Reisner1-63/+28
2011-06-19overhaul output, introducing colorDave Reisner1-2/+2
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner1-1/+1
2011-03-27Simplify root file system detectionThomas Bächler1-2/+1
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ächler1-1/+8
2011-01-12autodetect: only probe the root deviceThomas Bächler1-4/+7
2010-06-19Implement explicit module dependsJan Steffens1-13/+2
2010-06-19Fix autodetect bitrotJan Steffens1-6/+3
2010-05-08Change how autodetect hook lookup for filesystemsGerardo Exequiel Pozzi1-1/+1
2010-02-11Fix file system autodetection of filesystems when the running kernel and the ...Thomas Bächler1-1/+1
2010-02-07Allow a filesystem name to be an alias instead of a kernel moduleThomas Bächler1-4/+7
2010-01-10Remove klibc-isms from autodetect: Use blkid for filesystem detectionThomas Bächler1-4/+1
2009-11-27fixed autodetection of raid module on mdadm>=3.0.xTobias Powalowski1-1/+1
2009-06-07Fix #12374Thomas Bächler1-1/+1
2008-12-30Revert fstype -> blkid change0.5.20Aaron Griffin1-1/+1
2008-12-29Add ext4 to filesystem autodetectionAaron Griffin1-0/+1
2008-12-29Use udev's blkid instead of klibc-extra's fstypeAaron Griffin1-1/+1
2008-04-13Don't add the 'generic' ide or pata modules when autodetection is enabledThomas Bächler1-1/+2
2008-03-16Fix various coding style issuesThomas Bächler1-5/+5
2008-03-15Fix syntax error introduced in one of the last commitsThomas Bächler1-1/+1
2008-03-15Use a temporary directory instead of several files. trap cleanupThomas Bächler1-3/+3
2007-10-31Fix problems with /sbin and /usr/sbin not being in the path,Thomas Bächler1-1/+1
2007-08-11Coding style change, use -n and -z for variable testsAaron Griffin1-1/+1
2007-01-11fixed raid autodetection for newer kernelsThomas Bächler1-5/+11
2006-10-23- Fixed autodetectionThomas Bächler1-1/+1
2006-10-15added /ata for autodetectionThomas Bächler1-1/+1
2006-10-15fixed autodetectionThomas Bächler1-10/+10
2006-10-15Added disk group check for filesystem detectionAaron Griffin1-10/+9
2006-09-30Changed block device scanning to really work this timeAaron Griffin1-18/+15
2006-08-20Cleaned up extra grep calls (real minor change)Aaron Griffin1-1/+1
2006-08-20'upgpkg: fixed autodetection for filesystems now, that it works for everythin...Tobias Powalowski1-9/+22
2006-08-20'upgpkg: fixed dm and md detection in autodetect script'Tobias Powalowski1-1/+2
2006-08-08Init fixes for the silly "." issue.Aaron Griffin1-2/+11
2006-07-24'added new tarball + fixed nls_cp437 module for vfat module'Tobias Powalowski1-1/+1
2006-06-06New error conditions: fail on missing hook or missing moduleAaron Griffin1-6/+7
2006-05-08mdadm formatting + style cleanup (minor)Aaron Griffin1-5/+9
2006-05-08' added error message for missing permission on blockdevices'Tobias Powalowski1-1/+5
2006-05-07'fixed mdadm check and modprobe hardcoded'Tobias Powalowski1-1/+1
2006-05-07'update the raid stuff + included a raid autodetectcion'Tobias Powalowski1-1/+2
2006-05-04'added pcmcia and net'Tobias Powalowski1-1/+1
2006-05-04Removed some 'msg' outputAaron Griffin1-1/+0
2006-05-04'added net and usbinput'Tobias Powalowski1-1/+2
2006-05-04Changes to autodetection:Aaron Griffin1-16/+13
2006-05-04Improved autodetect functionality with a checked_modulesAaron Griffin1-32/+18
2006-05-03"added my changes"Tobias Powalowski1-0/+23
2006-05-03Merged autodetect changes from tpowa.Aaron Griffin1-12/+24
2006-04-27Added 'autodetect' hook, intended to replace *-auto scriptsAaron Griffin1-0/+25