From 5c947d46d6b0cccbd42dbdc42b2925a6351f2809 Mon Sep 17 00:00:00 2001 From: Bennykillua Date: Fri, 5 Nov 2021 15:40:02 +0100 Subject: [PATCH] zfs support to docs --- .../chapters/{bastillebsd.png => bastilletweet.png} | Bin docs/chapters/zfs-support.rst | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename docs/chapters/{bastillebsd.png => bastilletweet.png} (100%) diff --git a/docs/chapters/bastillebsd.png b/docs/chapters/bastilletweet.png similarity index 100% rename from docs/chapters/bastillebsd.png rename to docs/chapters/bastilletweet.png diff --git a/docs/chapters/zfs-support.rst b/docs/chapters/zfs-support.rst index 9244fcf9..6fffb5a7 100644 --- a/docs/chapters/zfs-support.rst +++ b/docs/chapters/zfs-support.rst @@ -1,6 +1,6 @@ ZFS Support ==================== -.. image:: chapters/bastillebsd.png +.. image:: chapters/bastilletweet.png :width: 400 :alt: Alternative text @@ -24,4 +24,5 @@ Example ishmael ~ # sysrc -f /usr/local/etc/bastille/bastille.conf bastille_zfs_enable=YES ishmael ~ # sysrc -f /usr/local/etc/bastille/bastille.conf bastille_zfs_zpool=ZPOOL_NAME -Replace ``ZPOOL_NAME`` with the zpool you want Bastille to use. Tip: ``zpool list`` and ``zpool status`` will help. If you get 'no pools available' you are likely not using ZFS and can safely ignore these settings. +Replace ``ZPOOL_NAME`` with the zpool you want Bastille to use. Tip: ``zpool list`` and ``zpool status`` will help. +If you get 'no pools available' you are likely not using ZFS and can safely ignore these settings.