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

Bug#596578: marked as done (framebuffer is Linux-only)



Your message dated Tue, 31 May 2011 15:44:06 +0200
with message-id <BANLkTi=En+XyaWSn0aY+3JyK0yKw+6FW3Q@mail.gmail.com>
and subject line fixed in rootskel 1.96
has caused the Debian Bug report #596578,
regarding framebuffer is Linux-only
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
596578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596578
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: rootskel
Version: 1.90
Severity: wishlist
Tags: patch

rootskel makes framebuffer a requirement for G-I even on non-Linux ports,
but the framebuffer is only available on Linux.

Patch attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nur rootskel-1.90.old/src/lib/debian-installer.d/S60frontend rootskel-1.90/src/lib/debian-installer.d/S60frontend
--- rootskel-1.90.old/src/lib/debian-installer.d/S60frontend	2010-07-27 07:03:19.000000000 +0200
+++ rootskel-1.90/src/lib/debian-installer.d/S60frontend	2010-09-12 18:00:42.936080981 +0200
@@ -14,7 +14,7 @@
 		return 0
 	fi
 
-	if [ -z "$TERM_FRAMEBUFFER" ] ; then
+	if [ -z "$TERM_FRAMEBUFFER" ] && [ "$(udpkg --print-os)" = "linux" ] ; then
 		echo "Framebuffer not available; disabling graphical frontend" >&2
 		return 1
 	fi

--- End Message ---
--- Begin Message ---
Version: 1.96

Samuel Thibault fixed this in rootskel 1.96. Thanks Samuel.

-- 
Robert Millan


--- End Message ---

Reply to: