There was an error while loading. Please reload this page.
1 parent 3751a47 commit 9be9c7aCopy full SHA for 9be9c7a
1 file changed
INSTALL/grub/grub.cfg
@@ -732,6 +732,8 @@ function uefi_linux_menu_func {
732
vt_add_replace_file $vtindex "arch\\boot\\x86_64\\initramfs-linux.img"
733
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
734
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
735
+ elif [ -f (loop)/arch/boot/x86_64/initramfs-linux-aegis-offensive.img ]; then
736
+ vt_add_replace_file $vtindex "arch\\boot\\x86_64\\initramfs-linux-aegis-offensive.img"
737
fi
738
elif [ -d (loop)/blackarch ]; then
739
if [ -f (loop)/blackarch/boot/x86_64/archiso.img ]; then
0 commit comments