Skip to content
Snippets Groups Projects
Commit 5e2146a5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Alternative login

parent 9bacf994
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,12 @@ From another system - maybe your laptop - login with:
ssh rock64@rock64
#+END_SRC
or if that doesn't work try:
#+BEGIN_SRC bash
ssh rock64@rock64.local
#+END_SRC
username: rock64
password: rock64
......@@ -150,6 +156,18 @@ reboot
** Install Freedombone build tools
Log back in with:
#+BEGIN_SRC bash
ssh rock64@rock64
#+END_SRC
or
#+BEGIN_SRC bash
ssh rock64@rock64.local
#+END_SRC
Prepare your system to make freedombone images:
#+BEGIN_SRC bash
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-10-08 Mon 12:33 -->
<!-- 2018-10-08 Mon 12:40 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -310,6 +310,16 @@ From another system - maybe your laptop - login with:
</pre>
</div>
<p>
or if that doesn't work try:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh rock64@rock64.local
</pre>
</div>
<p>
username: rock64
password: rock64
......@@ -412,6 +422,26 @@ Then reboot
<div id="outline-container-sec-1-4" class="outline-3">
<h3 id="sec-1-4">Install Freedombone build tools</h3>
<div class="outline-text-3" id="text-1-4">
<p>
Log back in with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh rock64@rock64
</pre>
</div>
<p>
or
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh rock64@rock64.local
</pre>
</div>
<p>
Prepare your system to make freedombone images:
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment