diff --git a/menu.cpp b/menu.cpp index d4abbe0..136b230 100644 --- a/menu.cpp +++ b/menu.cpp @@ -3998,7 +3998,7 @@ void HandleUI(void) ttypid = fork(); if (!ttypid) { - execl("/sbin/agetty", "/sbin/agetty", "-a", "root", "-l", "/tmp/script", "--nohostname", "-L", "tty2", "xterm", NULL); + execl("/sbin/agetty", "/sbin/agetty", "-a", "root", "-l", "/tmp/script", "--nohostname", "-L", "tty2", "linux", NULL); exit(0); //should never be reached } }