diff --git a/config/aarch64/demo.toml b/config/aarch64/demo.toml index b45fa0f..c30ffbb 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/aarch64/desktop.toml b/config/aarch64/desktop.toml index 44e9fdf..d30496f 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/aarch64/server.toml b/config/aarch64/server.toml index 6e1b1e1..51e16ca 100644 --- a/config/aarch64/server.toml +++ b/config/aarch64/server.toml @@ -72,7 +72,7 @@ dhcpd -b [[files]] path = "/etc/init.d/30_console" data = """ -getty display:2/activate +getty display/vesa:2/activate getty debug: -J """ diff --git a/config/i686/demo.toml b/config/i686/demo.toml index 086aac1..e7e450b 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/i686/desktop-minimal.toml b/config/i686/desktop-minimal.toml index acba70b..fefe6e0 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/i686/desktop.toml b/config/i686/desktop.toml index 89ad128..5b371c2 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/i686/jeremy.toml b/config/i686/jeremy.toml index 5ae2e95..570e6ae 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/i686/server-minimal.toml b/config/i686/server-minimal.toml index 5c43880..9796433 100644 --- a/config/i686/server-minimal.toml +++ b/config/i686/server-minimal.toml @@ -45,7 +45,7 @@ escalated [[files]] path = "/etc/init.d/30_console" data = """ -getty display:2/activate +getty display/vesa:2/activate getty debug: -J """ diff --git a/config/i686/server.toml b/config/i686/server.toml index b355832..185672e 100644 --- a/config/i686/server.toml +++ b/config/i686/server.toml @@ -68,7 +68,7 @@ dhcpd -b [[files]] path = "/etc/init.d/30_console" data = """ -getty display:2/activate +getty display/vesa:2/activate getty debug: -J """ diff --git a/config/x86_64/demo.toml b/config/x86_64/demo.toml index a8e192f..01b6e1b 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/x86_64/desktop.toml b/config/x86_64/desktop.toml index 89ad128..5b371c2 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/x86_64/dev.toml b/config/x86_64/dev.toml index 3457456..2671765 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/x86_64/jeremy.toml b/config/x86_64/jeremy.toml index 0fdfd04..601d19d 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:2 +getty display/vesa:2 getty debug: -J """ diff --git a/config/x86_64/server.toml b/config/x86_64/server.toml index 8055a85..8bfc97e 100644 --- a/config/x86_64/server.toml +++ b/config/x86_64/server.toml @@ -68,7 +68,7 @@ dhcpd -b [[files]] path = "/etc/init.d/30_console" data = """ -getty display:2/activate +getty display/vesa:2/activate getty debug: -J """