Fix GRUB_TERMINAL

Fix a typo.

Change-Id: I3545ddcfa7c8ca21ed6357ebb73f3de2bd323063
This commit is contained in:
stephane 2015-09-11 13:49:11 -07:00
parent 5cff30dc26
commit dff4fbc288

@ -46,7 +46,7 @@
- name: "Disable Grub Prober"
shell: echo "GRUB_DISABLE_OS_PROBER=true" >>/etc/default/grub
- name: "Disable Grub Prober"
shell: echo 'GRUB_TERMIAL="serial console"' >>/etc/default/grub
shell: echo 'GRUB_TERMINAL="serial console"' >>/etc/default/grub
- name: "Run the grub-install tool"
command: chroot /mnt/bootimg grub-install --boot-directory=/boot --modules="biosdisk part_msdos" "{{stored_value_loopback_alpha.stdout}}"
- name: "Unlink /dev/bootimg/dev"