install grub

This commit is contained in:
Olivier Sallou 2013-07-10 14:55:27 +02:00
parent ed76870ec9
commit f9fafe71fb

View file

@ -29,6 +29,7 @@ class ImagePackages(Task):
'file',
# isc-dhcp-client doesn't work properly with ec2
'dhcpcd',
'grub2',
])
if manifest.virtualization == 'pvm':