mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Move udev rules from /etc/udev to /lib/udev
This change moves the default install location for the zfs udev rules from /etc/udev/ to /lib/udev/. The correct convention is for rules provided by a package to be installed in /lib/udev/. The /etc/udev/ directory is reserved for custom rules or local overrides. Additionally, this patch cleans up some abuse of the bindir install location by adding a udevdir and udevruledir install directories. This allows us to revert to the default bin install location. The udev install directories can be set with the following new options. --with-udevdir=DIR install udev helpers [EPREFIX/lib/udev] --with-udevruledir=DIR install udev rules [UDEVDIR/rules.d] Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #356
This commit is contained in:
committed by
Brian Behlendorf
parent
f3ab88d646
commit
12d06bac9b
@@ -29,8 +29,8 @@ installkernel() {
|
||||
|
||||
install() {
|
||||
inst_rules "$moddir/90-zfs.rules"
|
||||
inst_rules /etc/udev/rules.d/60-zpool.rules
|
||||
inst_rules /etc/udev/rules.d/60-zvol.rules
|
||||
inst_rules /lib/udev/rules.d/60-zpool.rules
|
||||
inst_rules /lib/udev/rules.d/60-zvol.rules
|
||||
inst /etc/zfs/zdev.conf
|
||||
inst /etc/zfs/zpool.cache
|
||||
inst /etc/hostid
|
||||
|
||||
Reference in New Issue
Block a user