diff --git a/config/desktop-minimal.toml b/config/desktop-minimal.toml index d265071cb..7394cce3f 100644 --- a/config/desktop-minimal.toml +++ b/config/desktop-minimal.toml @@ -29,5 +29,5 @@ unset VT path = "/usr/lib/init.d/30_console" data = """ getty 2 -getty debug: -J +getty /scheme/debug/no-preserve -J """ diff --git a/config/desktop.toml b/config/desktop.toml index 7d6d07653..ca51cc87c 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -38,5 +38,5 @@ unset VT path = "/usr/lib/init.d/30_console" data = """ getty 2 -getty debug: -J +getty /scheme/debug/no-preserve -J """ diff --git a/config/minimal.toml b/config/minimal.toml index 4adaffe6c..45078e217 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -19,5 +19,5 @@ userutils = {} path = "/usr/lib/init.d/30_console" data = """ getty 2 -getty debug: -J +getty /scheme/debug/no-preserve -J """ diff --git a/config/server.toml b/config/server.toml index 4bf4106aa..567faec91 100644 --- a/config/server.toml +++ b/config/server.toml @@ -33,7 +33,7 @@ path = "/usr/lib/init.d/30_console" data = """ inputd -A 2 getty 2 -getty debug: -J +getty /scheme/debug/no-preserve -J """ [[files]] diff --git a/config/x86_64/desktop-contain.toml b/config/x86_64/desktop-contain.toml index f838f3520..2200f92d5 100644 --- a/config/x86_64/desktop-contain.toml +++ b/config/x86_64/desktop-contain.toml @@ -28,7 +28,7 @@ unset VT path = "/usr/lib/init.d/30_console" data = """ getty --contain 2 -getty --contain debug: -J +getty --contain /scheme/debug/no-preserve -J """ [[files]]