Stop enabling getty@tty1.service
Before the recent changes to fix scriptlets and do presets, we didn't create this symlink, so let's drop it again to see if this fixes the OpenQA failures.
This commit is contained in:
parent
a1c33507a2
commit
e301db0151
2 changed files with 4 additions and 5 deletions
|
|
@ -29,14 +29,13 @@ index 19b95ce56d45c..e7e2aab045fd9 100644
|
|||
ImportCredential=tty.virtual.%I.agetty.*:agetty.
|
||||
ImportCredential=tty.virtual.%I.login.*:login.
|
||||
ImportCredential=agetty.*
|
||||
@@ -58,5 +59,7 @@ ImportCredential=shell.*
|
||||
@@ -58,5 +59,4 @@ ImportCredential=shell.*
|
||||
UnsetEnvironment=LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
|
||||
|
||||
[Install]
|
||||
+Alias=autovt@.service
|
||||
+
|
||||
WantedBy=getty.target
|
||||
DefaultInstance=tty1
|
||||
-WantedBy=getty.target
|
||||
-DefaultInstance=tty1
|
||||
diff --git a/units/meson.build b/units/meson.build
|
||||
index f2c5d220554b5..36dcb3f117483 100644
|
||||
--- a/units/meson.build
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ Patch: 0003-ukify-omit-.osrel-section-when-os-release-is-empty.patch
|
|||
# Upstream PR: https://github.com/systemd/systemd/pull/40329
|
||||
Patch: 0004-stub-Fix-NULL-pointer-deref-when-there-are-no-initrd.patch
|
||||
|
||||
Patch: https://github.com/systemd/systemd/pull/40440.patch
|
||||
Patch: 40440.patch
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86} x86_64 aarch64 riscv64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue