Skip to content

Commit 1d4e78e

Browse files
DLPX-96466 hv_kvp_daemon incorrectly calls hv_get_dhcp_info and hv_get_dns_info from /usr/libexec/hypervkvpd/
1 parent bf6f4cf commit 1d4e78e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

default-package-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function kernel_build() {
135135
#
136136
local debian_rules_args=(
137137
"do_dbgsym_package=true"
138-
"do_tools_common=false"
138+
"do_tools_common=true"
139139
"do_tools_host=false"
140140
"uefi_signed=false"
141141
"do_zfs=false"

packages/linux-kernel-azure/config.delphix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function prepare() {
3838
}
3939

4040
function build() {
41-
logmust kernel_build "azure"
41+
logmust kernel_build "azure" "do_tools_common=true"
4242
}
4343

4444
function update_upstream() {

0 commit comments

Comments
 (0)