Skip to content

Commit

Permalink
copy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
LornaLynch committed Oct 12, 2016
1 parent 41ff644 commit 98116ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/raspberrypi/bootmodes/msd.md
Expand Up @@ -92,7 +92,7 @@ Edit `/boot/cmdline.txt` so that it uses the USB storage device as the root file
sudo sed -i "s,root=/dev/mmcblk0p2,root=/dev/sda2," /mnt/target/boot/cmdline.txt
```

The same needs to be done for fstab
The same needs to be done for `fstab`:
```
sudo sed -i "s,/dev/mmcblk0p,/dev/sda," /mnt/target/etc/fstab
```
Expand Down

0 comments on commit 98116ce

Please sign in to comment.