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: