Browse Source

Update 'README.md'

master
onryo 3 years ago
parent
commit
ce9abbd463
  1. 8
      README.md

8
README.md

@ -32,6 +32,8 @@ unzip devuan.zip
```
MicroSD card is needed to image the file, change `5.10.82-v8-ext4-2021-12-05` and `mmcblk1` to whatever you have, use `ls` and `lsblk` to check it.
* *Substitute the microSD for a real USB hard drive as the Raspberry Pi 4 8GB model supports booting directly off USB. If you're using a Pine64 Rock64 board, then it gets more complicated and requires you to flash some new firmware to enable USB boot.*
```
sudo umount /dev/mmcblk1
sudo mkfs.vfat /dev/mmcblk1
@ -194,9 +196,3 @@ To enable `torsocks` or all new shell sessions and after reboot, use the followi
```
echo ". torsocks on" >> ~/.bashrc
```
## Additional notes
Here is an additional note for any of the **Extreme Hush Puppies** out there.
* Substitute the microSD for a real USB hard drive as the Raspberry Pi 4 8GB model supports booting directly off USB. If you're using a Pine64 Rock64 board, then it gets more complicated and requires you to flash some new firmware to enable USB boot.

Loading…
Cancel
Save