Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=c2bee343497a4c045fa2e9441df9d663798b8ae9
commit c2bee343497a4c045fa2e9441df9d663798b8ae9 Author: Miklos Vajna <[email protected]> Date: Mon Dec 26 20:43:54 2011 +0100 qemu: iso name now contains the arch diff --git a/bin/boot-qemu b/bin/boot-qemu index 747bb4b..6c01ed1 100755 --- a/bin/boot-qemu +++ b/bin/boot-qemu @@ -8,4 +8,4 @@ if [ "$ARCH" = "x86_64" ]; then QEMU="qemu-system-x86_64" fi -$QEMU -enable-kvm -m $QEMUMEM -cdrom fwlive-${APPSGROUP,,}.iso +$QEMU -enable-kvm -m $QEMUMEM -cdrom fwlive-${APPSGROUP,,}-$ARCHBUILD.iso _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
