summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-03remove 'net' hooks. these belong to mkinitcpio-nfs-utils0.8.8Dave Reisner2-193/+0
2012-05-03functions: firmware is now in /usr/libMatthew Monaco1-2/+2
2012-05-02ensure that cmdline added hooks are run properly in early initDave Reisner2-4/+15
2012-05-02lsinitcpio: fallback on 80 cols when tput failsDave Reisner1-0/+3
2012-05-02fsck: try harder to find fsck binariesDave Reisner1-2/+2
2012-04-28init_functions: remove non-devtmpfs caseDave Reisner1-6/+2
2012-04-28init_functions: add support for PARTUUID tagsDave Reisner1-13/+6
2012-04-22functions: align error output with GNU getopt_longDave Reisner1-8/+7
2012-04-22functions: add missing local for iteratorDave Reisner1-0/+2
2012-04-22bash-completion: avoid using cdDave Reisner1-4/+19
2012-04-22mkinitcpio: check return of cd before listing hooksDave Reisner1-2/+2
2012-04-22mmc: add install hookDave Reisner1-0/+19
2012-04-22create lsinitcpio symlink for bash completionDave Reisner1-0/+1
2012-04-22lsinitcpio: avoid exiting from usageDave Reisner1-4/+4
2012-04-22lsinitcpio: show file sizes in analyze outputDave Reisner1-3/+28
2012-04-22mkinitcpio: dont exit from usageDave Reisner1-2/+2
2012-04-22mkinitcpio.8: manpage cleanupDave Reisner1-2/+2
2012-04-22Add manpage for lsinitcpioDave Reisner3-3/+69
2012-04-22lsinitcpio: adopt parseopts for option parsingDave Reisner2-21/+41
2012-04-22mkinitcpio: adopt parseopts for option parsingDave Reisner3-85/+132
2012-04-20functions: add parseopts for longopt funDave Reisner1-0/+138
2012-04-18gitignore: ignore the right manpage sectionDave Reisner1-1/+1
2012-04-18bash-completion: align whitespace with rest of repoDave Reisner1-38/+38
2012-04-16mkinitcpio: refuse to run without hooks definedDave Reisner1-0/+4
2012-04-16mkinitcpio: refer to /usr/lib/modules uniformlyDave Reisner1-5/+5
2012-04-09btrfs: delete hooks -- these belong to core/btrfs0.8.7Dave Reisner2-22/+0
2012-04-09hooks: use consistent shebang, modeline, function styleDave Reisner3-10/+15
2012-04-09mdadm: fix raid[456] autodetectionDave Reisner1-1/+1
2012-04-04hooks: remove pcmcia hookTom Gundersen1-22/+0
2012-04-04fix pcmcia /usr moveTobias Powalowski1-3/+3
2012-04-02create /lib as a symlink to /usr/lib0.8.6Dave Reisner2-1/+2
2012-04-02base: move usb modprobe rule to /usr/lib/modprobe.dDave Reisner1-1/+1
2012-04-02shutdown: detach all loop devices before umountingDave Reisner1-0/+6
2012-04-02shutdown: refine umount_all logicDave Reisner1-3/+3
2012-04-02autodetect: simplify mdadm autodetectionDave Reisner1-23/+5
2012-04-02mkinitcpio: hardcode a sane PATHDave Reisner1-3/+3
2012-04-02add minor tweaks to make testing a bit easierDave Reisner2-2/+3
2012-04-02shutdown: improve handling of dm devicesDave Reisner1-4/+8
2012-04-02init_functions: fix missing * in fsck messageDave Reisner1-1/+1
2012-04-02init: fix location of udevdDave Reisner1-2/+2
2012-03-28fsck: leverage blank /etc/fstab included by baseDave Reisner2-2/+2
2012-03-26shutdown: disassemble devices on shutdownDave Reisner2-1/+65
2012-03-26shutdown: add vim modeline, fix whitespacingDave Reisner1-13/+15
2012-03-24Makefile: simplify 'make dist' target0.8.5Dave Reisner1-9/+6
2012-03-24init_functions: fix tag resolution w/o udev rulesDave Reisner1-10/+9
2012-03-24move bash completion to /usr/share/bash-completionDave Reisner1-2/+2
2012-03-24natively support locale.conf and vconsole.confDave Reisner2-7/+26
2012-03-24init_functions: support fsck.mode= cmdline parameterDave Reisner1-0/+6
2012-03-24init_functions: avoid special treatment for forcefsckDave Reisner1-2/+1
2012-03-16bash-completion: find hooks in /usr/libMatthew Monaco1-2/+3