From: Darren D. <da...@da...> - 2006-12-06 09:46:47
|
Hi, I'm trying to use the morphix-rebrand script, which seems to work in most respects but doesn't change the bootsplash theme (remains with the Morphix logo). On further investigation (following the commands in the bootsplash() method of the script manually) I found that everything up to the make command works OK. ie the background.pcx file that is generated looks as expected with my own logo. When running the command on line 150 of the script: cd $TMP_DIR/gfxboot-grub-0.1/ && make I get the following output.. root@hepburn:/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-= 0.1# make make -C po make[1]: Entering directory `/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-0.1/po' bin/po2txt bootloader.pot >texts.en bin/po2txt cs.po >texts.cs bin/po2txt de.po >texts.de bin/po2txt es.po >texts.es bin/po2txt fr.po >texts.fr bin/po2txt hu.po >texts.hu bin/po2txt it.po >texts.it bin/po2txt ja.po >texts.ja bin/po2txt nl.po >texts.nl bin/po2txt ro.po >texts.ro bin/po2txt ru.po >texts.ru bin/po2txt sk.po >texts.sk bin/po2txt sl.po >texts.sl bin/po2txt sv.po >texts.sv make[1]: Leaving directory `/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-0.1/po' mkdir -p boot help2txt help-boot.en.html >boot/help.en "profile" never referenced "startup" never referenced "help" never referenced "keytable" never referenced "e_splash" never defined "e_dma" never defined *** inconsistencies detected *** mkbootmsg -O -v -L ../.. -l boot/log -c boot.config boot/init Including "system.inc" Including "common.inc" Including "theme_colors.inc" Including "po/text.inc" Including "window.inc" Including "button.inc" Including "help.inc" Including "main.inc" Including "xmenu.inc" Including "dia_video.inc" Including "dia_splash.inc" Including "dia_lang.inc" Including "dia_dud.inc" Including "dia_help.inc" Including "dia_profile.inc" Including "dia_install.inc" Including "panel.inc" Including "keytables.inc" Including "keymap.cs.inc" Including "keymap.es.inc" Including "keymap.fr.inc" Including "keymap.de.inc" Including "keymap.it.inc" Including "keymap.ja.inc" Including "keymap.hu.inc" Including "keymap.ru.inc" Including "keymap.sk.inc" Including "keymap.sl.inc" Including "keymap.sv.inc" Including "locale.inc" Undefined words: bootloader, usernote, getinfo, bootdrive, findmode, xsavescreen, updatedisk make: *** [bootdir] Error 10 so I think the "message" file is never generated and the original simply gets copied to my boot/grub directory instead. Since Makefile's make about as much sense to me as Swahili, I'm now stuck :( Can someone advise? Cheers, --=20 Darren Davison Public Key: 0xE855B3EA |