summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:17 +0000
commit2e873ba83b8221f73590b189d8ec06f1635113fb (patch)
tree98b44d4bbf2bc7437c7a20aedfa9a142690738b3
parent7170522df200d1895347db124e17eea1c4e90caa (diff)
downloadbootloader-theme-2e873ba83b8221f73590b189d8ec06f1635113fb.tar
bootloader-theme-2e873ba83b8221f73590b189d8ec06f1635113fb.tar.gz
bootloader-theme-2e873ba83b8221f73590b189d8ec06f1635113fb.tar.bz2
bootloader-theme-2e873ba83b8221f73590b189d8ec06f1635113fb.tar.xz
bootloader-theme-2e873ba83b8221f73590b189d8ec06f1635113fb.zip
replace openSUSE strings with Mandriva Linux
-rw-r--r--config2
-rw-r--r--data-boot/gfxboot.cfg2
-rw-r--r--data-install/gfxboot.cfg2
-rw-r--r--src/common.inc4
4 files changed, 5 insertions, 5 deletions
diff --git a/config b/config
index e8cd6b6..d1f9946 100644
--- a/config
+++ b/config
@@ -1,2 +1,2 @@
-product=openSUSE 11.1
+product=Mandriva Linux 2009 Spring
based_on=
diff --git a/data-boot/gfxboot.cfg b/data-boot/gfxboot.cfg
index cd44899..1e51bd8 100644
--- a/data-boot/gfxboot.cfg
+++ b/data-boot/gfxboot.cfg
@@ -13,7 +13,7 @@
[base]
; theme name
-theme=openSUSE
+theme=Mandriva Linux
; other sections to read
layout=800x600,boot
; penguin theme likelihood (in percent, -1 = auto)
diff --git a/data-install/gfxboot.cfg b/data-install/gfxboot.cfg
index a716484..d4c2b2a 100644
--- a/data-install/gfxboot.cfg
+++ b/data-install/gfxboot.cfg
@@ -13,7 +13,7 @@
[base]
; theme name
-theme=openSUSE
+theme=Mandriva Linux
; other sections to read
layout=800x600,install
; penguin theme likelihood (in percent, -1 = auto)
diff --git a/src/common.inc b/src/common.inc
index b527464..1d09369 100644
--- a/src/common.inc
+++ b/src/common.inc
@@ -711,7 +711,7 @@
syslinux info.type 6 eq and {
dup .title "Driver Update" put
- /info.msg "Put the openSUSE CD-ROM back into the drive." def
+ /info.msg "Put the Mandriva Linux CD-ROM back into the drive." def
} if
dup .text info.msg put
@@ -957,7 +957,7 @@
dup "memtest" eq over "memtest86" eq or { pop txt_memtest return } if
dup "firmware" eq { pop txt_firmware return } if
syslinux {
- dup "live" eq { pop "openSUSE LiveCD" return } if
+ dup "live" eq { pop txt_linux return } if
dup "kde" eq { pop "LiveCD - KDE" return } if
dup "gnome" eq { pop "LiveCD - GNOME" return } if
dup "linux" eq { pop txt_install return } if