diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-07-28 19:23:11 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-07-28 19:23:11 -0500 |
commit | 6de383a26215753a2b0a6d2dba6956ecfd786a90 (patch) | |
tree | a1863a5563235db33ea2a6cc3b0facf33968b2d2 /udev-lfs/83-cdrom-symlinks.rules | |
parent | ac90ea8104148900ca3209cf5a56c4a16cbafd77 (diff) |
Package updates.
Update udev-lfs tarball to remove obsolete
cdrom rules and references to ISDN devices.
Update to wheel-0.41.0 (Python Module).
Update to tar-1.35.
Update to systemd-254.
Update to meson-1.2.0.
Update to linux-6.4.7.
Update to gcc-13.2.0.
Update to file-5.45.
Diffstat (limited to 'udev-lfs/83-cdrom-symlinks.rules')
-rw-r--r-- | udev-lfs/83-cdrom-symlinks.rules | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/udev-lfs/83-cdrom-symlinks.rules b/udev-lfs/83-cdrom-symlinks.rules deleted file mode 100644 index 1a21a0649..000000000 --- a/udev-lfs/83-cdrom-symlinks.rules +++ /dev/null @@ -1,13 +0,0 @@ -# /etc/udev/rules.d/83-cdrom-symlinks.rules: Determine CD drive capability. - -ACTION!="add", GOTO="cd_aliases_generator_end" -SUBSYSTEM!="block", GOTO="cd_aliases_generator_end" -ENV{GENERATED}=="?*", GOTO="cd_aliases_generator_end" - -# Fail the uevent if the autogenerated rules cannot be saved -ENV{ID_CDROM}=="?*", PROGRAM="/bin/grep -c ' / [^[:space:]]* rw' /proc/mounts", \ - RESULT!="1", RUN+="/bin/false", GOTO="cd_aliases_generator_end" - -ENV{ID_CDROM}=="?*", PROGRAM="write_cd_rules", SYMLINK+="%c" - -LABEL="cd_aliases_generator_end" |