summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/openSUSE/src/bsplash.inc4
-rw-r--r--themes/openSUSE/src/common.inc4
2 files changed, 6 insertions, 2 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
diff --git a/themes/openSUSE/src/common.inc b/themes/openSUSE/src/common.inc
index 4dae74f..bbbae25 100644
--- a/themes/openSUSE/src/common.inc
+++ b/themes/openSUSE/src/common.inc
@@ -199,8 +199,8 @@
/window.action actNothing def
% cd change dialog
info.type 5 eq info.type 6 eq or {
- % 'chdir' triggers fs metadata re-read
- getcwd dup .undef ne { chdir } { pop } ifelse
+ % 'mount' re-reads fs metadata
+ mount pop
} if
"" -1 3 return