mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Minimize required image packages
This commit is contained in:
parent
53991bdad7
commit
5dcec10d65
1 changed files with 2 additions and 5 deletions
|
@ -17,11 +17,8 @@ class ImagePackages(Task):
|
|||
|
||||
def run(self, info):
|
||||
# Add some basic packages we are going to need
|
||||
include = set(['udev',
|
||||
'openssh-server',
|
||||
# We could bootstrap without locales, but things just suck without them, error messages etc.
|
||||
'locales',
|
||||
])
|
||||
# We could bootstrap without locales, but things just suck without them, error messages etc.
|
||||
include = set(['locales'])
|
||||
exclude = set()
|
||||
|
||||
info.img_packages = include, exclude
|
||||
|
|
Loading…
Add table
Reference in a new issue