From 7b35a76e4922c6c2768ccf76304b3bd7c2271a92 Mon Sep 17 00:00:00 2001
From: Anhad Singh <andypythonappdeveloper@gmail.com>
Date: Fri, 7 Jul 2023 17:55:10 +1000
Subject: [PATCH] config: misc changes for GPU drivers

Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
---
 config/default.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/default.toml b/config/default.toml
index 328ea9e..0a5e722 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -91,13 +91,13 @@ dhcpd -b
 [[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
 """
 
-- 
GitLab