mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
fix missing grub2 package
This commit is contained in:
parent
7262ad997b
commit
ee7ae81746
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ class ImagePackages(Task):
|
||||||
# isc-dhcp-client doesn't work properly with ec2
|
# isc-dhcp-client doesn't work properly with ec2
|
||||||
'dhcpcd',
|
'dhcpcd',
|
||||||
'chkconfig',
|
'chkconfig',
|
||||||
'openssh-client'
|
'openssh-client',
|
||||||
|
'grub2'
|
||||||
])
|
])
|
||||||
|
|
||||||
exclude.update(['isc-dhcp-client',
|
exclude.update(['isc-dhcp-client',
|
||||||
|
|
Loading…
Add table
Reference in a new issue