Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-07 | Remove an extra whitespace from the emergency shell prompt | Thomas Bächler | 1 | -1/+1 | |
2010-01-29 | Nicer shell prompt in the break/emergency shell | Thomas Bächler | 1 | -0/+4 | |
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 1 | -2/+2 | |
See `man dash` Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-06-07 | Don't only check for block devices, but also for symbolic links. | Thomas Bächler | 1 | -2/+2 | |
If we have a symlink, we don't check further if it points to a block device, partially due to klibc's readlink being broken. | |||||
2009-06-06 | Add common poll_device function | Thomas Bächler | 1 | -0/+15 | |
2009-06-06 | Add a new file init_functions that contains common functions used in /init ↵ | Thomas Bächler | 1 | -0/+8 | |
and the hooks |