From 62567ca883b7668eaa7bcaf0cf43844aa266a08c Mon Sep 17 00:00:00 2001 From: skipfire Date: Thu, 25 Oct 2018 08:19:38 -0500 Subject: [PATCH] Add-WiFi & Change Password doc update --- doc/GetShellWithoutMonitorOnWindows.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/GetShellWithoutMonitorOnWindows.md b/doc/GetShellWithoutMonitorOnWindows.md index 0142aeb..1f3fc5f 100644 --- a/doc/GetShellWithoutMonitorOnWindows.md +++ b/doc/GetShellWithoutMonitorOnWindows.md @@ -21,6 +21,13 @@ 1. Enter the single letter of the "boot" drive and press Enter. 1. Enter the SSID of your WiFi network and press Enter. 1. Enter the Pre-Shared Key of your WiFi network and press Enter. +1. If you want to add additional WiFi networks, execute: + ``` + wget https://raw.githubusercontent.com/cimryan/teslausb/master/setup/windows/add-wifi.ps1 -OutFile add-wifi.ps1 + ./add-wifi.ps1 -Verbose + ``` +1. If you will use any public or insecure networks, be sure to update your password using the instructions at the end of this document. +1. Enter the additional SSID and Pre-Shared Key of the WiFi network and repeat as necessary. 1. Eject the sd card. 1. Move the sd card to the Pi. 1. Connect a micro usb cable to the port labeled "USB" on the Raspberry Pi, and to the PC. @@ -38,3 +45,17 @@ ``` raspberry ``` +1. Change your password! While not required, it is recommended, especially if you may be using any public or insecure WiFi connections. To do so Enter + ``` + passwod + ``` +1. Then enter your new password and press Enter +1. Confirm your new password and press Enter +1. If you want to change your password later, you must set the system partition to writeable with either + ``` + /root/bin/remountfs_rw + ``` +or + ``` + mount / -o remount,rw + ```