We need libutil.c32 for the menu to load

pull/84/head
root 2019-09-28 18:55:20 +00:00
parent 7e856fcc5a
commit 05ffc0a874
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -56,7 +56,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.32} $BOOT/EFI/Boot
cp bootfiles/efi-files/{ldlinux.e64,menu.c32,libutil.c32} $BOOT/EFI/Boot
cp $BOOT/syslinux.cfg $BOOT/EFI/Boot/syslinux.cfg