forked from mirrors/nixpkgs
nixos/tests/installer: grub1 needs /tmp to exist.
This commit is contained in:
parent
932c8f4c13
commit
b63c539bdc
|
@ -563,6 +563,7 @@ in {
|
|||
"swapon -L swap",
|
||||
"mkfs.ext3 -L nixos /dev/sda2",
|
||||
"mount LABEL=nixos /mnt",
|
||||
"mkdir -p /mnt/tmp",
|
||||
);
|
||||
'';
|
||||
grubVersion = 1;
|
||||
|
|
Loading…
Reference in a new issue