From db466d1025443ee0b92aa3410b1b20050f64ada9 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Fri, 27 Dec 2024 19:23:59 +0530 Subject: [PATCH] fix: zfs udev rules installation Fix zfs udev rules installation. Fixes: #572 Signed-off-by: Noel Georgi --- storage/zfs/zfs-tools/pkg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/zfs/zfs-tools/pkg.yaml b/storage/zfs/zfs-tools/pkg.yaml index 9ded75d..3d3cbc9 100644 --- a/storage/zfs/zfs-tools/pkg.yaml +++ b/storage/zfs/zfs-tools/pkg.yaml @@ -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