diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/hurd-console.default | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2b2251d7..069ab949 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ hurd (20120222-2) UNRELEASED; urgency=low - Bump Standards-Version to 3.9.3 (no changes). - Set hurd-udeb XC-Package-Type to udeb. * patches/libexec.patch: Switch to gnu-mach-color TERM. + * hurd-console.default: Document the -f option of the vga module. - -- Samuel Thibault <sthibault@debian.org> Mon, 27 Feb 2012 22:37:25 +0100 + -- Samuel Thibault <sthibault@debian.org> Fri, 06 Apr 2012 19:07:15 +0200 hurd (20120222-1) unstable; urgency=low 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 |