#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Arch Linux Live x86_64" {
loopback loop $iso_root/archlinux-2020.07.01-x86_64.iso
linux (loop)/arch/boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202007
initrd (loop)/arch/boot/x86_64/archiso.img
}