* [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils/files: initrd.splash-cmp-str-instead-of-int.patch
@ 2010-08-28 20:52 Michael Januszewski (spock)
0 siblings, 0 replies; only message in thread
From: Michael Januszewski (spock) @ 2010-08-28 20:52 UTC (permalink / raw
To: gentoo-commits
spock 10/08/28 20:52:22
Added: initrd.splash-cmp-str-instead-of-int.patch
Log:
Add a patch for initrd.splash (by Amadeusz Żołnowski, bug #330107).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.1 media-gfx/splashutils/files/initrd.splash-cmp-str-instead-of-int.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/files/initrd.splash-cmp-str-instead-of-int.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/files/initrd.splash-cmp-str-instead-of-int.patch?rev=1.1&content-type=text/plain
Index: initrd.splash-cmp-str-instead-of-int.patch
===================================================================
--- initrd.splash 2008-11-13 23:49:00.000000000 +0100
+++ initrd.splash.new 2010-07-27 21:35:24.647912782 +0200
@@ -26,7 +26,7 @@
init)
if [ -n "$2" ]; then
export BOOT_MSG="$2"
- elif [ "${CDROOT}" -eq '1' ]; then
+ elif [ "${CDROOT}" = '1' ]; then
export BOOT_MSG="Preparing the LiveCD environment... Press Alt+F1 for verbose mode."
else
export BOOT_MSG="Preparing the system for boot... Press Alt+F1 for verbose mode."
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-28 20:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28 20:52 [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils/files: initrd.splash-cmp-str-instead-of-int.patch Michael Januszewski (spock)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox