mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-02-04 10:26:05 -05:00
support Anarchy Linux 1.3.1 issue #642
This commit is contained in:
parent
40c0504dfb
commit
0ac83bffda
@ -544,6 +544,10 @@ function uefi_linux_menu_func {
|
|||||||
if [ -f (loop)/blackarch/boot/x86_64/archiso.img ]; then
|
if [ -f (loop)/blackarch/boot/x86_64/archiso.img ]; then
|
||||||
vt_add_replace_file $vtindex "EFI\\archiso\\archiso.img"
|
vt_add_replace_file $vtindex "EFI\\archiso\\archiso.img"
|
||||||
fi
|
fi
|
||||||
|
elif [ -d (loop)/anarchy ]; then
|
||||||
|
if [ -f (loop)/anarchy/boot/x86_64/initramfs-linux.img ]; then
|
||||||
|
vt_add_replace_file $vtindex "anarchy\\boot\\x86_64\\initramfs-linux.img"
|
||||||
|
fi
|
||||||
elif [ -d (loop)/parabola ]; then
|
elif [ -d (loop)/parabola ]; then
|
||||||
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
|
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
|
||||||
vt_add_replace_file $vtindex "EFI\\parabolaiso\\parabolaiso.img"
|
vt_add_replace_file $vtindex "EFI\\parabolaiso\\parabolaiso.img"
|
||||||
@ -748,6 +752,8 @@ function legacy_linux_menu_func {
|
|||||||
if [ -d (loop)/arch/boot/syslinux ]; then
|
if [ -d (loop)/arch/boot/syslinux ]; then
|
||||||
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/
|
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/
|
||||||
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/boot/syslinux/
|
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/boot/syslinux/
|
||||||
|
elif [ -d (loop)/anarchy/boot/syslinux ]; then
|
||||||
|
vt_linux_parse_initrd_isolinux (loop)/anarchy/boot/syslinux/ /anarchy/
|
||||||
|
|
||||||
#manjaro
|
#manjaro
|
||||||
elif [ -d (loop)/manjaro ]; then
|
elif [ -d (loop)/manjaro ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user