Package: vmdb2 / 0.27+really.0.26-1+deb12u1

Metadata

Package Version Patches format
vmdb2 0.27+really.0.26-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_set_architecture_for_later_stages | (download)

arm64-uefi.vmdb | 34 23 + 11 - 0 !
vmdb/plugins/debootstrap_plugin.py | 10 6 + 4 - 0 !
2 files changed, 29 insertions(+), 15 deletions(-)

 fix(debootstrap plugin): set architecture for later stages
 debootstrap takes an architecture argument, but does not propagate that
 to later stages of the image build. This causes, for example, the GRUB
 plugin to fail to install the correct packages when creating an images
 for a foreign archiecture.
 .
 The call to dpkg --print-architecture to discover the native
 architecture is already done when state is first populated, so there is
 no need to do it again in the grub plugin.
 .
 This patch has been accepted in the upstream Git repo (commits 28813c,
 395bb4). It should be dropped in the next upstream release.

omit_new_ext4_flags | (download)

vmdb/plugins/mkfs_plugin.py | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 when initializing an ext4 filesystem, omit flags incompatible with old grubs

set_UTF8_locale | (download)

vmdb/runcmd.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---