Skip to content

Commit

Permalink
nixos/tests/installer: grub1 needs /tmp to exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Sep 17, 2018
1 parent 932c8f4 commit b63c539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ in {
"swapon -L swap",
"mkfs.ext3 -L nixos /dev/sda2",
"mount LABEL=nixos /mnt",
"mkdir -p /mnt/tmp",
);
'';
grubVersion = 1;
Expand Down

0 comments on commit b63c539

Please sign in to comment.