Skip to content

Commit

Permalink
Translate guestfs-tools to libguestfs
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCai7 committed Dec 16, 2024
1 parent 60ade42 commit 5f0d4b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/main_common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2398,6 +2398,8 @@ sub set_mu_virt_vars {
$_update_package = $_pkg;
} elsif ($_pkg =~ /libvirt/) {
$_update_package = 'libvirt-client';
} elsif ($_pkg =~ /guestfs-tools/) {
$_update_package = 'libguestfs';
} else {
$_update_package = 'kernel-default';
}
Expand Down

0 comments on commit 5f0d4b4

Please sign in to comment.