summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-16Remove the special handling for the default mount procedure, move it into a m...Thomas Bächler1-70/+3
2010-02-16Introduce mount handlersThomas Bächler1-9/+5
2010-02-15Do not kill -9 udevd, instead kill -15 and wait for all processes to terminat...Thomas Bächler1-2/+4
2010-02-15If we could not mount the real root device, or the init program did not exist...Thomas Bächler1-1/+18
2010-02-14Kill udev after mounting file systems, not beforeThomas Bächler1-9/+10
2010-02-14Filesystem type detection: Change message to the way it should have been, stu...Thomas Bächler1-1/+1
2010-02-14If filesystem type detection fails, print an error and instructionsThomas Bächler1-0/+13
2010-02-09Honor the "rw" command line flag, but still make "ro" the default if nothing ...Thomas Bächler1-1/+8
2010-02-09Remove the comment about 'reboot': busybox reboot requires init to run, thus ...Thomas Bächler1-2/+0
2010-02-09Add support for mounting root filesystem over NFS.Simon Boulay1-2/+9
2010-02-09Fix path when looking at /sys/block for rootdevGerardo Exequiel Pozzi1-1/+1
2010-02-07udev: Do not try to resolve any group/user namesThomas Bächler1-1/+1
2010-02-07Honor the rootflags= command line optionThomas Bächler1-1/+1
2010-02-07Settle remaining uevents before killing udevdThomas Bächler1-0/+2
2010-02-05Respect rootfstype command line parameterThomas Bächler1-1/+5
2010-01-29Nicer shell prompt in the break/emergency shellThomas Bächler1-2/+2
2010-01-12Replace custom minips with busybox pidofThomas Bächler1-1/+1
2010-01-12Fix a small oops in the sed usageThomas Bächler1-2/+2
2010-01-12Replace the custom 'replace' tool with 'sed'Thomas Bächler1-11/+12
2010-01-10Remove kinit usage from /init: Implement parseblock and kinit in shell code, ...Thomas Bächler1-36/+55
2010-01-10Do not mount /proc before busybox --install - this requires CONFIG_BUSYBOX_EX...Thomas Bächler1-3/+2
2010-01-05Start moving from klibc to glibc+busyboxThomas Bächler1-5/+5