diff options
author | Samuel Thibault <sthibault@debian.org> | 2014-02-13 00:40:25 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2014-02-13 00:40:25 +0000 |
commit | 521404420c0b3ffafbb9270ea981f2a60ad843c2 (patch) | |
tree | 23b68878558357d7bff2ebdad3aef9459ecbf3a8 | |
parent | c102b74e388005c9e3c043e975541960f8ee0d4d (diff) | |
download | installation-guide-521404420c0b3ffafbb9270ea981f2a60ad843c2.zip |
Reference the DEBIAN_FRONTEND parameter in the accessibility section.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | en/boot-installer/accessibility.xml | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 50e0e37cb..44dcff179 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ installation-guide (201312xx) UNRELEASED; urgency=low [ Martin Michlmayr ] * Remove information about Cobalt devices. + [ Samuel Thibault ] + * Reference the DEBIAN_FRONTEND parameter in the accessibility section. + -- Martin Michlmayr <tbm@cyrius.com> Sat, 14 Dec 2013 10:20:37 +0000 installation-guide (20131009) unstable; urgency=low diff --git a/en/boot-installer/accessibility.xml b/en/boot-installer/accessibility.xml index 34c66d4ff..fce7ce4fd 100644 --- a/en/boot-installer/accessibility.xml +++ b/en/boot-installer/accessibility.xml @@ -22,6 +22,19 @@ a QWERTY keyboard. </para> + <sect2> + <title>Installer front-end</title> +<para> + +The &debian; installer supports several front-ends for asking questions, with +varying convenience for accessibility: notably, <userinput>text</userinput> +uses plain text while <userinput>newt</userinput> uses text-based dialog +boxes. The choice can be made at the boot prompt, see the documentation for +<userinput>DEBIAN_FRONTEND</userinput> <xref linkend="installer-args"/>. + +</para> + </sect2> + <sect2 arch="ia64;powerpc;x86"> <title>USB Braille Displays</title> <para> |