summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-26init: Remove unneeded test0.8.0Gerardo Exequiel Pozzi1-5/+3
2011-11-16init: Remove sed cmd usageGerardo Exequiel Pozzi1-1/+1
2011-11-16init: Remove grep usageGerardo Exequiel Pozzi1-2/+1
2011-11-15use util-linux's switch_root binaryDave Reisner2-8/+2
2011-11-15init_functions: simplify parse_cmdlineDave Reisner1-21/+19
2011-11-15install/fsck: new install hook to add fsck and helpersDave Reisner1-0/+32
2011-11-15fsck: implement basic fsck supportDave Reisner2-4/+70
2011-11-15init_functions: resolve M:m to device fileDave Reisner1-3/+19
2011-11-15init_functions: generalize resolve_deviceDave Reisner1-41/+49
2011-11-15init_functions: move root resolution to separate functionDave Reisner1-1/+5
2011-11-15init: use util-linux's /bin/mountDave Reisner2-13/+5
2011-11-15autodetect: store rootfstype for use by other hooksDave Reisner1-1/+1
2011-11-15init_functions: refactor poll_deviceDave Reisner1-11/+12
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