diff --git a/config/aarch64/demo.toml b/config/aarch64/demo.toml
index 46ed74528632f13f8b3422dc9a567342b62e3466..c30ffbbacc5d16fc62e89a49fb2bac7eeb40514c 100644
--- a/config/aarch64/demo.toml
+++ b/config/aarch64/demo.toml
@@ -76,13 +76,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate launcher
+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 e9b73457797f8339d2b219f8415a6eb9515d25b0..d30496fabdc3c959f5caffd7ebe9f7e815ed92f6 100644
--- a/config/aarch64/desktop.toml
+++ b/config/aarch64/desktop.toml
@@ -76,13 +76,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 6e1b1e153c757f50748bd053668b78d152f8bf57..51e16ca69cf16fe2ef5c5fc03bcfb1a4b2ce3b4d 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 9c88f7f858c4dfc9282cf611b5f935b45957923b..e7e450b8cdecdf46aa02dbb8ba01a6cc041cdd80 100644
--- a/config/i686/demo.toml
+++ b/config/i686/demo.toml
@@ -111,13 +111,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 b2693b6e6d137c971238633a183af5577355360b..fefe6e0dec3fb22aedff484deab7c860728a104c 100644
--- a/config/i686/desktop-minimal.toml
+++ b/config/i686/desktop-minimal.toml
@@ -51,13 +51,13 @@ escalated
 [[files]]
 path = "/etc/init.d/20_orbital"
 data = """
-orbital display:3/activate orblogin launcher
+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 935f310ec139d20e6d93954b28539eff2694d7ae..5b371c22a403be8e6af5364b13b0d7cb544afacf 100644
--- a/config/i686/desktop.toml
+++ b/config/i686/desktop.toml
@@ -77,13 +77,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 dfc5f070bf1e5f9645b59106b1ca52cd6ba59609..570e6ae35bb6246cefb3a1b8d417934b1d7e22eb 100644
--- a/config/i686/jeremy.toml
+++ b/config/i686/jeremy.toml
@@ -108,13 +108,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 5c438805279817a6af6af1bf22145d8fe7a72552..97964334f3e6ee135fcf08e8b92d81ffe9f11887 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 b3558323c948366c33bf344ec4b9f9155d778afa..185672e2f820e5ffe0ad2deafa05a58b6c9bfeb3 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 cec9dcc8d8317884517c4e638ca54193434ac5aa..01b6e1b004fc66dc01e904d6ece03b82e8eac40b 100644
--- a/config/x86_64/demo.toml
+++ b/config/x86_64/demo.toml
@@ -130,13 +130,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 935f310ec139d20e6d93954b28539eff2694d7ae..5b371c22a403be8e6af5364b13b0d7cb544afacf 100644
--- a/config/x86_64/desktop.toml
+++ b/config/x86_64/desktop.toml
@@ -77,13 +77,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 970e9a57e2fab51da5dff0ef8ba370056f64efc7..267176532ef2d290b1ff3a95787f930871616162 100644
--- a/config/x86_64/dev.toml
+++ b/config/x86_64/dev.toml
@@ -100,13 +100,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 4efaf65a2cf11983635c55a458532e8b4396d7b6..601d19d8404f19f08d44e644f301e4e50306a5a0 100644
--- a/config/x86_64/jeremy.toml
+++ b/config/x86_64/jeremy.toml
@@ -173,13 +173,13 @@ dhcpd -b
 path = "/etc/init.d/20_orbital"
 data = """
 audiod
-orbital display:3/activate orblogin launcher
+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 8055a85e400521224e14b4cd12ba02303bb89d8f..8bfc97ec5096676c0f5473ad864ad111c28dedd7 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
 """