Age | Commit message (Expand) | Author | Files | Lines |
2012-05-18 | init: add support for early, late and cleanup hooks | Dave Reisner | 1 | -2/+7 |
2012-05-18 | init_functions: move running hooks to separate func | Dave Reisner | 1 | -15/+2 |
2012-05-18 | init: correct trimming of earlymodules and MODULES | Dave Reisner | 1 | -5/+2 |
2012-04-02 | init: fix location of udevd | Dave Reisner | 1 | -2/+2 |
2012-03-04 | init: add informational output about mounting | Dave Reisner | 1 | -0/+1 |
2012-02-22 | use --tab-file flag for findmnt -s | Dave Reisner | 1 | -3/+4 |
2012-01-29 | init: use fastboot, not skip to avoid fsck | Dave Reisner | 1 | -1/+1 |
2012-01-13 | init: drop support for non-devtmpfs0.8.2 | Tom Gundersen | 1 | -12/+1 |
2012-01-13 | init: mount separate /usr | Dave Reisner | 1 | -0/+9 |
2011-12-15 | init: create /run/initramfs as mode 755 | Dave Reisner | 1 | -1/+1 |
2011-11-29 | busybox: create symlinks manually | Tom Gundersen | 1 | -2/+0 |
2011-11-29 | move all binaries to /usr/bin | Tom Gundersen | 1 | -3/+2 |
2011-11-29 | init: remove size limitations from API filesystems | Dave Reisner | 1 | -3/+3 |
2011-11-26 | init: Remove unneeded test0.8.0 | Gerardo Exequiel Pozzi | 1 | -5/+3 |
2011-11-16 | init: Remove sed cmd usage | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-11-16 | init: Remove grep usage | Gerardo Exequiel Pozzi | 1 | -2/+1 |
2011-11-15 | use util-linux's switch_root binary | Dave Reisner | 1 | -8/+1 |
2011-11-15 | fsck: implement basic fsck support | Dave Reisner | 1 | -0/+5 |
2011-11-15 | init: create /run/initramfs after mounting /run | Dave Reisner | 1 | -0/+1 |
2011-11-15 | init: don't tell the kernel about the path to modprobe | Dave Reisner | 1 | -2/+0 |
2011-10-22 | install/base: include new_root as part of build process | Dave Reisner | 1 | -1/+0 |
2011-10-20 | install/udev: relocate udevd for udev 174 | Dave Reisner | 1 | -2/+2 |
2011-10-16 | init: refer to busybox by full path on --install | Dave Reisner | 1 | -1/+1 |
2011-10-09 | [mkinitcpio] Remove early redirection 2>/dev/null such node does not exists. | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-10-01 | init: allow /run to be mounted with exec perms | Dave Reisner | 1 | -1/+1 |
2011-10-01 | init: support breaks before and after mounting root | Dave Reisner | 1 | -2/+8 |
2011-07-02 | Trim leading spaces in MODULES and earlymodules to prevent error messages whe... | Thomas Bächler | 1 | -3/+4 |
2011-06-25 | init: remove unnecessary variable declarations | Dave Reisner | 1 | -7/+2 |
2011-06-25 | init: declare PATH, remove absolute paths | Dave Reisner | 1 | -17/+19 |
2011-06-25 | install/base: cleanup and simplify | Dave Reisner | 1 | -1/+1 |
2011-06-25 | remove support for -m to add a startup message | Dave Reisner | 1 | -4/+0 |
2011-06-16 | use consistent vim modelines | Dave Reisner | 1 | -0/+2 |
2011-06-16 | init: don't attempt modprobe if $MODULES is empty | Dave Reisner | 1 | -1/+1 |
2011-06-07 | default_mount_handler: Only try to manually create the root device if devtmpf... | Thomas Bächler | 1 | -0/+2 |
2011-06-07 | init: purge environment before leaving early userspace | Dave Reisner | 1 | -1/+1 |
2011-06-07 | init: load all earlymodules at once | Dave Reisner | 1 | -3/+1 |
2011-06-07 | init: remove support for disablemodules | Dave Reisner | 1 | -13/+1 |
2011-05-14 | Cleanly stop udev >= 168 as recommended by upstream. | Gerardo Exequiel Pozzi | 1 | -9/+4 |
2011-05-14 | /run: restrict write access to root | Tom Gundersen | 1 | -1/+1 |
2011-05-01 | Drop deprecated /proc/sys/kernel/hotplug | Gerardo Exequiel Pozzi | 1 | -1/+0 |
2011-04-10 | Fix problems in parsing the kernel command line | Thomas Bächler | 1 | -23/+2 |
2011-04-10 | Allow initramfs to be completely silent: | Thomas Bächler | 1 | -12/+11 |
2011-04-08 | Introduce /run | Thomas Bächler | 1 | -1/+2 |
2011-04-08 | init: Unify/improve mount --move handling | Thomas Bächler | 1 | -3/+7 |
2011-04-05 | Fix broken command line parsing due to insufficient quoting introduced in 42e... | Thomas Bächler | 1 | -1/+1 |
2011-02-01 | Remove some obsolete 'export's | Thomas Bächler | 1 | -10/+9 |
2010-12-06 | mount: forbid suid,exec,dev from /proc and /sys | Tom Gundersen | 1 | -2/+2 |
2010-06-10 | Create /dev/{null,zero,mem,console} devices when devtmpfs is missing | Thomas Bächler | 1 | -0/+6 |
2010-06-03 | Mount tmpfs or (if supported) devtmpfs on /dev, move it into the real root be... | Thomas Bächler | 1 | -0/+6 |
2010-06-03 | Do not umount /proc and /sys before switch_root, but mount --move them into t... | Thomas Bächler | 1 | -2/+2 |