Skip to content

Commit b1c12af

Browse files
camckayzdykstra
authored andcommitted
docs/guides/alpine/: add zfs-scripts to packages installed
Add zfs-scripts to packages installed. It is listed when setting up live environment but missing here. This leads to zpool errors after installation because /usr/share/zfs/compatibility.d is missing.
1 parent ae6167d commit b1c12af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/alpine/_include/zfs-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install ZFS
66

77
.. code-block::
88
9-
apk add zfs zfs-lts
9+
apk add zfs zfs-lts zfs-scripts
1010
rc-update add zfs-import sysinit
1111
rc-update add zfs-mount sysinit
1212

0 commit comments

Comments
 (0)