diff --git a/config/aarch64/demo.toml b/config/aarch64/demo.toml index c30ffbb..14e0074 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 d30496f..4446733 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 51e16ca..aac5e95 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 e7e450b..d6c2173 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 fefe6e0..63113fe 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 5b371c2..2ae08fc 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 570e6ae..fad662b 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 9796433..1ab4713 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 185672e..c04f6fb 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 01b6e1b..0a617e6 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 5b371c2..2ae08fc 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 2671765..a82f07d 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 601d19d..121e660 100644 --- a/config/x86_64/jeremy.toml +++ b/config/x86_64/jeremy.toml @@ -179,7 +179,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 8bfc97e..1655d25 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 """