diff options
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/DebianAfterInstall.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn index adeed1df..6c21dd1a 100644 --- a/Distrib/DebianAfterInstall.mdwn +++ b/Distrib/DebianAfterInstall.mdwn @@ -44,7 +44,9 @@ You often need scp and ssh. Sadly the Debian GNU/Hurd does not come with any def ### <a name="_Hurd_HurdConsole_Setup_Virtual_"> </a> [[Hurd/HurdConsole]] -The latest Hurd package in Debian, plus the /native-install script, creates all necessary device nodes and other magic. You just need to call console with the proper arguments: +The latest Hurd package in Debian, plus the /native-install script, creates all necessary device nodes and other magic. You just need to edit /etc/default/hurd-console to tune the parameters and tell it to start at bootup. + +You can also call the Hurd console manually with the proper arguments: console -d vga -d pc_kbd --repeat=kbd -d pc_mouse --repeat=mouse \ -d generic_speaker -c /dev/vcs |