Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
5e2146a5
Commit
5e2146a5
authored
6 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Alternative login
parent
9bacf994
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/EN/devguide_ci.org
+18
-0
18 additions, 0 deletions
doc/EN/devguide_ci.org
website/EN/devguide_ci.html
+31
-1
31 additions, 1 deletion
website/EN/devguide_ci.html
with
49 additions
and
1 deletion
doc/EN/devguide_ci.org
+
18
−
0
View file @
5e2146a5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
website/EN/devguide_ci.html
+
31
−
1
View file @
5e2146a5
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment