Paths include the livekit name which we need to remove from the file path as well
parent
195387303e
commit
2431f29c4c
2
build
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue