Fixed typo

This commit is contained in:
Sun Knudsen 2021-04-19 14:55:32 -04:00
parent d02d4b2378
commit b8d805ef66
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
5 changed files with 12 additions and 10 deletions

View file

@ -561,13 +561,15 @@ Insert micro SD card into macOS computer, run following and eject card.
```shell
volume_path="/Volumes/boot"
volume_uuid=$(diskutil info "$volume_path" | awk '/Volume UUID:/ { print $3 }')
echo "UUID=$volume_uuid none msdos rw,noauto" | sudo tee -a /etc/fstab
echo "UUID=$volume_uuid none msdos ro,noauto" | sudo tee -a /etc/fstab
```
### Step 22 (optional): compute SHA512 hash of micro SD card and store in password manager (on macOS)
### Step 22 (optional): compute SHA512 hash of SD card and store in password manager (on macOS)
Run `diskutil list` to find disk ID of micro SD card with “Raspberry Pi OS Lite” installed (`disk2` in the following example).
Replace `diskn` and `rdiskn` with disk ID of SD card (`disk2` and `rdisk2` in the following example).
```console
$ diskutil list
/dev/disk0 (internal, physical):