From 60c41c620334f5f5aa1a9fb26feb895a7da58513 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 2 Jun 2010 22:53:17 +0200 Subject: [PATCH] add background to image --- usr/bin/archboot-tarball-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/archboot-tarball-helper.sh b/usr/bin/archboot-tarball-helper.sh index d7960613a..289e64860 100755 --- a/usr/bin/archboot-tarball-helper.sh +++ b/usr/bin/archboot-tarball-helper.sh @@ -58,6 +58,7 @@ for i in /usr/lib/syslinux/*.c32; do done 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 $BACKGROUND ${TEMPDIR}/${BOOTDIRNAME}/$(basename $BACKGROUND) # Use config file echo ":: Creating isolinux.cfg ..."