1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-02 12:42:50 +02:00

Merge pull request #9 from gutoandreollo/master

Fixed typo
This commit is contained in:
Michiel Derhaeg
2017-05-05 23:02:07 +02:00
committed by GitHub

View File

@@ -561,7 +561,7 @@ $ cat /etc/init.d/klogd/run
#!/bin/sh
sv up /etc/init.d/syslogd || exit 1
exec klogd -n
$ chmod +x /etc/init.d/klogd
$ chmod +x /etc/init.d/klogd/run
$ ln -s /etc/init.d/klogd /etc/rc.d
```
Now we should see kernel logs appearing in ``/var/log/kernel.log``.