Skip to content

Commit db466d1

Browse files
committed
fix: zfs udev rules installation
Fix zfs udev rules installation. Fixes: #572 Signed-off-by: Noel Georgi <[email protected]>
1 parent e5544b5 commit db466d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/zfs/zfs-tools/pkg.yaml

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

0 commit comments

Comments
 (0)