lfs/bootscripts/lfs/init.d
Xi Ruoyao 870d24c5cb
bootscripts: udev: Set SYSTEMD_LOG_TARGET=kmsg for udevd
This makes udevd send log entries to kmsg buffer and sysklogd will
pick them up.

Ideally we should use "syslog" here, but at the time udevd starts,
sysklogd has not started yet and /dev/log does not exist.  So udevd
cannot open /dev/log and it will still use stderr as a fallback.  We
cannot make udevd depending on sysklogd either, because it would cause a
circular dependency...
2023-07-17 09:40:59 +08:00
..
checkfs Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00
cleanfs bootscripts: change obsoleted egrep to grep -E 2022-06-23 18:12:37 +08:00
console Do not redefine is_true in the console script 2022-03-25 10:19:53 +01:00
halt New semantics for S/K files in boot scripts 2022-03-25 10:52:17 +01:00
localnet Fix bootscript headers. 2019-09-08 19:03:52 +00:00
modules bootscripts: change obsoleted egrep to grep -E 2022-06-23 18:12:37 +08:00
mountfs Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00
mountvirtfs Adjust instructions for /dev/shm when creating virtual filesystems. 2022-09-20 12:20:58 -05:00
network network bootscript: Don't run ifup if route already set 2022-03-25 10:52:34 +01:00
rc Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00
reboot New semantics for S/K files in boot scripts 2022-03-25 10:52:17 +01:00
sendsignals Avoid killing mdmon at shutdown/reboot 2021-06-02 22:12:59 +02:00
setclock Remove spaces at end of lines - bootscripts 2021-09-07 23:01:23 +02:00
swap init.d/swap: you can't mount a swap partition 2022-09-25 13:36:11 +08:00
sysctl Update to LFS-Bootscripts-20190902 2019-09-02 08:53:46 +00:00
sysklogd Make runlevel 2 equivalent to 3 by default: sysklogd 2022-03-25 10:19:52 +01:00
template Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00
udev bootscripts: udev: Set SYSTEMD_LOG_TARGET=kmsg for udevd 2023-07-17 09:40:59 +08:00
udev_retry bootscripts: Use /bin/udevadm instead of /sbin/udevadm 2023-07-16 10:04:12 +08:00