From 1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 15 Feb 2008 15:21:41 +0000 Subject: 0.30: explicitly set "text" in cmdline when "Text" is chosen (needed since drakx-installer-stage2 10.6.13 which tries "vesa" is framebuffer failed) --- common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.inc') diff --git a/common.inc b/common.inc index bf7b5c5..98a3dc8 100644 --- a/common.inc +++ b/common.inc @@ -413,7 +413,7 @@ dup 0 ne { "vga=%d " bc.cmd dup length add sprintf } { - pop + pop "text" "%s " bc.cmd dup length add sprintf } ifelse } if -- cgit v1.2.1