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
|
phase = phases.preparation
|
||||||
|
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
packages = set(['debootstrap',
|
packages = set(['debootstrap'])
|
||||||
# To make sure a volume is not busy before unmounting we need lsof
|
|
||||||
'lsof',
|
|
||||||
])
|
|
||||||
if info.manifest.volume['filesystem'] == 'xfs':
|
if info.manifest.volume['filesystem'] == 'xfs':
|
||||||
packages.add('xfsprogs')
|
packages.add('xfsprogs')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue