mirror of
https://github.com/dockur/windows.git
synced 2025-10-17 13:32:23 +00:00
fix: Remove variable
This commit is contained in:
parent
7a0be8950c
commit
a098158beb
@ -22,7 +22,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
|||||||
else
|
else
|
||||||
hostname="host.lan"
|
hostname="host.lan"
|
||||||
case "${NETWORK,,}" in
|
case "${NETWORK,,}" in
|
||||||
"user"* | "passt" | "slirp" )
|
"passt" | "slirp" )
|
||||||
interfaces="lo"
|
interfaces="lo"
|
||||||
socket="127.0.0.1" ;;
|
socket="127.0.0.1" ;;
|
||||||
*)
|
*)
|
||||||
@ -167,7 +167,6 @@ case "${NETWORK,,}" in
|
|||||||
return 0 ;;
|
return 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
|
if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
|
||||||
|
|
||||||
# Enable NetBIOS on Windows 7 and lower
|
# Enable NetBIOS on Windows 7 and lower
|
||||||
|
Loading…
Reference in New Issue
Block a user