Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix grep commands in init scripts. | P. J. McDermott | 2014-03-13 | 3 | -8/+8 |
| | | | | | | | | | | | The exit status of a pipeline is the exit status of the last command in the pipeline. If the last command is ":", the exit status will always be 0, regardless of whether grep finds the specified pattern. So just use grep's -q command. According to the documentation for GNU grep, some older grep implementations lacked this option. But we're only running these scripts on BusyBox grep, which unconditionally includes this option. | ||||
* | /etc/init.d/*: Fix file modes. | P. J. McDermott | 2013-08-13 | 2 | -0/+0 |
| | |||||
* | /etc/init.d/m*: Don't write to /dev/null. | P. J. McDermott | 2013-08-13 | 3 | -8/+8 |
| | |||||
* | /etc/init.d/mountdevsubfs: New script. | P. J. McDermott | 2013-08-13 | 1 | -0/+39 |
| | |||||
* | /etc/init.d/mdev: Add a separate restart() func. | P. J. McDermott | 2013-08-13 | 1 | -2/+10 |
| | |||||
* | /etc/init.d/mdev: Mount a tmpfs on /dev. | P. J. McDermott | 2013-08-13 | 1 | -0/+12 |
| | |||||
* | /etc/init.d/mounttmpfs: New script. | P. J. McDermott | 2013-08-13 | 1 | -0/+47 |
| | |||||
* | /etc/inittab.halt: New alternative file. | P. J. McDermott | 2013-08-08 | 1 | -0/+15 |
| | |||||
* | /etc/inittab: New file. | P. J. McDermott | 2013-08-08 | 1 | -0/+15 |
| | |||||
* | /etc/init.d/*: Fix file modes. | P. J. McDermott | 2013-08-08 | 4 | -0/+0 |
| | |||||
* | /etc/init.d/rc: New file. | P. J. McDermott | 2013-08-08 | 1 | -0/+27 |
| | |||||
* | /etc/init.d/mountkernfs: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -8/+18 |
| | |||||
* | /etc/init.d/mountall: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -3/+11 |
| | |||||
* | Rename sysfs init script to mountkernfs. | P. J. McDermott | 2013-08-08 | 1 | -0/+0 |
| | |||||
* | Add sysfs and mountall init scripts. | P. J. McDermott | 2013-08-08 | 2 | -0/+32 |
| | |||||
* | Rewrite init scripts. | P. J. McDermott | 2013-08-08 | 7 | -54/+150 |
| | |||||
* | Add some init scripts. | P. J. McDermott | 2013-08-08 | 6 | -0/+132 |