summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-13init: drop support for non-devtmpfs0.8.2Tom Gundersen1-12/+1
2012-01-13Update PS1 ramfs -> rootfsGerardo Exequiel Pozzi1-1/+1
2012-01-13autodetect: try to find /usr partition fstypeDave Reisner1-2/+11
2012-01-13init: mount separate /usrDave Reisner2-1/+10
2012-01-13base: add findmnt as a part of the base layoutDave Reisner2-1/+2
2012-01-13udev: update for udev 176Dave Reisner2-3/+3
2012-01-12dsdt: remove hook. this has been defunct for yearsDave Reisner1-14/+0
2012-01-11Keep modules.devname needed for on-demand module loadingGerardo Exequiel Pozzi1-2/+2
2012-01-05shutdown: add new hook0.8.1Dave Reisner4-1/+54
2012-01-05mkinitcpio: include modules.{builtin,order} for depmod callDave Reisner1-1/+6
2012-01-05function: suppress errors from modprobeDave Reisner1-1/+1
2012-01-05autodetect: check for rootfs module existanceDave Reisner1-1/+6
2012-01-05mkinitcpio: remove hardcoded pathsDave Reisner2-3/+3
2011-12-26mkinitcpio: avoid color when stdout isn't a ttyDave Reisner1-1/+1
2011-12-26lsinitcpio: remove duplicate in_array functionDave Reisner1-9/+0
2011-12-26functions: display proper name on file not foundDave Reisner1-1/+1
2011-12-17ensure MODULEDIR is declared with a trailing slashDave Reisner1-1/+1
2011-12-16lsinitcpio: cleanup binary displayDave Reisner1-1/+1
2011-12-15init: create /run/initramfs as mode 755Dave Reisner1-1/+1
2011-12-15functions: don't fail on add_binary adding a non-binaryDave Reisner1-1/+1
2011-12-05lsinitcpio: read VERSION stamp out of image fileDave Reisner1-1/+4
2011-12-05mkinitcpio: add VERSION stamp to imageDave Reisner1-1/+6
2011-12-01init_functions: redirect poll_device output to stderrDave Reisner1-1/+1
2011-11-29busybox: create symlinks manuallyTom Gundersen2-2/+5
2011-11-29move all binaries to /usr/binTom Gundersen2-4/+7
2011-11-29mkinitcpio: parse vars from config file lastDave Reisner1-2/+10
2011-11-29lsinitcpio: columnize binaries outputDave Reisner1-3/+3
2011-11-29functions: don't allow add_binary to re-add depsDave Reisner1-1/+1
2011-11-29functions: add verbose output for overwriting filesDave Reisner1-3/+14
2011-11-29add_{file,symlink}: overwrite existing fileTom Gundersen1-3/+1
2011-11-29mkinitcpio: warn when no modules are added to the imageDave Reisner1-0/+2
2011-11-29init_functions: rephrase bailout messageDave Reisner1-1/+1
2011-11-29init: remove size limitations from API filesystemsDave Reisner1-3/+3
2011-11-29install/base: Add an empty fstabGerardo Exequiel Pozzi1-0/+3
2011-11-29hooks/resume: Remove cut cmd usageGerardo Exequiel Pozzi1-1/+2
2011-11-29hooks/net: Add BOOTIF supportGerardo Exequiel Pozzi1-1/+15
2011-11-29hooks/net: Refactor and remove sed cmd usage.Gerardo Exequiel Pozzi2-48/+18
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