mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 17:43:56 +00:00
Added warning to encrypted paper backup guide
This commit is contained in:
parent
30bc3b620d
commit
7008eb3521
@ -127,7 +127,15 @@ sudo curl -o /usr/local/sbin/secure-erase.sh https://sunknudsen.com/static/media
|
|||||||
sudo chmod +x /usr/local/sbin/secure-erase.sh
|
sudo chmod +x /usr/local/sbin/secure-erase.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 10: reboot
|
### Step 10: disable Wi-Fi (if not using ethernet) or disconnect ethernet cable
|
||||||
|
|
||||||
|
> WARNING: DO NOT CONNECT RASPBERRY PI TO NETWORK EVER AGAIN WITHOUT REINSTALLING RASPBERRY PI OS FIRST (DEVICE IS NOW “COLD”).
|
||||||
|
|
||||||
|
```shell
|
||||||
|
echo "dtoverlay=disable-wifi" | sudo tee -a /boot/config.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 11: reboot
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo systemctl reboot
|
sudo systemctl reboot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user