Age | Commit message (Expand) | Author | Files | Lines |
2010-02-11 | Removed/changed messages/comments about klibc/kinit | Gerardo Exequiel Pozzi | 3 | -7/+5 |
2010-02-10 | Add "consolefont" hook to set the console font early | Thomas Bächler | 2 | -0/+41 |
2010-02-10 | Release 0.5.99.50.5.99.5 | Thomas Bächler | 1 | -1/+1 |
2010-02-09 | Honor the "rw" command line flag, but still make "ro" the default if nothing ... | Thomas Bächler | 1 | -1/+8 |
2010-02-09 | Remove the comment about 'reboot': busybox reboot requires init to run, thus ... | Thomas Bächler | 1 | -2/+0 |
2010-02-09 | Add support for mounting root filesystem over NFS. | Simon Boulay | 3 | -6/+88 |
2010-02-09 | Fix path when looking at /sys/block for rootdev | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2010-02-08 | Fix typo in the manpage (thanks Eric) | Thomas Bächler | 1 | -1/+1 |
2010-02-08 | Fixed typo in comment | Eric Bélanger | 1 | -1/+1 |
2010-02-08 | Fix wrong syntax in the resume hook, finally fix tuxonice (hopefully) | Thomas Bächler | 1 | -11/+13 |
2010-02-07 | Adjust pcmcia hook: Use dynamically linked binaries and only add sd_mod to th... | Thomas Bächler | 1 | -3/+3 |
2010-02-07 | Remove firmware hook | Thomas Bächler | 1 | -22/+0 |
2010-02-07 | Release 0.5.99.40.5.99.4 | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | udev: Do not try to resolve any group/user names | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | Do not try to load the keymap if no KEYMAP option is set in rc.conf | Thomas Bächler | 2 | -21/+25 |
2010-02-07 | Honor the rootflags= command line option | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | Allow a filesystem name to be an alias instead of a kernel module | Thomas Bächler | 1 | -4/+7 |
2010-02-07 | Remove an extra whitespace from the emergency shell prompt | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | Release 0.5.99.30.5.99.3 | Thomas Bächler | 1 | -1/+1 |
2010-02-07 | Revert commit 4fde9323f8078a6d4a4f4bb58e4be914602d5bf5, this shouldn't be app... | Thomas Bächler | 1 | -0/+9 |
2010-02-07 | Settle remaining uevents before killing udevd | Thomas Bächler | 1 | -0/+2 |
2010-02-07 | remove raid hook it's now provided by mdadm | Tobias Powalowski | 1 | -9/+0 |
2010-02-05 | Remove the raid hook: This will be replaced by the better hook from the mdadm... | Thomas Bächler | 2 | -48/+0 |
2010-02-05 | Respect rootfstype command line parameter | Thomas Bächler | 1 | -1/+5 |
2010-01-29 | Nicer shell prompt in the break/emergency shell | Thomas Bächler | 2 | -2/+6 |
2010-01-24 | Install load-modules.sh to the tarball | Thomas Bächler | 1 | -0/+1 |
2010-01-24 | [install/udev] Latest udev uses firmware instead of firmware.sh | Thomas Bächler | 1 | -1/+1 |
2010-01-24 | Release 0.5.300.5.30 | Thomas Bächler | 1 | -1/+1 |
2010-01-24 | Remove klibc-isms from autodetect: Use blkid for filesystem detection | Thomas Bächler | 1 | -4/+1 |
2010-01-24 | Release version 0.5.290.5.29 | Thomas Bächler | 1 | -1/+1 |
2010-01-24 | Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud... | Thomas Bächler | 1 | -1/+1 |
2010-01-24 | Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud... | Thomas Bächler | 1 | -1/+1 |
2010-01-14 | Correct ${RESOLVEALIAS} usage that broke after the last commit | Thomas Bächler | 1 | -1/+1 |
2010-01-14 | Remove more klibc'isms from blacklisting code in load-modules.sh: | Thomas Bächler | 1 | -4/+9 |
2010-01-12 | Fix UTF8 mode in the keymap hook | Thomas Bächler | 1 | -2/+2 |
2010-01-12 | Add keymap hook | Thomas Bächler | 2 | -0/+44 |
2010-01-12 | Correct load-modules.sh permissions (+x was missing) | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Replace custom minips with busybox pidof | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Fix a small oops in the sed usage | Thomas Bächler | 1 | -2/+2 |
2010-01-12 | Replace the custom 'replace' tool with 'sed' | Thomas Bächler | 2 | -14/+15 |
2010-01-12 | Release version 0.5.280.5.28 | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Fix adding duplicate symlinks into the cpio image | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Fix adding duplicate symlinks into the cpio image | Thomas Bächler | 1 | -1/+1 |
2010-01-12 | Do not append a trailing /, remove it (fixed FS#17793) | Thomas Bächler | 1 | -4/+2 |
2010-01-12 | Do not append a trailing /, remove it (fixed FS#17793) | Thomas Bächler | 1 | -4/+2 |
2010-01-10 | Add udev hook, originated from the obsolete klibc-udev package | Thomas Bächler | 4 | -0/+88 |
2010-01-10 | Remove parseblock usage from resume hook, also fix resuming with tuxonice | Thomas Bächler | 1 | -10/+18 |
2010-01-10 | Remove klibc-isms from autodetect: Use blkid for filesystem detection | Thomas Bächler | 1 | -4/+1 |
2010-01-10 | Make base hook help message more generic, remove klibc reference | Thomas Bächler | 1 | -2/+2 |
2010-01-10 | Remove kinit usage from /init: Implement parseblock and kinit in shell code, ... | Thomas Bächler | 2 | -36/+56 |