summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-02shutdown: include umount from util-linux0.14.0Dave Reisner1-0/+1
2013-05-02mkinitcpio: ensure ERR trap propagates to install_modulesDave Reisner1-0/+2
2013-04-24shutdown: use umount --recursiveDave Reisner2-16/+2
2013-04-24hooks/memdisk: scope variables, use newer syntaxDave Reisner1-6/+9
2013-04-24hooks/usr: conditionally fsck /usr based on fstabDave Reisner1-2/+8
2013-04-24functions: implement add_firmwareDave Reisner2-8/+26
2013-04-21functions: return a count of failures from map, if possibleDave Reisner1-1/+1
2013-03-13autodetect: allow whitelisting by MODULE_FS_ALIASDave Reisner1-3/+5
2013-03-13mkinitcpio: honor updates directory for firmwareDave Reisner2-2/+6
2013-03-13mkinitcpio: fix reference to bad variable nameDave Reisner1-1/+1
2013-03-09lsinitcpio: shortcut lzop involvement to bsdtarDave Reisner1-8/+4
2013-02-28PKGBUILD: depend on systemd, not systemd-toolsDave Reisner1-1/+1
2013-02-28mkinitcpio: use consistent style in case statementDave Reisner1-18/+36
2013-02-28add zsh completionDaniel Wallace2-0/+65
2013-02-28bash-completion: use kernel versions from detectionDave Reisner1-8/+2
2013-02-11fsck: add fsck config if it existsDave Reisner1-3/+8
2013-02-05Move preset examples from /etc/mkinitcpio.dSébastien Luttringer1-2/+3
2013-02-05Add -P, --allpresets optionDave Reisner3-13/+24
2013-02-03bash-completion: detect_kver -> _detect_kverDave Reisner1-2/+2
2013-01-31functions: add /usr/lib64 -> lib symlink0.13.0Dave Reisner1-2/+8
2013-01-24symlink /lib64 -> usr/lib in imageDave Reisner1-0/+1
2013-01-21Do more to determine the color caps of the termDave Reisner3-32/+20
2013-01-18mkinitcpio.8: we support PARTLABEL tooDave Reisner1-2/+3
2013-01-13factor out kver detection to functions fileDave Reisner4-23/+24
2013-01-12parseopts: remove superfluous continue/shift statementsDave Reisner1-5/+1
2013-01-12functions: remove broken symlink errorDave Reisner1-4/+1
2013-01-12init_functions: namespace parsed vars from cmdlineDave Reisner1-23/+23
2013-01-12use type to determine availability of tputDave Reisner2-2/+2
2013-01-12functions: always force a PATH lookup for typeDave Reisner1-3/+3
2013-01-12lsinitcpio: further cut out dependency on fileDave Reisner2-13/+53
2013-01-12lsinitcpio: avoid redundanciesDave Reisner1-2/+2
2013-01-12lsinitcpio: abort on unknown file formatsDave Reisner1-1/+6
2013-01-12lsinitcpio: fail hard if the image can't be extractedDave Reisner1-2/+4
2013-01-12mkinitcpio: avoid using 'file' to get kernel versionsDave Reisner2-10/+33
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 Gundersen3-29/+33
2012-12-02consolefont: fix reference to consolefont variableDave Reisner1-4/+4
2012-12-02build: use git-archive to create tarballsDave Reisner1-2/+3
2012-12-02mkinitcpio: use fancy unicode in -L output0.12.0Dave Reisner1-2/+4
2012-11-30mkinitcpio.8: fix add_runscript doc to match realityDave Reisner1-1/+1
2012-11-28shutdown: leave a comment about cryptsetup v. dmsetupDave Reisner1-0/+2
2012-11-26functions: always return successfully if we ran a build hookDave Reisner1-0/+5
2012-11-26lsinitcpio: use compound command for parseopts execDave Reisner1-3/+1
2012-11-26handle deprecation notices in -H and -LDave Reisner2-18/+90
2012-11-26replace find_in_dirs with PATH= manipulationDave Reisner3-28/+14
2012-11-26shutdown: teardown loop devices only after umountDave Reisner1-6/+6
2012-11-26selectively decompress modules on installDave Reisner1-6/+19
2012-11-26unique _modpaths arrays in during buildDave Reisner2-11/+12
2012-11-26modconf: add new hook to simply inclusion of modprobe configDave Reisner2-4/+16
2012-11-26merge most storage hooks into a single 'block' hookDave Reisner9-147/+57