Searched refs:splash (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D30_os-prober.in75 if [ -f /Extra/splash.jpg ]; then
77 xnu_splash /Extra/splash.jpg
79 if [ -f /Extra/splash.png ]; then
81 xnu_splash /Extra/splash.png
83 if [ -f /Extra/splash.tga ]; then
85 xnu_splash /Extra/splash.tga
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py71 DEFAULT_GRUB_SPLASH = '/boot/grub/splash.xpm.gz'
877 splash = self._bl_props.get(BootLoader.PROP_SPLASH,
889 if splash is not None:
890 propdict['splashimage'] = 'splashimage ' + splash
1064 splash = getattr(inst, BootLoader.PROP_SPLASH, None)
1069 if splash:
1070 splash_cmd = 'splashimage ' + splash
1085 if splash:
1086 splash_cmd += ' ' + splash
H A Dgrub2.py664 ('boot/grub/splash.jpg',
665 'splash.jpg', None)]
686 DEFAULT_GRUB_SPLASH = 'splash.jpg' # relative to the config dir
1085 """Part of upgrade support: Correct splash image extension if
1529 splash = self.getprop(BootLoader.PROP_SPLASH)
1530 # If splash is None, the property does not exist, so use a
1532 if splash is None:
1533 splash = GRUB2BootLoader.DEFAULT_GRUB_SPLASH
1534 if len(splash) > 1:
1535 if splash[
[all...]

Completed in 35 milliseconds