mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Update to udev-lfs-20230818
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2023-08-18 <bdubbs@linuxfromscratch.org>
|
||||
* Fix regression when removing cdrom entries
|
||||
|
||||
2023-07-28 <bdubbs@linuxfromscratch.org>
|
||||
* Remove obsolete 83-cdrom-symlinks.rules and 81-cdrom.rules
|
||||
* Remove references to obsolete ISDN devices
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# vim: tabstop=3
|
||||
|
||||
VERSION=20230728
|
||||
VERSION=20230818
|
||||
SHELL=/bin/bash
|
||||
|
||||
ifeq ($(V),)
|
||||
@@ -23,6 +23,7 @@ install:
|
||||
# Copy rules
|
||||
@cp -v udev-lfs-$(VERSION)/*.rules $(DESTDIR)/etc/udev/rules.d
|
||||
@cp -v udev-lfs-$(VERSION)/init-net-rules.sh \
|
||||
udev-lfs-$(VERSION)/write_net_rules \
|
||||
udev-lfs-$(VERSION)/rule_generator.functions $(DESTDIR)/usr/lib/udev
|
||||
|
||||
# Copy documentation
|
||||
|
||||
Reference in New Issue
Block a user