summaryrefslogtreecommitdiffstats
path: root/install/base
AgeCommit message (Expand)AuthorFilesLines
2012-09-17install/base: update help verbiageDave Reisner1-2/+2
2012-09-17install fstab/mtab as part of base layoutDave Reisner1-5/+0
2012-07-15initalize buildroot later, and out outside of hooksDave Reisner1-10/+1
2012-05-18usr: add usr mounting as a late running hookDave Reisner1-1/+0
2012-05-18mkinitcpio: write image config after install hooksDave Reisner1-15/+0
2012-05-02ensure that cmdline added hooks are run properly in early initDave Reisner1-1/+2
2012-04-02create /lib as a symlink to /usr/lib0.8.6Dave Reisner1-0/+1
2012-04-02base: move usb modprobe rule to /usr/lib/modprobe.dDave Reisner1-1/+1
2012-03-28fsck: leverage blank /etc/fstab included by baseDave Reisner1-1/+1
2012-03-04add support for HOOKDIR/INSTDIR as arraysDave Reisner1-4/+4
2012-01-28avoid absolute paths in add_binary callsDave Reisner1-4/+4
2012-01-28install/base: drop support for m-i-tDave Reisner1-1/+6
2012-01-13base: add findmnt as a part of the base layoutDave Reisner1-0/+1
2011-11-29busybox: create symlinks manuallyTom Gundersen1-0/+5
2011-11-29move all binaries to /usr/binTom Gundersen1-1/+5
2011-11-29install/base: Add an empty fstabGerardo Exequiel Pozzi1-0/+3
2011-11-29hooks/net: Refactor and remove sed cmd usage.Gerardo Exequiel Pozzi1-1/+1
2011-11-15use util-linux's switch_root binaryDave Reisner1-0/+1
2011-11-15init: use util-linux's /bin/mountDave Reisner1-0/+3
2011-10-22install/base: include new_root as part of build processDave Reisner1-1/+1
2011-10-10install/base: grab usb-ehci udev rule to /lib0.7.4Dave Reisner1-1/+1
2011-09-27functions: allow ignoring errors on module additionDave Reisner1-1/+1
2011-09-27base: remove superfluous leading /Dave Reisner1-1/+1
2011-07-02base/install: rewrite the config to sanitize itDave Reisner1-2/+15
2011-06-27install/base: use private API call to add configDave Reisner1-1/+3
2011-06-25install/base: cleanup and simplifyDave Reisner1-22/+12
2011-06-25remove support for -m to add a startup messageDave Reisner1-4/+0
2011-06-16functions: remove add_deviceDave Reisner1-5/+0
2011-06-16mkinitcpio: deprecate install() in install hooksDave Reisner1-1/+1
2011-04-08Introduce /runThomas Bächler1-0/+1
2010-06-26Add back /dev/{zero,null,mem} to the initramfs imageThomas Bächler1-0/+3
2010-06-10Create /dev/{null,zero,mem,console} devices when devtmpfs is missingThomas Bächler1-3/+0
2010-01-10Make base hook help message more generic, remove klibc referenceThomas Bächler1-2/+2
2010-01-10Remove kinit usage from /init: Implement parseblock and kinit in shell code, ...Thomas Bächler1-0/+1
2010-01-05Start moving from klibc to glibc+busyboxThomas Bächler1-12/+9
2009-06-07Adjust for module-init-tools change: usb-load-ehci-first is now usb-load-ehci...Thomas Bächler1-1/+1
2009-06-06Add a new file init_functions that contains common functions used in /init an...Thomas Bächler1-0/+1
2009-01-11Always add /etc/modprobe.d/usb-load-ehci-first to initramfs0.5.21Thomas Bächler1-0/+1
2008-03-16Fix various coding style issuesThomas Bächler1-3/+3
2008-03-15v86d failed if called before udev, because /dev/mem didn't exist. This patch ...Thomas Bächler1-0/+1
2007-10-31Prepare base hook for klibc-module-init-toolsThomas Bächler1-8/+6
2007-08-11Coding style change, use -n and -z for variable testsAaron Griffin1-1/+1
2007-05-12- adjusted all hooks for new modprobe pathThomas Bächler1-0/+2
2007-05-12- fix a bug with BINARIES= (also accept shared objects, not only executables)Thomas Bächler1-1/+6
2006-12-06Trying to address piix issue:Thomas Bächler1-0/+4
2006-04-28* Initial attempt to get the device-mapper stuff in orderAaron Griffin1-1/+1
2006-04-27klibc upgrade - udev broken, working on patchingAaron Griffin1-1/+1
2006-04-26git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@20 880c04e...Aaron Griffin1-0/+1
2006-04-25Bug fixes - I broke some things with syntax errorsAaron Griffin1-4/+4
2006-04-22Hook updates and changes...Aaron Griffin1-0/+32