Skip to content

Commit

Permalink
Merge pull request #8 from matthewbauer/patch-1
Browse files Browse the repository at this point in the history
Small fix for "rootdisk.img" not found
  • Loading branch information
cleverca22 authored Jun 30, 2018
2 parents 339444a + 679521c commit d55aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-build-slave.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
export PATH=${pkgs.coreutils}/bin/:$PATH
rm rootdisk.img
rm -f rootdisk.img
truncate -s ${rootsize} rootdisk.img
exec ${pkgs.qemu_kvm}/bin/qemu-kvm -name buildSlave -m ${toString memory} \
Expand Down

0 comments on commit d55aa5c

Please sign in to comment.