From a52b9249af030a65035a41f17cda085a76810226 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Tue, 25 Sep 2012 00:31:18 -0500 Subject: [PATCH] copy all files from bootfiles, not just the named ones --- build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build b/build index 9f3b8ec..9936394 100755 --- a/build +++ b/build @@ -30,11 +30,7 @@ rm -Rf "$LIVEKITDATA" BOOT="$LIVEKITDATA"/"$LIVEKITNAME"/boot mkdir -p "$BOOT" mv "$INITRAMFS" $BOOT/initrfs.img -cp bootfiles/isolinux.bin $BOOT -cp bootfiles/vesamenu.c32 $BOOT -cp bootfiles/bootlogo.png $BOOT -cp bootfiles/syslinux.exe $BOOT -cp bootfiles/syslinux.com $BOOT +cp bootfiles/* $BOOT cat bootfiles/syslinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/syslinux.cfg cat bootfiles/bootinst.bat | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | sed -r "s:\\\\boot\\\\:\\\\$LIVEKITNAME\\\\boot\\\\:" > $BOOT/bootinst.bat cp /boot/vmlinuz $BOOT/