summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-agetty-nohostname.patch
blob: 05af73327186b131294155c8e44890e82324b4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Starting agetty with --nohostname option.

diff -Naurp systemd.orig/units/console-getty.service.in systemd/units/console-getty.service.in
--- systemd.orig/units/console-getty.service.in
+++ systemd/units/console-getty.service.in
@@ -22,7 +22,7 @@ ConditionPathExists=/dev/console
 [Service]
 # The '-o' option value tells agetty to replace 'login' arguments with an option to preserve environment (-p),
 # followed by '--' for safety, and then the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --nohostname --keep-baud - 115200,38400,9600 $TERM
 Type=idle
 Restart=always
 UtmpIdentifier=cons
diff -Naurp systemd.orig/units/container-getty@.service.in systemd/units/container-getty@.service.in
--- systemd.orig/units/container-getty@.service.in
+++ systemd/units/container-getty@.service.in
@@ -27,7 +27,7 @@ Before=rescue.service
 [Service]
 # The '-o' option value tells agetty to replace 'login' arguments with an option to preserve environment (-p),
 # followed by '--' for safety, and then the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear - $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --nohostname - $TERM
 Type=idle
 Restart=always
 RestartSec=0
diff -Naurp systemd.orig/units/getty@.service.in systemd/units/getty@.service.in
--- systemd.orig/units/getty@.service.in
+++ systemd/units/getty@.service.in
@@ -38,7 +38,7 @@ ConditionPathExists=/dev/tty0
 # The '-o' option value tells agetty to replace 'login' arguments with an
 # option to preserve environment (-p), followed by '--' for safety, and then
 # the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear - $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --nohostname - $TERM
 Type=idle
 Restart=always
 RestartSec=0
diff -Naurp systemd.orig/units/serial-getty@.service.in systemd/units/serial-getty@.service.in
--- systemd.orig/units/serial-getty@.service.in
+++ systemd/units/serial-getty@.service.in
@@ -33,7 +33,7 @@ Before=rescue.service
 # The '-o' option value tells agetty to replace 'login' arguments with an
 # option to preserve environment (-p), followed by '--' for safety, and then
 # the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' --nohostname --keep-baud 115200,57600,38400,9600 - $TERM
 Type=idle
 Restart=always
 UtmpIdentifier=%I