tests/installer: fix mount

This commit is contained in:
William A. Kennington III 2014-05-01 23:52:06 -05:00
parent d4a9645ef0
commit 8b36bf5c59

View file

@ -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";