]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/qemu/qemu
Drop support for i586
[ipfire-2.x.git] / config / qemu / qemu
index 834eb9c8e13e6288f5383d2e222f6709275f2da6..6fe54d371b2c0a3c1808ad740034dc51c463643f 100644 (file)
@@ -3,9 +3,7 @@
 # QEMU wrapper to enable kvm as default like old qemu-kvm...
 #
 if [ $(uname -m) = "x86_64" ]; then
-QEMU_SYSTEM=qemu-system-x86_64
-else
-QEMU_SYSTEM=qemu-system-i386
+       QEMU_SYSTEM=qemu-system-x86_64
 fi
 
 if [[ $* == *" -no-kvm"* ]]; then