From 874864ddda24cdb38a38d62ecf71084cf3047a4d Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 19 Aug 2018 20:39:08 +0200 Subject: Raise max output limit to 1M --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index a0b61a2..ea2ec00 100644 --- a/default.nix +++ b/default.nix @@ -390,7 +390,7 @@ rec { ${qemu}/bin/qemu-system-x86_64 \ ${commonQemuOptions} ${qemuDriveOptions (builtins.attrValues storeDrives)} \ - -incoming 'exec:${lz4}/bin/lz4 -d ${suspension args}' | ${dos2unix}/bin/dos2unix -f | head -c 500 + -incoming 'exec:${lz4}/bin/lz4 -d ${suspension args}' | ${dos2unix}/bin/dos2unix -f | head -c 1M # ^ qemu incorrectly does crlf conversion, check in the future if still necessary '' // args; -- cgit v1.2.3