TERM=linux for script launching.
This commit is contained in:
2
menu.cpp
2
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user