summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2017-03-10init: move early mounting to function, add efivarsDave Reisner1-5/+1
2014-03-07init: remove dead code related to systemd-timestampDave Reisner1-4/+0
2013-07-27init: avoid passing empty RD_TIMESTAMP variableDave Reisner1-1/+0
2013-07-01rdlogger: log messages which would have been hidden by quietDave Reisner1-0/+1
2013-06-25init: allow for logging of early userspaceDave Reisner1-0/+6
2013-05-07init: redirect /proc/cmdline to parse_cmdlineDave Reisner1-1/+1
2012-11-24init: declare defaults earlierDave Reisner1-2/+3
2012-11-24init: remove needless workaround for empty rootdelayDave Reisner1-5/+1
2012-11-24init: condense early module loadingDave Reisner1-2/+3
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