Skip to content

Commit 46366c5

Browse files
committed
Ubuntu 22.04 for Raspberry Pi: Tweak wording
Closes #544 Signed-off-by: Richard Laager <[email protected]>
1 parent 1c294cc commit 46366c5

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst

+9-11
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,17 @@ be deleted.
199199
EOF
200200

201201
This prepares partition 1 for the boot loader, partition 2 for the initial
202-
ZFS pool (sized same as the original image), and temporarily a partition 3
203-
for the original image itself; the rest of the disk is not partitioned at
204-
this time.
202+
ZFS pool (sized the same as the original image), and partition 3 for the
203+
original image itself. The rest of the disk is left unpartitioned for now.
205204

206-
To recap, below we would populate partitions 1 and 3 with adapted replicas
207-
of partitions from the image downloaded above, then we would prepare the ZFS
208-
pool and dataset layout on partition 2 and transfer the files from partition 3
209-
(it should fit well, more so if you enable ZFS compression).
205+
Below, we populate partitions 1 and 3 from the image downloaded above,
206+
create the ZFS pool on partition 2, and transfer the files from partition 3
207+
to the pool. As the ZFS partition is sized the same as the original image,
208+
everything should fit; while filesystem overhead may be different, the
209+
original image is not completely full, and ZFS has compression enabled.
210210

211-
Finally, we would remove partition 3 and expand the ZFS pool (and partition 2)
212-
to consume all the disk after it.
213-
214-
Let's go!
211+
Finally, we remove partition 3 and expand partition 2 and the ZFS pool to
212+
consume the rest of the disk.
215213

216214
#. Connect the disk:
217215

0 commit comments

Comments
 (0)