From 713a1a255d26df62fd5669358ded02e9b6b963bd Mon Sep 17 00:00:00 2001 From: Cat Ball <43632885+catleeball@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:23:50 -0700 Subject: [PATCH] Add section on zpool automatic import and mount --- docs/Getting Started/Alpine Linux/index.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/Getting Started/Alpine Linux/index.rst b/docs/Getting Started/Alpine Linux/index.rst index c9bb60eba..facfe16b6 100644 --- a/docs/Getting Started/Alpine Linux/index.rst +++ b/docs/Getting Started/Alpine Linux/index.rst @@ -24,6 +24,21 @@ see below. modprobe zfs +Automatic zpool importing and mount +------------ + +To avoid needing to manually import and mount zpools +after the system boots, be sure to enable the +related services. + +#. Import pools on boot:: + + rc-update add zfs-import default + +#. Mount pools on boot:: + + rc-update add zfs-mount default + Root on ZFS ----------- .. toctree::