tests/installer: fix mount
This commit is contained in:
parent
d4a9645ef0
commit
8b36bf5c59
@ -419,7 +419,7 @@ in {
|
|||||||
"mkfs.ext4 -L root /dev/vda3",
|
"mkfs.ext4 -L root /dev/vda3",
|
||||||
"mount LABEL=root /mnt",
|
"mount LABEL=root /mnt",
|
||||||
"mkdir /mnt/boot",
|
"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";
|
grubIdentifier = "provided";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user