mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Dont require package sysv-rc to be installed
This commit is contained in:
parent
885ace7b48
commit
4b2711893f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class HostPackages(Task):
|
||||||
after = [packages.HostPackages]
|
after = [packages.HostPackages]
|
||||||
|
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
info.host_packages.update(['qemu-utils', 'parted', 'kpartx', 'sysv-rc'])
|
info.host_packages.update(['qemu-utils', 'parted', 'kpartx'])
|
||||||
if 'xfs' in (p.filesystem for p in info.volume.partition_map.partitions):
|
if 'xfs' in (p.filesystem for p in info.volume.partition_map.partitions):
|
||||||
info.host_packages.add('xfsprogs')
|
info.host_packages.add('xfsprogs')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue