summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-01Remove some obsolete 'export'sThomas Bächler1-10/+9
2010-12-06mount: forbid suid,exec,dev from /proc and /sysTom Gundersen1-2/+2
2010-06-10Create /dev/{null,zero,mem,console} devices when devtmpfs is missingThomas Bächler1-0/+6
2010-06-03Mount tmpfs or (if supported) devtmpfs on /dev, move it into the real root be...Thomas Bächler1-0/+6
2010-06-03Do not umount /proc and /sys before switch_root, but mount --move them into t...Thomas Bächler1-2/+2
2010-02-21poll_device: do not wait for a device to appear if udevd is not runningThomas Bächler1-0/+3
2010-02-17Improve sanity check: ${init} must be executableThomas Bächler1-1/+1
2010-02-16When use stat -c %D instead of stat -f -c %i for testing if /new_root is a mo...Thomas Bächler1-1/+1
2010-02-16Make indentation in two code blocks consistentThomas Bächler1-13/+13