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

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



On Wed, Sep 22, 2004 at 09:35:08PM +0200, J? Fahlke wrote:
> And here comes the patch.
> 
> --- packages/rootskel/src/lib/debian-installer.d/S35framebuffer-linux	(revision 21954)
> +++ 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
> -	TERM_FRAMEBUFFER=yes
> +if [ -z "$TERM_FRAMEBUFFER" ] \
> +   && [ -n "$TERM_FRAMEBUFFER_TRY" ] \
> +   && [ -e /dev/fb/0 ] \
> +   && [ "`debconf-get debian-installer/framebuffer`" = true ]
> +then TERM_FRAMEBUFFER=yes
>  fi

As it didn't get applied automagically, I reworked it to
--- 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"


Right now I'm installing with the image which includes the above patch.
It is allready doing package install in the base config stage.


When http://www.stappers.nl/gst/dists/unstable/main/installer-sparc/current/images/sparc64/netboot/
has boot.img newer as 21 september, then I was able to update it from here[1].


Cheers
Geert Stappers

[1] http://meeting.ffis.de/Oldenburg2004/

P.S.
I previously reported the "21 septemer image" was missing kernel modules,
but I was wrong, the modules can be download after selecting 'unstable'
in another submenu.
(What I wanna say is that september 21th image allready should allow you
 to do a complete install.)

Attachment: pgpPs87QdVfF_.pgp
Description: PGP signature


Reply to: