From fbec20834e9650f1d30dab2a1a2d5617ace9c665 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 6 Apr 2023 08:20:41 +0200 Subject: [PATCH] zfs: add to raspiblitz notes --- zfs/create-raspiblitz-zfs-disk.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/zfs/create-raspiblitz-zfs-disk.md b/zfs/create-raspiblitz-zfs-disk.md index b4e81d6..1dfbb71 100644 --- a/zfs/create-raspiblitz-zfs-disk.md +++ b/zfs/create-raspiblitz-zfs-disk.md @@ -15,10 +15,9 @@ - [Documentation](#documentation) ## Raspiblitz setup notes -* Prebuilt OS disk images for amd64: https://github.com/rootzoll/raspiblitz/tree/dev/ci#images-generated-in-github-actions -* you can start with the single EXT4 data disk as default and switch to ZFS later with by adding a new disk, set up ZFS and mounts and copy the data -* if you start with ZFS it is the easiest to do it before the initial setup - before the EXT4 data disk is created and mounted - +* to start with ZFS build the data disk during the initial setup - before the EXT4 data disk is created and mounted (this happens after running the build_sdcard.sh and rebooting or using the prebuilt image on the first boot) +* prebuilt OS disk images for amd64: https://github.com/rootzoll/raspiblitz/tree/dev/ci#images-generated-in-github-actions +* you can start with the single EXT4 data disk as default and switch to ZFS later by adding a new disk, set up ZFS, mount, automount and copy the data ## Install ZFS * https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/index.html#installation @@ -230,4 +229,4 @@ man zpool-features man zfsprops man zfs-load-key - ``` \ No newline at end of file + ```