Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nimrod
blog
Compare revisions
fe402b6ed5a4a838b8ce69f6cadaed44e1f8be39 to 53dbf19ee911669a8af09e48be2461d897d21192
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nimrod/blog
Select target project
No results found
53dbf19ee911669a8af09e48be2461d897d21192
Select Git revision
Swap
Target
nimrod/blog
Select target project
nimrod/blog
1 result
fe402b6ed5a4a838b8ce69f6cadaed44e1f8be39
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
Pre-commit: Update the rstcheck hook.
· d3746265
nimrod
authored
2 years ago
d3746265
OpenBSD on SG-2440: Small fixes and updates.
· 61b6c398
nimrod
authored
2 years ago
Some small fixes and updates for OpenBSD 7.2.
61b6c398
.envrc: Bring in line with other projects.
· 32100f0d
nimrod
authored
2 years ago
32100f0d
Merge branch 'master' of git.shore.co.il:nimrod/blog
· 53dbf19e
nimrod
authored
2 years ago
53dbf19e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.envrc
+6
-1
6 additions, 1 deletion
.envrc
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
content/openbsd-on-sg-2440.rst
+6
-6
6 additions, 6 deletions
content/openbsd-on-sg-2440.rst
with
13 additions
and
8 deletions
.envrc
View file @
53dbf19e
source_up
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
if
(
cd
..
&&
find_up .envrc
>
/dev/null
)
then
source_up
||
true
fi
layout pipenv
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
View file @
53dbf19e
...
...
@@ -42,7 +42,7 @@ repos:
args
:
[
--allow-raw
]
-
repo
:
https://github.com/myint/rstcheck.git
rev
:
v
5.0.0
rev
:
v
6.1.1
hooks
:
-
id
:
rstcheck
...
...
This diff is collapsed.
Click to expand it.
content/openbsd-on-sg-2440.rst
View file @
53dbf19e
...
...
@@ -35,8 +35,8 @@ following commands:
.. code:: shell
stty com
0
115200
set tty com
0
stty com
1
115200
set tty com
1
boot
...
...
@@ -47,10 +47,10 @@ The interactive installer prompts and answers:
Terminal type? [vt220]
System hostname? (short form, e.g. 'foo') ns1
Available network interfaces are: em0 em1 em2 em3 em4 em5 vlan0.
Which network interface do you wish to configure? (or 'done') [em0] em
1
IPv4 address for em
1
? (or 'dhcp' or 'none') [dhcp] 192.168.3.1
Netmask for em
1
? [255.255.255.0]
IPv6 address for em
1
? (or 'autoconf' or 'none') [none]
Which network interface do you wish to configure? (or 'done') [em0] em
5
IPv4 address for em
5
? (or 'dhcp' or 'none') [dhcp] 192.168.3.1
Netmask for em
5
? [255.255.255.0]
IPv6 address for em
5
? (or 'autoconf' or 'none') [none]
Available network interfaces are: em0 em1 em2 em3 em4 em5 vlan0.
Which network interface do you wish to configure? (or 'done') [done]
Default IPv4 route? (IPv4 address or none)
...
...
This diff is collapsed.
Click to expand it.