mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
tests/installer: fix mount
This commit is contained in:
parent
d4a9645ef0
commit
8b36bf5c59
@ -419,7 +419,7 @@ in {
|
||||
"mkfs.ext4 -L root /dev/vda3",
|
||||
"mount LABEL=root /mnt",
|
||||
"mkdir /mnt/boot",
|
||||
"$(blkid -o export /dev/vda2); mount /dev/disk/by-uuid/$UUID /mnt/boot"
|
||||
"$(blkid -o export /dev/vda2); mount /dev/disk/by-uuid/\\$UUID /mnt/boot"
|
||||
);
|
||||
'';
|
||||
grubIdentifier = "provided";
|
||||
|
Loading…
Reference in New Issue
Block a user