Age | Commit message (Expand) | Author | Files | Lines |
2013-03-09 | lsinitcpio: shortcut lzop involvement to bsdtar | Dave Reisner | 1 | -8/+4 |
2013-02-28 | PKGBUILD: depend on systemd, not systemd-tools | Dave Reisner | 1 | -1/+1 |
2013-02-28 | mkinitcpio: use consistent style in case statement | Dave Reisner | 1 | -18/+36 |
2013-02-28 | add zsh completion | Daniel Wallace | 2 | -0/+65 |
2013-02-28 | bash-completion: use kernel versions from detection | Dave Reisner | 1 | -8/+2 |
2013-02-11 | fsck: add fsck config if it exists | Dave Reisner | 1 | -3/+8 |
2013-02-05 | Move preset examples from /etc/mkinitcpio.d | Sébastien Luttringer | 1 | -2/+3 |
2013-02-05 | Add -P, --allpresets option | Dave Reisner | 3 | -13/+24 |
2013-02-03 | bash-completion: detect_kver -> _detect_kver | Dave Reisner | 1 | -2/+2 |
2013-01-31 | functions: add /usr/lib64 -> lib symlink0.13.0 | Dave Reisner | 1 | -2/+8 |
2013-01-24 | symlink /lib64 -> usr/lib in image | Dave Reisner | 1 | -0/+1 |
2013-01-21 | Do more to determine the color caps of the term | Dave Reisner | 3 | -32/+20 |
2013-01-18 | mkinitcpio.8: we support PARTLABEL too | Dave Reisner | 1 | -2/+3 |
2013-01-13 | factor out kver detection to functions file | Dave Reisner | 4 | -23/+24 |
2013-01-12 | parseopts: remove superfluous continue/shift statements | Dave Reisner | 1 | -5/+1 |
2013-01-12 | functions: remove broken symlink error | Dave Reisner | 1 | -4/+1 |
2013-01-12 | init_functions: namespace parsed vars from cmdline | Dave Reisner | 1 | -23/+23 |
2013-01-12 | use type to determine availability of tput | Dave Reisner | 2 | -2/+2 |
2013-01-12 | functions: always force a PATH lookup for type | Dave Reisner | 1 | -3/+3 |
2013-01-12 | lsinitcpio: further cut out dependency on file | Dave Reisner | 2 | -13/+53 |
2013-01-12 | lsinitcpio: avoid redundancies | Dave Reisner | 1 | -2/+2 |
2013-01-12 | lsinitcpio: abort on unknown file formats | Dave Reisner | 1 | -1/+6 |
2013-01-12 | lsinitcpio: fail hard if the image can't be extracted | Dave Reisner | 1 | -2/+4 |
2013-01-12 | mkinitcpio: avoid using 'file' to get kernel versions | Dave Reisner | 2 | -10/+33 |
2013-01-04 | install/block: move TI flash media drivers to autodetect | Dave Reisner | 1 | -2/+2 |
2012-12-28 | hooks: rename 'usbinput' to 'keyboard' and add more modules | Tom Gundersen | 3 | -29/+33 |
2012-12-02 | consolefont: fix reference to consolefont variable | Dave Reisner | 1 | -4/+4 |
2012-12-02 | build: use git-archive to create tarballs | Dave Reisner | 1 | -2/+3 |
2012-12-02 | mkinitcpio: use fancy unicode in -L output0.12.0 | Dave Reisner | 1 | -2/+4 |
2012-11-30 | mkinitcpio.8: fix add_runscript doc to match reality | Dave Reisner | 1 | -1/+1 |
2012-11-28 | shutdown: leave a comment about cryptsetup v. dmsetup | Dave Reisner | 1 | -0/+2 |
2012-11-26 | functions: always return successfully if we ran a build hook | Dave Reisner | 1 | -0/+5 |
2012-11-26 | lsinitcpio: use compound command for parseopts exec | Dave Reisner | 1 | -3/+1 |
2012-11-26 | handle deprecation notices in -H and -L | Dave Reisner | 2 | -18/+90 |
2012-11-26 | replace find_in_dirs with PATH= manipulation | Dave Reisner | 3 | -28/+14 |
2012-11-26 | shutdown: teardown loop devices only after umount | Dave Reisner | 1 | -6/+6 |
2012-11-26 | selectively decompress modules on install | Dave Reisner | 1 | -6/+19 |
2012-11-26 | unique _modpaths arrays in during build | Dave Reisner | 2 | -11/+12 |
2012-11-26 | modconf: add new hook to simply inclusion of modprobe config | Dave Reisner | 2 | -4/+16 |
2012-11-26 | merge most storage hooks into a single 'block' hook | Dave Reisner | 9 | -147/+57 |
2012-11-24 | Makefile: copy directories, not individual files on install | Dave Reisner | 1 | -3/+2 |
2012-11-24 | functions: only show the basename of a deprecated hook | Dave Reisner | 1 | -1/+2 |
2012-11-24 | build: move manpages to subdir | Dave Reisner | 4 | -7/+7 |
2012-11-24 | obsolete old-style install hook API | Dave Reisner | 3 | -52/+22 |
2012-11-24 | drop support for reading /etc/rc.conf | Dave Reisner | 2 | -10/+4 |
2012-11-24 | init: remove unneeded variable expansion | Dave Reisner | 1 | -3/+3 |
2012-11-24 | init: declare defaults earlier | Dave Reisner | 1 | -2/+3 |
2012-11-24 | init: remove needless workaround for empty rootdelay | Dave Reisner | 2 | -6/+2 |
2012-11-24 | init: use exponential backoff in poll_device | Dave Reisner | 1 | -3/+13 |
2012-11-24 | init: condense early module loading | Dave Reisner | 1 | -2/+3 |