diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/bootsplash/config/hibernate-template.cfg | 4 | ||||
-rw-r--r-- | common/bootsplash/config/vt0-template.cfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/bootsplash/config/hibernate-template.cfg b/common/bootsplash/config/hibernate-template.cfg index d0faa98..ac899e9 100644 --- a/common/bootsplash/config/hibernate-template.cfg +++ b/common/bootsplash/config/hibernate-template.cfg @@ -27,8 +27,8 @@ text_size=12 text_color=0xffffff # name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-@WIDTH@x@HEIGHT@.jpg -silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-@WIDTH@x@HEIGHT@.jpg +jpeg=/usr/share/bootsplash/common/data/hibernate-@WIDTH@x@HEIGHT@.jpg +silentjpeg=/usr/share/bootsplash/common/data/hibernate-@WIDTH@x@HEIGHT@.jpg progress_enable=1 diff --git a/common/bootsplash/config/vt0-template.cfg b/common/bootsplash/config/vt0-template.cfg index 638b459..b01ae29 100644 --- a/common/bootsplash/config/vt0-template.cfg +++ b/common/bootsplash/config/vt0-template.cfg @@ -20,6 +20,6 @@ tw=@WIDTH@ th=@HEIGHT@ # name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-@WIDTH@x@HEIGHT@.jpg +jpeg=/usr/share/bootsplash/common/data/vt-@WIDTH@x@HEIGHT@.jpg overpaintok=1 |