On Thu, Apr 09, 2015 at 04:58:27PM +0200, Holger Levsen wrote: > > I don't think more time is the right solution, as it got past the > installation, rebooted and is now waiting for the self-tests to end. So it's > hanging somewhere else and the fix needs to be elsewhere (lines 1355-1360). Maybe a greater PIXELDIFF value would let it go on. Wolfgang
From 3203abab67322274e5e9775d6a12fd9f36d83f68 Mon Sep 17 00:00:00 2001 From: Wolfgang Schweer <wschweer@arcor.de> Date: Thu, 9 Apr 2015 21:37:38 +0200 Subject: [PATCH] fix d-e ltsp-server by augmenting the PIXELDIFF value. --- bin/g-i-installation.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 94bb881..92d3ce4 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1354,6 +1354,8 @@ case $NAME in case $NAME in debian-edu_*test*server) let START_TRIGGER=NR+600 ;; + debian-edu_*ltsp-server|debian-edu_*combi-server) let START_TRIGGER=NR+80 ; PIXELDIFF=230 + ;; *) let START_TRIGGER=NR+80 ;; esac -- 2.1.4
Attachment:
signature.asc
Description: Digital signature