From 833b9a16d3095b2bac174773307735c99731e1e4 Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Fri, 12 Jun 2020 18:18:43 -0500 Subject: [PATCH] move the doc images into the correct directory --- README.md | 16 ++++++++-------- .../DeveloperModeResources/devmode1.png | Bin .../DeveloperModeResources/devmode2.png | Bin .../DeveloperModeResources/devmode3.png | Bin .../DeveloperModeResources/devmode4.png | Bin .../DeveloperModeResources/devmode5.png | Bin .../DeveloperModeResources/devmode7.png | Bin .../DeveloperModeResources/devmode8.png | Bin 8 files changed, 8 insertions(+), 8 deletions(-) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode1.png (100%) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode2.png (100%) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode3.png (100%) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode4.png (100%) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode5.png (100%) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode7.png (100%) rename resources/{ => DocumentationResources}/DeveloperModeResources/devmode8.png (100%) diff --git a/README.md b/README.md index 49a7070..ebc0934 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ First, shutdown and power off the chromebook. Once powered off, hold the 'ESCAPE The chromebook should power on and show a white screen, with a message saying: "Chrome OS is missing or damaged. Please insert a recovery USB stick or SD card."

-screen1

+screen1

Press 'CTRL' + 'D' to continue. @@ -91,47 +91,47 @@ Press 'CTRL' + 'D' to continue. A second screen will appear, saying: "To turn OS verification OFF, press ENTER. Your system will reboot and local data will be cleared. To go back, press ESC."

-screen2

+screen2

As it says, press 'ENTER'. ### Third screen The third screen will inform you that OS verification is disabled:

-screen3

+screen3

Press 'CTRL' + 'D' to continue. ### Fourth screen Your system is now transitioning to developer mode. You have 30 seconds to cancel this by powering off your chromebook:

-screen4

+screen4

Otherwise, sit back and wait. ### Fifth screen Your chromebook is now erasing local data and preparing developer mode:

-screen5

+screen5

This takes approximately 10 minutes. The system will reboot on its own. ### Sixth screen Your system will again show the 'OS verification is off' screen:

-screen3

+screen3

Press 'CTRL' + 'D' to continue. ### Seventh screen Your chromebook should now show the welcome screen. You'll notice that 'debugging features' are now possible:

-screen7

+screen7

Clicking 'Enable debugging features' doesn't actually work here, so don't try. Instead, press 'CTRL' + 'ALT' + 'REFRESH' (F3) to open a vtty. ### Eighth screen

-screen8

+screen8

Log in as 'root', there is no password. Finally, enable booting PrawnOS from USB/SD: diff --git a/resources/DeveloperModeResources/devmode1.png b/resources/DocumentationResources/DeveloperModeResources/devmode1.png similarity index 100% rename from resources/DeveloperModeResources/devmode1.png rename to resources/DocumentationResources/DeveloperModeResources/devmode1.png diff --git a/resources/DeveloperModeResources/devmode2.png b/resources/DocumentationResources/DeveloperModeResources/devmode2.png similarity index 100% rename from resources/DeveloperModeResources/devmode2.png rename to resources/DocumentationResources/DeveloperModeResources/devmode2.png diff --git a/resources/DeveloperModeResources/devmode3.png b/resources/DocumentationResources/DeveloperModeResources/devmode3.png similarity index 100% rename from resources/DeveloperModeResources/devmode3.png rename to resources/DocumentationResources/DeveloperModeResources/devmode3.png diff --git a/resources/DeveloperModeResources/devmode4.png b/resources/DocumentationResources/DeveloperModeResources/devmode4.png similarity index 100% rename from resources/DeveloperModeResources/devmode4.png rename to resources/DocumentationResources/DeveloperModeResources/devmode4.png diff --git a/resources/DeveloperModeResources/devmode5.png b/resources/DocumentationResources/DeveloperModeResources/devmode5.png similarity index 100% rename from resources/DeveloperModeResources/devmode5.png rename to resources/DocumentationResources/DeveloperModeResources/devmode5.png diff --git a/resources/DeveloperModeResources/devmode7.png b/resources/DocumentationResources/DeveloperModeResources/devmode7.png similarity index 100% rename from resources/DeveloperModeResources/devmode7.png rename to resources/DocumentationResources/DeveloperModeResources/devmode7.png diff --git a/resources/DeveloperModeResources/devmode8.png b/resources/DocumentationResources/DeveloperModeResources/devmode8.png similarity index 100% rename from resources/DeveloperModeResources/devmode8.png rename to resources/DocumentationResources/DeveloperModeResources/devmode8.png