From f75812383a9e2f6e6c2503303fe135dc1f8c6504 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:15:24 -0500 Subject: [PATCH] Move "sudo -i" outside of the sub-windows --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 734e033..aecdc1a 100644 --- a/README.md +++ b/README.md @@ -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. +### 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 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). @@ -125,4 +134,4 @@ Then make whatever changes you need to. The next time the system boots the parti ## Meta This repo contains steps and scripts originally from [this thread on Reddit]( https://www.reddit.com/r/teslamotors/comments/9m9gyk/build_a_smart_usb_drive_for_your_tesla_dash_cam/) -Many people in that thread suggested that the scripts be hosted on Github but the author didn't seem interested in making that happen. I've hosted the scripts here with his/her permission. \ No newline at end of file +Many people in that thread suggested that the scripts be hosted on Github but the author didn't seem interested in making that happen. I've hosted the scripts here with his/her permission.