Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
update isoboot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Mar 22, 2017
1 parent 217ef3a commit 70048b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/grub/isoboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70048b1

Please sign in to comment.