summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-15init: create /run/initramfs after mounting /runDave Reisner1-0/+1
2011-11-15init: don't tell the kernel about the path to modprobeDave Reisner1-2/+0
2011-11-15Makefile: install binaries to /usr/binDave Reisner1-5/+4
2011-11-15hooks/resume: Remove grep usageGerardo Exequiel Pozzi1-2/+2
2011-11-15hooks/resume: Remove unused functionGerardo Exequiel Pozzi1-2/+0
2011-11-13update bash completionDave Reisner1-5/+11
2011-10-30add_symlink: fix argument ordering and add_dir callTom Gundersen1-2/+2
2011-10-25mkinitcpio: dereference symlinks when resolving kernverDave Reisner1-1/+1
2011-10-22init_functions: avoid setting var without LHS0.7.5Dave Reisner1-0/+1
2011-10-22init_functions: replace grep/sed with PEsDave Reisner1-12/+13
2011-10-22init_functions: tighten up mount option gatheringDave Reisner1-26/+16
2011-10-22install/base: include new_root as part of build processDave Reisner2-2/+1
2011-10-20install/udev: relocate udevd for udev 174Dave Reisner3-5/+5
2011-10-20manpage: correct section number in manpage headerDave Reisner1-1/+1
2011-10-16install/pcmcia: fix syntax error (missing &&)Dave Reisner1-1/+1
2011-10-16mkinitcpio: ensure get_kernver always returns a kverDave Reisner1-12/+17
2011-10-16mkinitcpio: avoid stomping on TMPDIR from the environmentDave Reisner3-12/+16
2011-10-16move manpage to section 8Dave Reisner2-7/+7
2011-10-16init: refer to busybox by full path on --installDave Reisner1-1/+1
2011-10-10install/base: grab usb-ehci udev rule to /lib0.7.4Dave Reisner2-2/+2
2011-10-09mkinitcpio: avoid using mountpointDave Reisner1-2/+4
2011-10-09[mkinitcpio] Add missing groups=('base') in PKGBUILDGerardo Exequiel Pozzi1-0/+1
2011-10-09[mkinitcpio] Remove early redirection 2>/dev/null such node does not exists.Gerardo Exequiel Pozzi1-1/+1
2011-10-01Add a virtio hook0.7.3Sebastien Luttringer1-0/+15
2011-10-01mkinitcpio: avoid creating savelist in main loopDave Reisner1-3/+3
2011-10-01example.preset: update for newer style syntaxDave Reisner1-8/+7
2011-10-01remove duplicate "error" in error messageDave Reisner1-1/+1
2011-10-01harden version generationFlorian Pritz2-5/+6
2011-10-01init_functions: use constants on LHS of testsDave Reisner1-3/+3
2011-10-01use correct variable to reference compression methodDave Reisner1-1/+1
2011-10-01functions: fix output order in _add_symlinkDave Reisner1-1/+1
2011-10-01lsinitcpio: follow symlinks only when necessaryDave Reisner1-2/+4
2011-10-01lsinitcpio: disable color when stdout isn't a ttyDave Reisner1-1/+1
2011-10-01init: allow /run to be mounted with exec permsDave Reisner1-1/+1
2011-10-01init: support breaks before and after mounting rootDave Reisner1-2/+8
2011-10-01mkinitcpio: insist that /dev and /proc be mountedDave Reisner1-0/+4
2011-09-27mkinitcpio: keep going even when a hook isn't foundDave Reisner1-1/+2
2011-09-27mkinitcpio: explicitly create $BUILDROOTDave Reisner1-0/+3
2011-09-27mkinitcpio: fix whitespace errors in error messagesDave Reisner1-2/+2
2011-09-27mkinitcpio: simplify setting of SKIPHOOKSDave Reisner1-6/+1
2011-09-27ensure local scoping of variablesDave Reisner2-5/+11
2011-09-27functions: specify the delimiter to xargsDave Reisner1-1/+2
2011-09-27functions: perform path lookup for binaries if neededDave Reisner1-1/+25
2011-09-27functions: refactor get_{base,dir}nameDave Reisner1-7/+8
2011-09-27functions: allow ignoring errors on module additionDave Reisner10-17/+28
2011-09-27base: remove superfluous leading /Dave Reisner1-1/+1
2011-09-27cleanup and bashify install hooksDave Reisner17-266/+220
2011-09-27keymap: simplify unicode detectionDave Reisner2-11/+10
2011-07-24keymap/consolefont: source rc.conf properly from $BASEDIRDave Reisner2-29/+37
2011-07-24install/consolefont: cleanup and refactorDave Reisner1-25/+27