[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#273378: installation-reports: [patch] make debian-installer/framebuffer=false work as documented



Package: installation-reports
Severity: normal
Tags: patch

Currently the boot option debian-installer/framebuffer does not work
as documented in the Instalation Manual, section 5.2.1. "Debian
Installer Parameters" (it does not work at all).

This issue was raised by Bugs #272552 and #272562.  Geert Stappers
developed the attached patch.  I'm opening this new report to keep the
patch around.

Jö.

-- 
There's no evolution in the US.  It's not allowed.
--- packages/rootskel/src/lib/debian-installer.d/S35framebuffer-linux   (revision 22014)
+++ packages/rootskel/src/lib/debian-installer.d/S35framebuffer-linux   (working copy)
@@ -1,3 +1,6 @@
-if [ -n "$TERM_FRAMEBUFFER_TRY" -a -e /dev/fb/0 ]; then
+echo "bugreport #272562"
+if [ -z "$TERM_FRAMEBUFFER" -a -n "$TERM_FRAMEBUFFER_TRY" -a \
+     -e /dev/fb/0 -a "`debconf-get debian-installer/framebuffer`" = true ]; then
        TERM_FRAMEBUFFER=yes
 fi
+echo "bugreport #272562"

Attachment: signature.asc
Description: Digital signature


Reply to: