mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Move "sudo -i" outside of the sub-windows
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user