Skip to content

Commit 9be9c7a

Browse files
author
longpanda
committed
Add support for Athena OS (#3689)
1 parent 3751a47 commit 9be9c7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

INSTALL/grub/grub.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@ function uefi_linux_menu_func {
732732
vt_add_replace_file $vtindex "arch\\boot\\x86_64\\initramfs-linux.img"
733733
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
734734
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"
735737
fi
736738
elif [ -d (loop)/blackarch ]; then
737739
if [ -f (loop)/blackarch/boot/x86_64/archiso.img ]; then

0 commit comments

Comments
 (0)