From 233952e4e7d13b1d5b9b22c3e6dba497b1a6d8f6 Mon Sep 17 00:00:00 2001 From: sam-kleiner Date: Sun, 11 Sep 2022 20:17:37 -0400 Subject: [PATCH] update partition sizes --- .../Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst index 79f4e7f..b6f1f1b 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst @@ -180,12 +180,12 @@ be deleted. unit: sectors .img1 : start= 2048, size= 524288, type=c, bootable - .img2 : start= 526336, size= 7129360, type=83 + .img2 : start= 526336, size= 7193932, type=83 - The important numbers are 524288 and 7129360. Store those in variables:: + The important numbers are 524288 and 7193932. Store those in variables:: BOOT=524288 - ROOT=7129360 + ROOT=7193932 #. Create a partition script::