summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-12-07 14:47:12 +0000
committerOlivier Blin <oblin@mandriva.com>2009-12-07 14:47:12 +0000
commit55896ce3c58dff46404f423824628420243763c7 (patch)
tree836f664b7fc01b13936d4f1be1d169db124864d5
parent6795e8b724c77ffb63adf4e48c06185c67e8fee8 (diff)
downloaddraklive-55896ce3c58dff46404f423824628420243763c7.tar
draklive-55896ce3c58dff46404f423824628420243763c7.tar.gz
draklive-55896ce3c58dff46404f423824628420243763c7.tar.bz2
draklive-55896ce3c58dff46404f423824628420243763c7.tar.xz
draklive-55896ce3c58dff46404f423824628420243763c7.zip
run switch-themes -u
-rwxr-xr-xdraklive2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive b/draklive
index f569371..f0f037d 100755
--- a/draklive
+++ b/draklive
@@ -506,6 +506,8 @@ sub create_bootloader {
}
if ($live->{system}{gfxboot}) {
+ #- would be run by bootloader::add_boot_splash and make-boot-splash, but not called when we don't generate an initrd
+ run_({ root => $live->get_system_root }, '/usr/share/bootsplash/scripts/switch-themes', '-u');
#- grub-gfxmenu would be run by bootloader::write_grub from DrakX
run_({ root => $live->get_system_root }, '/usr/sbin/grub-gfxmenu', '--update-gfxmenu');
my $gfxmenu = $live->get_system_root . '/boot/gfxmenu';