Age | Commit message (Expand) | Author | Files | Lines |
2014-03-07 | init: remove dead code related to systemd-timestamp | Dave Reisner | 1 | -4/+0 |
2013-07-27 | init: avoid passing empty RD_TIMESTAMP variable | Dave Reisner | 1 | -1/+0 |
2013-07-01 | rdlogger: log messages which would have been hidden by quiet | Dave Reisner | 1 | -0/+1 |
2013-06-25 | init: allow for logging of early userspace | Dave Reisner | 1 | -0/+6 |
2013-05-07 | init: redirect /proc/cmdline to parse_cmdline | Dave Reisner | 1 | -1/+1 |
2012-11-24 | init: declare defaults earlier | Dave Reisner | 1 | -2/+3 |
2012-11-24 | init: remove needless workaround for empty rootdelay | Dave Reisner | 1 | -5/+1 |
2012-11-24 | init: condense early module loading | Dave Reisner | 1 | -2/+3 |
2012-08-19 | init: avoid needlessly trimming PATH | Dave Reisner | 1 | -1/+0 |
2012-06-07 | init: run late/cleanup hooks before checking for init | Dave Reisner | 1 | -4/+3 |
2012-05-18 | init: add timestamp at start of initramfs if binary exists | Tom Gundersen | 1 | -1/+8 |
2012-05-18 | usr: add usr mounting as a late running hook | Dave Reisner | 1 | -11/+0 |
2012-05-18 | init: remove hardcoded udev startup/shutdown | Dave Reisner | 1 | -16/+1 |
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 |