Skip to content

Commit

Permalink
Fix missing line break in RPI4 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Oct 11, 2019
1 parent 251be3f commit 7df1e1d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RPi4.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ systemctl disable dphys-swapfile
Partition your SSD

```bash
fdisk /dev/sdatype 'p' to list existing partitions
type 'd' to delete currently selected partitions
type 'n' to create a new partition
type 'w' to write the new partition table and exit fdisk
fdisk /dev/sda
# type 'p' to list existing partitions
# type 'd' to delete currently selected partitions
# type 'n' to create a new partition
# type 'w' to write the new partition table and exit fdisk
```

Format the new partition on your SSD
Expand Down

0 comments on commit 7df1e1d

Please sign in to comment.