Ubuntu Raspberry Pi: Change some sudo -i steps

This makes things a bit more consistent.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2021-10-30 00:24:53 -05:00
parent cc0dbd6105
commit 52e9c750e1

View File

@@ -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: