/etc/grub.d/53_arch

Format: Shell
 ( View Raw)
Date: Mon, 17 Jul 2023 at 21:05:40

#!/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
}