Skip to content

Commit 659aa86

Browse files
catleeballgmelikov
andauthored
Add section on zpool automatic import and mount (#521)
* Add section on zpool automatic import and mount --------- Co-authored-by: George Melikov <[email protected]>
1 parent 2174c25 commit 659aa86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/Getting Started/Alpine Linux/index.rst

+15
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@ see below.
2424

2525
modprobe zfs
2626

27+
Automatic zpool importing and mount
28+
-----------------------------------
29+
30+
To avoid needing to manually import and mount zpools
31+
after the system boots, be sure to enable the
32+
related services.
33+
34+
#. Import pools on boot::
35+
36+
rc-update add zfs-import default
37+
38+
#. Mount pools on boot::
39+
40+
rc-update add zfs-mount default
41+
2742
Root on ZFS
2843
-----------
2944
.. toctree::

0 commit comments

Comments
 (0)