Replace pkgsrc and mdevd with mouse ports desktop base

This commit is contained in:
Michal S.
2026-08-06 10:26:36 +01:00
parent c9dae15bc4
commit 6a8be734f3
97 changed files with 3129 additions and 810 deletions
+1 -3
View File
@@ -25,9 +25,7 @@ console_login_start()
{
/usr/bin/setsid -f /sbin/agetty $autologin \
--login-program /bin/login --noclear --keep-baud \
115200,38400,9600 ttyS0 vt100 &
/usr/bin/setsid -f /sbin/agetty $autologin \
--login-program /bin/login --noclear tty1 linux &
115200,38400,9600 @MOUSE_CONSOLE@ vt100 &
}
run_rc_command "$1"