diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 23:07:20 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 23:07:20 +0000 |
| commit | 331626d020c7cd568d78220760568f5bb0b6d412 (patch) | |
| tree | 8a126139a37d1519891bd3f86f858cb48744b8ce /debian/hurd-console.default | |
| parent | 2d022fc2bd8c1e5020d8ea8b6a7fa36434ecc427 (diff) | |
| parent | 661f40594b1d1684e14ba82fb3d8143eba205366 (diff) | |
Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd
Diffstat (limited to 'debian/hurd-console.default')
| -rw-r--r-- | debian/hurd-console.default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/hurd-console.default b/debian/hurd-console.default index 2ff9a5e5..3655eb70 100644 --- a/debian/hurd-console.default +++ b/debian/hurd-console.default @@ -3,7 +3,8 @@ # Set this to 'false' to avoid running the Hurd console on bootup. ENABLE='true' -# The display driver, mandatory. Either `vga' or `ncursesw'. +# The display driver, mandatory. Either `vga' or `ncursesw'. In the case of +# VGA, -f /some/where/file.bdf can be appended to load a specific font. DISPLAY='-d vga' # The keyboard driver, mandatory. Either `pc_kbd' or `xkb' from the |
