fix: zfs udev rules installation

Fix zfs udev rules installation.

Fixes: #572

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2024-12-27 19:23:59 +05:30
parent e5544b5363
commit db466d1025
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -34,7 +34,7 @@ steps:
- |
make install-exec DESTDIR=/rootfs
make install-data DESTDIR=/rootfs
rm -rf /rootfs/{etc,sbin,usr/{lib,local/share,share}}
rm -rf /rootfs/{etc,sbin,usr/{lib/dracut,local/share,share}}
# remove the 69-vdev.rules, since it depends on `vdev_id` which is a shell script
rm -f /rootfs/usr/lib/udev/rules.d/69-vdev.rules
# if this file is present creating a vdev tries to executes it