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 1/2] 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:: From db3e4ea97d100e428382cdb03fbe66746dc955eb Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sun, 29 Sep 2024 13:35:21 +0300 Subject: [PATCH 2/2] Update index.rst --- docs/Getting Started/Alpine Linux/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/Alpine Linux/index.rst b/docs/Getting Started/Alpine Linux/index.rst index facfe16b6..f975bcade 100644 --- a/docs/Getting Started/Alpine Linux/index.rst +++ b/docs/Getting Started/Alpine Linux/index.rst @@ -25,7 +25,7 @@ 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