summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-15 15:21:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-15 15:21:41 +0000
commit1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c (patch)
tree76fd2d11c5f79ad6322d891a6eacfa72b3227ae7
parent2d9422700476692d91ef74be0eebad96c5a6e3a6 (diff)
downloadbootloader-theme-1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c.tar
bootloader-theme-1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c.tar.gz
bootloader-theme-1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c.tar.bz2
bootloader-theme-1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c.tar.xz
bootloader-theme-1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c.zip
0.30: explicitly set "text" in cmdline when "Text" is chosen 0.30
(needed since drakx-installer-stage2 10.6.13 which tries "vesa" is framebuffer failed)
-rw-r--r--Makefile2
-rw-r--r--common.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c53801..230b47f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mandriva-gfxboot-theme
PACKAGE=mandriva-gfxboot-theme
-VERSION := 0.29
+VERSION := 0.30
BINDIR := /usr/sbin/
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