hardcode splash name

This commit is contained in:
Tobias Powalowski 2010-06-02 23:34:23 +02:00
parent a7b1401703
commit d3e01ba151
3 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@ for i in /usr/lib/syslinux/*.c32; do
done done
install -m644 /lib/modules/$(uname -r)/modules.pcimap ${TEMPDIR}/${BOOTDIRNAME}/modules.pcimap install -m644 /lib/modules/$(uname -r)/modules.pcimap ${TEMPDIR}/${BOOTDIRNAME}/modules.pcimap
install -m644 /usr/share/hwdata/pci.ids ${TEMPDIR}/${BOOTDIRNAME}/pci.ids install -m644 /usr/share/hwdata/pci.ids ${TEMPDIR}/${BOOTDIRNAME}/pci.ids
install -m644 $BACKGROUND ${TEMPDIR}/${BOOTDIRNAME}/$(basename $BACKGROUND) install -m644 $BACKGROUND ${TEMPDIR}/${BOOTDIRNAME}/splash.png
# Use config file # Use config file
echo ":: Creating isolinux.cfg ..." echo ":: Creating isolinux.cfg ..."
@ -66,7 +66,7 @@ if [ "${ISOLINUXCFG}" = "" ]; then
echo "No isolinux.cfg file specified, aborting ..." echo "No isolinux.cfg file specified, aborting ..."
exit 1 exit 1
else else
sed "s|@@PROMPT@@|${PROMPT}|g;s|@@TIMEOUT@@|${TIMEOUT}|g;s|@@KERNEL_BOOT_OPTIONS@@|${KERNEL_BOOT_OPTIONS}|g;s|@@BACKGROUND@@|$(basename ${BACKGROUND})|g;" \ sed "s|@@PROMPT@@|${PROMPT}|g;s|@@TIMEOUT@@|${TIMEOUT}|g;s|@@KERNEL_BOOT_OPTIONS@@|${KERNEL_BOOT_OPTIONS}|g" \
${ISOLINUXCFG} > ${TEMPDIR}/${BOOTDIRNAME}/isolinux.cfg ${ISOLINUXCFG} > ${TEMPDIR}/${BOOTDIRNAME}/isolinux.cfg
[ ! -s ${TEMPDIR}/${BOOTDIRNAME}/isolinux.cfg ] && echo "No isolinux.cfg found" && exit 1 [ ! -s ${TEMPDIR}/${BOOTDIRNAME}/isolinux.cfg ] && echo "No isolinux.cfg found" && exit 1
fi fi

View file

@ -1,7 +1,7 @@
DEFAULT vesamenu.c32 DEFAULT vesamenu.c32
PROMPT @@PROMPT@@ PROMPT @@PROMPT@@
MENU TITLE Arch Linux (archboot) MENU TITLE Arch Linux (archboot)
MENU BACKGROUND @@BACKGROUND@@ MENU BACKGROUND splash.png
TIMEOUT @@TIMEOUT@@ TIMEOUT @@TIMEOUT@@
F1 boot.msg F1 boot.msg

View file

@ -1,7 +1,7 @@
DEFAULT vesamenu.c32 DEFAULT vesamenu.c32
PROMPT @@PROMPT@@ PROMPT @@PROMPT@@
MENU TITLE Arch Linux (archboot) MENU TITLE Arch Linux (archboot)
MENU BACKGROUND @@BACKGROUND@@ MENU BACKGROUND splash.png
TIMEOUT @@TIMEOUT@@ TIMEOUT @@TIMEOUT@@
F1 boot.msg F1 boot.msg