mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
add missing kpartx package for Host
This commit is contained in:
parent
e6ec040b27
commit
929a77b5a3
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ class HostPackages(Task):
|
|||
after = [packages.HostPackages]
|
||||
|
||||
def run(self, info):
|
||||
info.host_packages.update(['qemu-utils', 'parted', 'grub2', 'sysv-rc'])
|
||||
info.host_packages.update(['qemu-utils', 'parted', 'grub2', 'sysv-rc', 'kpartx'])
|
||||
if info.manifest.volume['filesystem'] == 'xfs':
|
||||
info.host_packages.add('xfsprogs')
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ class HostPackages(Task):
|
|||
after = [packages.HostPackages]
|
||||
|
||||
def run(self, info):
|
||||
info.host_packages.update(['qemu-utils', 'parted', 'grub2', 'sysv-rc'])
|
||||
info.host_packages.update(['qemu-utils', 'parted', 'grub2', 'sysv-rc', 'kpartx'])
|
||||
if info.manifest.volume['filesystem'] == 'xfs':
|
||||
info.host_packages.add('xfsprogs')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue