From 52e9c750e1c37e020ca25ab05e5ee74db1fc3153 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 30 Oct 2021 00:24:53 -0500 Subject: [PATCH] Ubuntu Raspberry Pi: Change some sudo -i steps This makes things a bit more consistent. Signed-off-by: Richard Laager --- .../Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst index cd3ac84..b7a127a 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst @@ -585,12 +585,15 @@ Step 4: System Configuration exit reboot - Wait for the newly installed system to boot normally. Login as ``ubuntu`` - and become root with ``sudo -i``. + Wait for the newly installed system to boot normally. Login as ``ubuntu``. Step 5: First Boot ------------------ +#. Become root:: + + sudo -i + #. Delete the ext4 partition and expand the ZFS partition:: sfdisk /dev/mmcblk0 --delete 3 @@ -621,8 +624,12 @@ Step 5: First Boot reboot - Wait for the system to boot normally. Login with your username and become - root with ``sudo -i``. + Wait for the system to boot normally. Login using the account you + created. + +#. Become root:: + + sudo -i #. Expand the ZFS pool: