fix: update to wsdd2

This commit is contained in:
Michal Lazo 2025-06-17 22:37:57 +02:00
parent 50f6467dea
commit 33bbf74055
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
RUN set -eu && \
apt-get update && \
apt-get --no-install-recommends -y install \
wsdd \
wsdd2 \
samba \
wimtools \
dos2unix \

View File

@ -129,7 +129,7 @@ if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
fi
else
# Enable Web Service Discovery on Vista and up
wsdd -i "$interface" -p -n "$hostname" &
wsdd2 -i "$interface" -H "$hostname" -N "$hostname" &
echo "$!" > /var/run/wsdd.pid
fi