Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • nimrod/blog
1 result
Select Git revision
Show changes
Commits on Source (4)
source_up
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
if ( cd .. && find_up .envrc >/dev/null )
then
source_up || true
fi
layout pipenv
......@@ -42,7 +42,7 @@ repos:
args: [--allow-raw]
- repo: https://github.com/myint/rstcheck.git
rev: v5.0.0
rev: v6.1.1
hooks:
- id: rstcheck
......
......@@ -35,8 +35,8 @@ following commands:
.. code:: shell
stty com0 115200
set tty com0
stty com1 115200
set tty com1
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] em1
IPv4 address for em1? (or 'dhcp' or 'none') [dhcp] 192.168.3.1
Netmask for em1? [255.255.255.0]
IPv6 address for em1? (or 'autoconf' or 'none') [none]
Which network interface do you wish to configure? (or 'done') [em0] em5
IPv4 address for em5? (or 'dhcp' or 'none') [dhcp] 192.168.3.1
Netmask for em5? [255.255.255.0]
IPv6 address for em5? (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)
......