diff options
Diffstat (limited to 'debian/local/runsystem')
-rwxr-xr-x | debian/local/runsystem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/runsystem b/debian/local/runsystem index eb7d8586..3897f850 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -14,7 +14,7 @@ sleep 1 touch /dev/tty1 echo -n "Starting the Hurd console..." -console -d vga -d pc_kbd -c /dev/vcs & +console -d vga -g -d pc_kbd -c /dev/vcs & sleep 1 # Switch over |