Skip to content

Commit d474848

Browse files
committed
fix: zfs extensions service yaml to proper path
When refactoring, I put the wrong path for the extension service file. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent bfaee18 commit d474848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/zfs/pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ steps:
1919
2020
cp -R /lib/modules/* /rootfs/lib/modules
2121
- |
22-
mkdir -p /rootfs/usr/local/lib/containers
22+
mkdir -p /rootfs/usr/local/etc/containers
2323
24-
cp /pkg/zpool-importer.yaml /rootfs/usr/local/lib/containers/zpool-importer.yaml
24+
cp /pkg/zpool-importer.yaml /rootfs/usr/local/etc/containers/zpool-importer.yaml
2525
test:
2626
- |
2727
mkdir -p /extensions-validator-rootfs

0 commit comments

Comments
 (0)