Skip to content

Commit

Permalink
fix(udev-rules): add cdrom udev rules by default
Browse files Browse the repository at this point in the history
Include cdrom udev rules by default, even if
systemd-udevd or dmsquash-live dracut modules
are not installed.
  • Loading branch information
LaszloGombos authored and johannbg committed Mar 25, 2022
1 parent 24d8f35 commit aebeb2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions modules.d/90dmsquash-live/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ install() {
inst_script "$moddir/dmsquash-generator.sh" "$systemdutildir"/system-generators/dracut-dmsquash-generator
inst_simple "$moddir/checkisomd5@.service" "/etc/systemd/system/checkisomd5@.service"
fi
# should probably just be generally included
inst_rules 60-cdrom_id.rules
dracut_need_initqueue
}
1 change: 1 addition & 0 deletions modules.d/95udev-rules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install() {
58-scsi-sg3_symlink.rules \
59-scsi-sg3_utils.rules \
60-block.rules \
60-cdrom_id.rules \
60-pcmcia.rules \
60-persistent-storage.rules \
61-persistent-storage-edd.rules \
Expand Down

0 comments on commit aebeb2e

Please sign in to comment.