Unverified Commit 4f9fe889 authored by Luke Granger-Brown's avatar Luke Granger-Brown Committed by GitHub
Browse files

Merge pull request #121548 from lukegb/bios-usb-better

nixos/tests/installer: fix for i686-linux
parents d23610ae b942e0f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ let
    else ''
      def assemble_qemu_flags():
          flags = "-cpu max"
          ${if system == "x86_64-linux"
          ${if (system == "x86_64-linux" || system == "i686-linux")
            then ''flags += " -m 1024"''
            else ''flags += " -m 768 -enable-kvm -machine virt,gic-version=host"''
          }