3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/installer: grub1 needs /tmp to exist.

This commit is contained in:
Samuel Dionne-Riel 2018-09-17 00:24:01 -04:00
parent 932c8f4c13
commit b63c539bdc

View file

@ -563,6 +563,7 @@ in {
"swapon -L swap",
"mkfs.ext3 -L nixos /dev/sda2",
"mount LABEL=nixos /mnt",
"mkdir -p /mnt/tmp",
);
'';
grubVersion = 1;