udev-rules: do not install all /etc/group
parent
9ff9dde8d7
commit
b85f723535
|
@ -9,7 +9,7 @@ install() {
|
||||||
# ultimately, /lib/initramfs/rules.d or somesuch which includes links/copies
|
# ultimately, /lib/initramfs/rules.d or somesuch which includes links/copies
|
||||||
# of the rules we want so that we just copy those in would be best
|
# of the rules we want so that we just copy those in would be best
|
||||||
dracut_install udevadm cat uname blkid \
|
dracut_install udevadm cat uname blkid \
|
||||||
/etc/udev/udev.conf /etc/group
|
/etc/udev/udev.conf
|
||||||
|
|
||||||
[ -d ${initdir}/lib/systemd ] || mkdir -p ${initdir}/lib/systemd
|
[ -d ${initdir}/lib/systemd ] || mkdir -p ${initdir}/lib/systemd
|
||||||
for _i in ${systemdutildir}/systemd-udevd ${udevdir}/udevd /lib/systemd/systemd-udevd /sbin/udevd; do
|
for _i in ${systemdutildir}/systemd-udevd ${udevdir}/udevd /lib/systemd/systemd-udevd /sbin/udevd; do
|
||||||
|
|
Loading…
Reference in New Issue