95udev-rules: fixed c&p bug which did not install 61-persistent-storage.rules
parent
e4dec3d6b6
commit
96f3cf1d27
|
@ -23,7 +23,7 @@ if [ ! -x /lib/udev/vol_id ]; then
|
|||
else
|
||||
inst_rules "$moddir/59-persistent-storage-volid.rules"
|
||||
fi
|
||||
inst_rules "$moddir/61-persistent-storage-volid.rules"
|
||||
inst_rules "$moddir/61-persistent-storage.rules"
|
||||
|
||||
for i in \
|
||||
ata_id \
|
||||
|
|
Loading…
Reference in New Issue