Skip to content

Commit 4e191c1

Browse files
authored
Better motd (#151)
1 parent 3658107 commit 4e191c1

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

  • debian/context/etc
  • firewall/context/etc

debian/context/etc/motd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
IMPORTANT
1+
------------------------------------------------------------
2+
connected to a metal-stack machine console
23

3-
if you have problems with correct display via serial console
4-
you can always adjust the terminal size with:
4+
if you have display issues with your terminal, please enter:
55

6-
stty cols 150 rows 50
6+
resize
77

8-
adjust the values which fits your screen best.
8+
to adjust the tty size to your terminal.
9+
------------------------------------------------------------

firewall/context/etc/motd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
------------------------------------------------------------
2+
connected to a metal-stack firewall console
3+
4+
you can grab the password for metal with:
5+
6+
metalctl machine consolepassword <machineid>
7+
8+
if you have display issues with your terminal, please enter:
9+
10+
resize
11+
12+
to adjust the tty size to your terminal.
13+
------------------------------------------------------------

0 commit comments

Comments
 (0)