mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
feat: Added support for Windows 7 x86 (#503)
This commit is contained in:
parent
fb690f2487
commit
b0573664de
4 changed files with 12 additions and 5 deletions
|
|
@ -72,14 +72,14 @@ mkdir -p "$share"
|
|||
|
||||
! smbd && smbd --debug-stdout
|
||||
|
||||
isXP="N"
|
||||
legacy="N"
|
||||
|
||||
if [ -f "$STORAGE/windows.old" ]; then
|
||||
MT=$(<"$STORAGE/windows.old")
|
||||
[[ "${MT,,}" == "pc-q35-2"* ]] && isXP="Y"
|
||||
[[ "${MT,,}" == "pc-q35-2"* ]] && legacy="Y"
|
||||
fi
|
||||
|
||||
if [[ "$isXP" == [Yy1]* ]]; then
|
||||
if [[ "$legacy" == [Yy1]* ]]; then
|
||||
[[ "$DHCP" == [Yy1]* ]] && return 0
|
||||
# Enable NetBIOS on Windows XP
|
||||
! nmbd && nmbd --debug-stdout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue