Move "sudo -i" outside of the sub-windows

This commit is contained in:
Alan Hoyle
2018-11-06 19:15:24 -05:00
committed by GitHub
parent 3863796ef7
commit f75812383a

View File

@@ -63,6 +63,15 @@ Follow the instructions corresponding to the OS you used to flash the OS onto th
Whichever instructions you followed above will leave you in a command shell on the Pi. Use this shell for the rest of the steps in these instructions. Whichever instructions you followed above will leave you in a command shell on the Pi. Use this shell for the rest of the steps in these instructions.
### Become root on the Pi
First you need to get into a root shell on the Pi:
```
sudo -i
```
You'll stay in this root shell until you run the "halt" command in the "Set up USB storage functionality" below.
### Set up the archive for dashcam clips ### Set up the archive for dashcam clips
Follow the instructions corresponding to the technology you'd like to use to host the archive for your dashcam clips. You must choose just one of these technologies; don't follow more than one of these sets of instructions: Follow the instructions corresponding to the technology you'd like to use to host the archive for your dashcam clips. You must choose just one of these technologies; don't follow more than one of these sets of instructions:
* Windows file share, MacOS Sharing, or Samba on Linux: [Instructions](doc/SetupShare.md). * Windows file share, MacOS Sharing, or Samba on Linux: [Instructions](doc/SetupShare.md).