diff --git a/config/aarch64/demo.toml b/config/aarch64/demo.toml index c30ffbbac..14e007405 100644 --- a/config/aarch64/demo.toml +++ b/config/aarch64/demo.toml @@ -82,7 +82,7 @@ orbital launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/aarch64/desktop.toml b/config/aarch64/desktop.toml index d30496fab..444673300 100644 --- a/config/aarch64/desktop.toml +++ b/config/aarch64/desktop.toml @@ -82,7 +82,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/aarch64/server.toml b/config/aarch64/server.toml index 51e16ca69..aac5e955b 100644 --- a/config/aarch64/server.toml +++ b/config/aarch64/server.toml @@ -72,7 +72,8 @@ dhcpd -b [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2/activate +inputd -A 2 +getty 2 getty debug: -J """ diff --git a/config/i686/demo.toml b/config/i686/demo.toml index e7e450b8c..d6c2173c4 100644 --- a/config/i686/demo.toml +++ b/config/i686/demo.toml @@ -117,7 +117,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/i686/desktop-minimal.toml b/config/i686/desktop-minimal.toml index fefe6e0de..63113fefa 100644 --- a/config/i686/desktop-minimal.toml +++ b/config/i686/desktop-minimal.toml @@ -57,7 +57,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/i686/desktop.toml b/config/i686/desktop.toml index 5b371c22a..2ae08fc99 100644 --- a/config/i686/desktop.toml +++ b/config/i686/desktop.toml @@ -83,7 +83,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/i686/jeremy.toml b/config/i686/jeremy.toml index f950f78f7..24003c1a0 100644 --- a/config/i686/jeremy.toml +++ b/config/i686/jeremy.toml @@ -114,7 +114,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/i686/server-minimal.toml b/config/i686/server-minimal.toml index 97964334f..1ab47138f 100644 --- a/config/i686/server-minimal.toml +++ b/config/i686/server-minimal.toml @@ -45,7 +45,8 @@ escalated [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2/activate +inputd -A 2 +getty 2 getty debug: -J """ diff --git a/config/i686/server.toml b/config/i686/server.toml index 185672e2f..c04f6fb4e 100644 --- a/config/i686/server.toml +++ b/config/i686/server.toml @@ -68,7 +68,8 @@ dhcpd -b [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2/activate +inputd -A 2 +getty 2 getty debug: -J """ diff --git a/config/x86_64/demo.toml b/config/x86_64/demo.toml index 01b6e1b00..0a617e6dd 100644 --- a/config/x86_64/demo.toml +++ b/config/x86_64/demo.toml @@ -136,7 +136,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/x86_64/desktop.toml b/config/x86_64/desktop.toml index 5b371c22a..2ae08fc99 100644 --- a/config/x86_64/desktop.toml +++ b/config/x86_64/desktop.toml @@ -83,7 +83,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/x86_64/dev.toml b/config/x86_64/dev.toml index 267176532..a82f07d0c 100644 --- a/config/x86_64/dev.toml +++ b/config/x86_64/dev.toml @@ -106,7 +106,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/x86_64/jeremy.toml b/config/x86_64/jeremy.toml index 6be46b81e..830d76b99 100644 --- a/config/x86_64/jeremy.toml +++ b/config/x86_64/jeremy.toml @@ -181,7 +181,7 @@ orbital orblogin launcher [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2 +getty 2 getty debug: -J """ diff --git a/config/x86_64/server.toml b/config/x86_64/server.toml index 8bfc97ec5..1655d259a 100644 --- a/config/x86_64/server.toml +++ b/config/x86_64/server.toml @@ -68,7 +68,8 @@ dhcpd -b [[files]] path = "/etc/init.d/30_console" data = """ -getty display/vesa:2/activate +inputd -A 2 +getty 2 getty debug: -J """