diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-06 19:07:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-06 19:07:47 +0200 |
commit | f3eab6fd8f3db8f53c5f96257ad9e8208e6b40c5 (patch) | |
tree | 368f28c219dff23510b825dff40e1634fde6b653 /debian/hurd-console.default | |
parent | 45c04f6bb43b0e458100224065ea2b07d1e94a02 (diff) |
hurd-console.default: Document the -f option of the vga module.
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 |