nixos/systemd-stage-1: Add dmi_memory_id
It's unclear why we didn't get the error message about this binary not existing before, because the udev rule requiring it has always been in systemd initrd.
This commit is contained in:
@@ -462,6 +462,7 @@ in
|
||||
"${config.boot.initrd.systemd.package}/lib/systemd/systemd-udevd"
|
||||
"${config.boot.initrd.systemd.package}/lib/udev/ata_id"
|
||||
"${config.boot.initrd.systemd.package}/lib/udev/cdrom_id"
|
||||
"${config.boot.initrd.systemd.package}/lib/udev/dmi_memory_id"
|
||||
"${config.boot.initrd.systemd.package}/lib/udev/scsi_id"
|
||||
"${config.boot.initrd.systemd.package}/lib/udev/rules.d"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user