Index: create_legacy_bootloader_templates.sh |
diff --git a/create_legacy_bootloader_templates.sh b/create_legacy_bootloader_templates.sh |
index 955da4826dd8fd8b6cd152b1d00ad542e3c4a8fd..8bfa761617b5d83d52f1641ba613f3f797ce0750 100755 |
--- a/create_legacy_bootloader_templates.sh |
+++ b/create_legacy_bootloader_templates.sh |
@@ -191,11 +191,11 @@ menuentry "local image B" { |
} |
menuentry "verified image A" { |
- linux \$grubpartA/boot/vmlinuz ${common_args} ${verity_common} i915.modeset=1 cros_efi root=/dev/dm-0 dm="DMTABLEA" |
+ linux \$grubpartA/boot/vmlinuz ${common_args} ${verity_common} i915.modeset=1 cros_efi root=/dev/dm-0 dm=\\"DMTABLEA\\" |
} |
menuentry "verified image B" { |
- linux \$grubpartB/boot/vmlinuz ${common_args} ${verity_common} i915.modeset=1 cros_efi root=/dev/dm-0 dm="DMTABLEB" |
+ linux \$grubpartB/boot/vmlinuz ${common_args} ${verity_common} i915.modeset=1 cros_efi root=/dev/dm-0 dm=\\"DMTABLEB\\" |
} |
# FIXME: usb doesn't support verified boot for now |