mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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
|
||||
'dhcpcd',
|
||||
'chkconfig',
|
||||
'openssh-client'
|
||||
'openssh-client',
|
||||
'grub2'
|
||||
])
|
||||
|
||||
exclude.update(['isc-dhcp-client',
|
||||
|
|
Loading…
Add table
Reference in a new issue