summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:52:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:52:55 +0000
commit89e9c33ceae24bbb5d292097c3031c17e7b23db6 (patch)
treee5ed10c6ab28d9b390e1f1aeb2d53d1dc7945fcd
parentUpdating support url for Progress Linux. (diff)
downloadsystemd-89e9c33ceae24bbb5d292097c3031c17e7b23db6.tar.xz
systemd-89e9c33ceae24bbb5d292097c3031c17e7b23db6.zip
Starting agetty with --nohostname option.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-agetty-nohostname.patch52
-rw-r--r--debian/patches/series1
2 files changed, 53 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-agetty-nohostname.patch b/debian/patches/progress-linux/0001-agetty-nohostname.patch
new file mode 100644
index 0000000..4c6788d
--- /dev/null
+++ b/debian/patches/progress-linux/0001-agetty-nohostname.patch
@@ -0,0 +1,52 @@
+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
diff --git a/debian/patches/series b/debian/patches/series
index 145e173..6e89346 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ debian/systemctl-do-not-shutdown-immediately-on-scheduled-shutdo.patch
debian/Downgrade-a-couple-of-warnings-to-debug.patch
debian/Skip-flaky-test_resolved_domain_restricted_dns-in-network.patch
debian/localectl-disable-keymap-support.patch
+progress-linux/0001-agetty-nohostname.patch