mirror of
https://github.com/siderolabs/extensions.git
synced 2025-08-09 15:57:11 +02:00
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:
parent
e5544b5363
commit
db466d1025
@ -34,7 +34,7 @@ steps:
|
|||||||
- |
|
- |
|
||||||
make install-exec DESTDIR=/rootfs
|
make install-exec DESTDIR=/rootfs
|
||||||
make install-data 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
|
# 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
|
rm -f /rootfs/usr/lib/udev/rules.d/69-vdev.rules
|
||||||
# if this file is present creating a vdev tries to executes it
|
# if this file is present creating a vdev tries to executes it
|
||||||
|
Loading…
Reference in New Issue
Block a user