create_virtualimage: updates for arch lunix

thanks @braytac

ref #2589
This commit is contained in:
Stefan Saraev 2013-09-15 11:43:19 +03:00 committed by Stephan Raue
parent dbe33687bb
commit da121952cc

View File

@ -225,6 +225,8 @@ echo "storage size: $STORAGE_SIZE MB"
MBR="/usr/lib/syslinux/mbr.bin" # example: debian, ubuntu
elif [ -f /usr/share/syslinux/mbr.bin ]; then
MBR="/usr/share/syslinux/mbr.bin" # example: fedora
elif [ -f /usr/lib/syslinux/bios/mbr.bin ]; then
MBR="/usr/lib/syslinux/bios/mbr.bin"
else
echo "Can't find syslinux's mbr.bin on Host OS"
exit 1