From 2431f29c4c15c9f17c590391dbde78878159cbf6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Sep 2019 19:47:43 +0000 Subject: [PATCH] Paths include the livekit name which we need to remove from the file path as well --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index a12a06f..74cc921 100755 --- a/build +++ b/build @@ -59,7 +59,7 @@ cp $VMLINUZ $BOOT/ || exit mkdir -p $BOOT/EFI/Boot cp bootfiles/efi-files/syslinux.efi $BOOT/EFI/Boot/bootx64.efi cp bootfiles/efi-files/{ldlinux.e64,menu.c32,libutil.c32} $BOOT/EFI/Boot -cat $BOOT/syslinux.cfg | sed -r 's/\/boot\/vesa//' > $BOOT/EFI/Boot/syslinux.cfg +cat $BOOT/syslinux.cfg | sed -r "s:/$LIVEKITNAME/boot/vesa::" > $BOOT/EFI/Boot/syslinux.cfg # create compressed 01-core.sb