summaryrefslogtreecommitdiff
path: root/themes/openSUSE/src/bsplash.inc
diff options
context:
space:
mode:
authorSteffen Winterfeldt <wfeldt@opensuse.org>2009-07-10 14:53:29 +0200
committerSteffen Winterfeldt <wfeldt@opensuse.org>2009-07-10 14:53:29 +0200
commit7ddc8c424ff377adec4d9b6c8099686bcf25b962 (patch)
treee7c0e3ee73d0d5b09a70ace8305951b27b7b59e3 /themes/openSUSE/src/bsplash.inc
parent50546c463b7c66d124095e0fa0a46db49574692a (diff)
- use new 'mount' instruction
Diffstat (limited to 'themes/openSUSE/src/bsplash.inc')
-rw-r--r--themes/openSUSE/src/bsplash.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/openSUSE/src/bsplash.inc b/themes/openSUSE/src/bsplash.inc
index 0b93692..d72703c 100644
--- a/themes/openSUSE/src/bsplash.inc
+++ b/themes/openSUSE/src/bsplash.inc
@@ -45,10 +45,14 @@
/bsplash.show {
currentimage
+ % "/boot/i386/loader/xxx" chdir
+
"welcome.jpg" findfile /splash.file over def setimage
0 0 moveto 0 0 image.size image
+ % "/boot/i386/loader" chdir
+
bsplash.init
bsplash.skip not { 100000 usleep } if