summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2012-08-19init: avoid needlessly trimming PATHDave Reisner1-1/+0
2012-06-07init: run late/cleanup hooks before checking for initDave Reisner1-4/+3
2012-05-18init: add timestamp at start of initramfs if binary existsTom Gundersen1-1/+8
2012-05-18usr: add usr mounting as a late running hookDave Reisner1-11/+0
2012-05-18init: remove hardcoded udev startup/shutdownDave Reisner1-16/+1
2012-05-18init: add support for early, late and cleanup hooksDave Reisner1-2/+7
2012-05-18init_functions: move running hooks to separate funcDave Reisner1-15/+2
2012-05-18init: correct trimming of earlymodules and MODULESDave Reisner1-5/+2
2012-04-02init: fix location of udevdDave Reisner1-2/+2
2012-03-04init: add informational output about mountingDave Reisner1-0/+1
2012-02-22use --tab-file flag for findmnt -sDave Reisner1-3/+4
2012-01-29init: use fastboot, not skip to avoid fsckDave Reisner1-1/+1
2012-01-13init: drop support for non-devtmpfs0.8.2Tom Gundersen1-12/+1
2012-01-13init: mount separate /usrDave Reisner1-0/+9
2011-12-15init: create /run/initramfs as mode 755Dave Reisner1-1/+1
2011-11-29busybox: create symlinks manuallyTom Gundersen1-2/+0
2011-11-29move all binaries to /usr/binTom Gundersen1-3/+2
2011-11-29init: remove size limitations from API filesystemsDave Reisner1-3/+3
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 Reisner1-8/+1
2011-11-15fsck: implement basic fsck supportDave Reisner1-0/+5
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-10-22install/base: include new_root as part of build processDave Reisner1-1/+0
2011-10-20install/udev: relocate udevd for udev 174Dave Reisner1-2/+2
2011-10-16init: refer to busybox by full path on --installDave Reisner1-1/+1
2011-10-09[mkinitcpio] Remove early redirection 2>/dev/null such node does not exists.Gerardo Exequiel Pozzi1-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-07-02Trim leading spaces in MODULES and earlymodules to prevent error messages whe...Thomas Bächler1-3/+4
2011-06-25init: remove unnecessary variable declarationsDave Reisner1-7/+2
2011-06-25init: declare PATH, remove absolute pathsDave Reisner1-17/+19
2011-06-25install/base: cleanup and simplifyDave Reisner1-1/+1
2011-06-25remove support for -m to add a startup messageDave Reisner1-4/+0
2011-06-16use consistent vim modelinesDave Reisner1-0/+2
2011-06-16init: don't attempt modprobe if $MODULES is emptyDave Reisner1-1/+1
2011-06-07default_mount_handler: Only try to manually create the root device if devtmpf...Thomas Bächler1-0/+2
2011-06-07init: purge environment before leaving early userspaceDave Reisner1-1/+1
2011-06-07init: load all earlymodules at onceDave Reisner1-3/+1
2011-06-07init: remove support for disablemodulesDave Reisner1-13/+1
2011-05-14Cleanly stop udev >= 168 as recommended by upstream.Gerardo Exequiel Pozzi1-9/+4
2011-05-14/run: restrict write access to rootTom Gundersen1-1/+1
2011-05-01Drop deprecated /proc/sys/kernel/hotplugGerardo Exequiel Pozzi1-1/+0
2011-04-10Fix problems in parsing the kernel command lineThomas Bächler1-23/+2
2011-04-10Allow initramfs to be completely silent:Thomas Bächler1-12/+11
2011-04-08Introduce /runThomas Bächler1-1/+2
2011-04-08init: Unify/improve mount --move handlingThomas Bächler1-3/+7
2011-04-05Fix broken command line parsing due to insufficient quoting introduced in 42e...Thomas Bächler1-1/+1