fix missing grub2 package

This commit is contained in:
Olivier Sallou 2013-08-12 16:06:56 +02:00
parent 7262ad997b
commit ee7ae81746

View file

@ -32,7 +32,8 @@ class ImagePackages(Task):
# isc-dhcp-client doesn't work properly with ec2
'dhcpcd',
'chkconfig',
'openssh-client'
'openssh-client',
'grub2'
])
exclude.update(['isc-dhcp-client',