diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-15 15:21:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-15 15:21:41 +0000 |
commit | 1b75c859ce6e894f1df8ad945b4c1b3ad3108f2c (patch) | |
tree | 76fd2d11c5f79ad6322d891a6eacfa72b3227ae7 | |
parent | 2d9422700476692d91ef74be0eebad96c5a6e3a6 (diff) | |
download | bootloader-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-- | Makefile | 2 | ||||
-rw-r--r-- | common.inc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-gfxboot-theme PACKAGE=mandriva-gfxboot-theme -VERSION := 0.29 +VERSION := 0.30 BINDIR := /usr/sbin/ @@ -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 |