summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-24Makefile: copy directories, not individual files on installDave Reisner1-3/+2
2012-11-24functions: only show the basename of a deprecated hookDave Reisner1-1/+2
2012-11-24build: move manpages to subdirDave Reisner4-7/+7
2012-11-24obsolete old-style install hook APIDave Reisner3-52/+22
2012-11-24drop support for reading /etc/rc.confDave Reisner2-10/+4
2012-11-24init: remove unneeded variable expansionDave Reisner1-3/+3
2012-11-24init: declare defaults earlierDave Reisner1-2/+3
2012-11-24init: remove needless workaround for empty rootdelayDave Reisner2-6/+2
2012-11-24init: use exponential backoff in poll_deviceDave Reisner1-3/+13
2012-11-24init: condense early module loadingDave Reisner1-2/+3
2012-11-24usbinput: use autodetection on newer kernelsDave Reisner1-2/+13
2012-11-24shutdown: copy kexec from host if requested and not availableDave Reisner1-0/+18
2012-11-24shutdown: avoid talking to udev via dmsetupDave Reisner1-1/+1
2012-11-24shutdown: share dm teardown with lvmDave Reisner1-9/+1
2012-11-12Makefile: remove non-existing files from clean target0.11.2Dave Reisner1-1/+0
2012-11-12shutdown: fix awful typo in reading metadataDave Reisner1-1/+1
2012-11-12lsinitcpio: initialize _opt_verbose to empty stringDave Reisner1-1/+1
2012-11-11shutdown: chdir to /sys/class/block earlier0.11.1Dave Reisner1-3/+3
2012-11-11functions: avoid printing empty autodetect arrayDave Reisner1-2/+1
2012-11-11shutdown: simplify recursive disassembleDave Reisner1-6/+1
2012-11-11shutdown: pamper RAID devices with external metadataDave Reisner1-0/+8
2012-11-11manpages: fix typos and grammatical errors.Dave Reisner2-9/+9
2012-10-28mkinitcpio.8: update link to wiki to avoid redirectDave Reisner1-1/+1
2012-10-25update bash completion for -V, --versionDave Reisner1-2/+2
2012-10-25man-pages: Add entry for -V/--version optionEric Bélanger2-0/+6
2012-10-25lsinitcpio: Add -V/--version option to display versionEric Bélanger1-2/+12
2012-10-25Add -V/--version option to display version informationEric Bélanger1-2/+12
2012-10-21function: add a map() utility function0.11.0Dave Reisner2-27/+16
2012-10-21install/ide: remove this crufty old hookDave Reisner1-15/+0
2012-10-21convert autodetect cache to hashDave Reisner3-24/+29
2012-10-21functions: trim path of resolved symlinkDave Reisner1-1/+1
2012-10-21add manpage for mkinitcpio.confDave Reisner4-1/+86
2012-10-21makefile: spring cleaningDave Reisner1-40/+32
2012-10-07ensure builtins are dash/underscore translatedDave Reisner1-2/+4
2012-10-07mkinitcpio: remove find_moduledirDave Reisner1-20/+2
2012-10-07separate image building to functionsDave Reisner1-129/+137
2012-10-07honor -n for presetsDave Reisner1-0/+1
2012-10-07mkinitcpio: check for preset file by sourcing itDave Reisner1-42/+44