mirror of
https://github.com/dockur/windows.git
synced 2025-06-25 08:57:47 +00:00
Merge 6118cc2351
into 50f6467dea
This commit is contained in:
commit
c268296860
@ -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 \
|
||||
|
@ -104,8 +104,7 @@ finish() {
|
||||
pid="/var/run/tpm.pid"
|
||||
[ -s "$pid" ] && pKill "$(<"$pid")"
|
||||
|
||||
pid="/var/run/wsdd.pid"
|
||||
[ -s "$pid" ] && pKill "$(<"$pid")"
|
||||
fKill "wsdd2"
|
||||
|
||||
fKill "smbd"
|
||||
|
||||
|
@ -129,8 +129,7 @@ if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
|
||||
fi
|
||||
else
|
||||
# Enable Web Service Discovery on Vista and up
|
||||
wsdd -i "$interface" -p -n "$hostname" &
|
||||
echo "$!" > /var/run/wsdd.pid
|
||||
(sleep 30; wsdd2 -i "$interface" -N "$hostname" -d) &
|
||||
fi
|
||||
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user