mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove lsof as a required package
This commit is contained in:
parent
8bcc0ca2ad
commit
b444b9ebf3
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@ class HostPackages(Task):
|
|||
phase = phases.preparation
|
||||
|
||||
def run(self, info):
|
||||
packages = set(['debootstrap',
|
||||
# To make sure a volume is not busy before unmounting we need lsof
|
||||
'lsof',
|
||||
])
|
||||
packages = set(['debootstrap'])
|
||||
if info.manifest.volume['filesystem'] == 'xfs':
|
||||
packages.add('xfsprogs')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue