mklive: fix memtest86+ install
see void-packages/b46a87070cb ("memtest86+: update to 7.20.")
This commit is contained in:
parent
85f8bcf2c6
commit
1c819294d9
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue