bootscripts: Add missed Change Log entry and version bump for udev

This commit is contained in:
Xi Ruoyao 2023-07-22 23:44:10 +08:00
parent 8435a70be4
commit da0d47999c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,10 @@
* In mountvirtfs, create symlinks /dev/{fd,std{in,out,err}} and
/dev/core (optional).
2023-07-16 Xi Ruoyao <xry111@xry111.site>
* In udev, set SYSTEMD_LOG_TARGET=kmsg so systemd-udevd will correctly
log messages.
2023-07-15 Xi Ruoyao <xry111@xry111.site>
* Use /bin/udevadm instead of /sbin/udevadm.

View File

@ -7,8 +7,9 @@
# Authors : Zack Winkles, Alexander E. Patrakov
# DJ Lucas - dj@linuxfromscratch.org
# Update : Bruce Dubbs - bdubbs@linuxfromscratch.org
# Xi Ruoyao - xry111@xry111.site
#
# Version : LFS 7.0
# Version : LFS 12.0
#
########################################################################