From 70048b106a417abcd901fbde39dd632dac189c2d Mon Sep 17 00:00:00 2001 From: Gen Li Date: Wed, 22 Mar 2017 11:22:47 +0800 Subject: [PATCH] update isoboot.sh --- boot/grub/isoboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/grub/isoboot.sh b/boot/grub/isoboot.sh index ee007a26..262298fe 100644 --- a/boot/grub/isoboot.sh +++ b/boot/grub/isoboot.sh @@ -60,7 +60,7 @@ function CheckLinuxType { source $prefix/distro/slackware.sh; elif test -f (loop)/manjaro/boot/*/vmlinuz*; then source $prefix/distro/manjaro.sh; - elif test -f (loop)/pmagic/bzImage -a -f (loop)/initrd*; then + elif test -f (loop)/pmagic/bzImage -a -f (loop)/pmagic/initrd*; then source $prefix/distro/pmagic.sh; elif test -f (loop)/boot/initramfs_*.img -a -f (loop)/boot/vmlinuz_*; then source $prefix/distro/archboot.sh;