mklive: fix memtest86+ install

see void-packages/b46a87070cb ("memtest86+: update to 7.20.")
This commit is contained in:
Piraty 2024-12-06 22:04:36 +01:00
parent 85f8bcf2c6
commit 1c819294d9
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ generate_isolinux_boot() {
"$ISOLINUX_DIR"/isolinux.cfg
# include memtest86+
cp -f "$VOIDHOSTDIR"/boot/memtest.bin "$BOOT_DIR"
cp -f "$VOIDHOSTDIR"/boot/memtest86+/memtest.bin "$BOOT_DIR"
}
generate_grub_efi_boot() {
@ -270,7 +270,7 @@ generate_grub_efi_boot() {
rm -rf "$GRUB_EFI_TMPDIR"
# include memtest86+
cp -f "$VOIDHOSTDIR"/boot/memtest.efi "$BOOT_DIR"
cp -f "$VOIDHOSTDIR"/boot/memtest86+/memtest.efi "$BOOT_DIR"
}
generate_squashfs() {