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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user