From 64d83bc50d72f4407380771a5d9b7018c1199bb0 Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Fri, 22 Mar 2024 13:45:18 +0800 Subject: [PATCH] increase qemu image size --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f23426f..1ef9d92 100644 --- a/flake.nix +++ b/flake.nix @@ -371,7 +371,7 @@ export PATH=${pkgs.qemu}/bin:$PATH IMGDIR=$(mktemp -d /tmp/not-os-qemu-XXXXXX) BASE=$(realpath $(dirname $0)) - qemu-img create -F raw -f qcow2 -b $BASE/sd-image.img $IMGDIR/sd-overlay.qcow2 512M + qemu-img create -F raw -f qcow2 -b $BASE/sd-image.img $IMGDIR/sd-overlay.qcow2 4G # Some command arguments are based from samples in Xilinx QEMU User Documentation # See: https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821854273/Running+Bare+Metal+Applications+on+QEMU