diff options
Diffstat (limited to 'debian/patches/hurd_console_startup.patch')
-rw-r--r-- | debian/patches/hurd_console_startup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/hurd_console_startup.patch b/debian/patches/hurd_console_startup.patch index 4344dc68..28a6dc01 100644 --- a/debian/patches/hurd_console_startup.patch +++ b/debian/patches/hurd_console_startup.patch @@ -19,7 +19,7 @@ + fi + if [ "$ENABLE" = "true" ]; then + console ${DISPLAY} ${KBD} ${KBD_REPEAT} \ -+ ${SPEAKER} ${MOUSE} ${MOUSE_REPEAT} -c /dev/vcs ++ ${SPEAKER} ${MOUSE} ${MOUSE_REPEAT} -d current_vcs -c /dev/vcs + fi + # Wait for runttys to die, meanwhile handling trapped signals. |