mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update define.sh
This commit is contained in:
parent
3c115f1117
commit
f098cb16d2
1 changed files with 10 additions and 1 deletions
|
|
@ -365,6 +365,7 @@ printVersion() {
|
|||
"win9x"* ) desc="Windows ME" ;;
|
||||
"win98"* ) desc="Windows 98" ;;
|
||||
"win95"* ) desc="Windows 95" ;;
|
||||
"win2k"* ) desc="Windows 2000" ;;
|
||||
"winvista"* ) desc="Windows Vista" ;;
|
||||
"win2025"* ) desc="Windows Server 2025" ;;
|
||||
"win2022"* ) desc="Windows Server 2022" ;;
|
||||
|
|
@ -1948,6 +1949,14 @@ prepare9x() {
|
|||
return 1
|
||||
}
|
||||
|
||||
prepare2k() {
|
||||
|
||||
local dir="$2"
|
||||
ETFS="[BOOT]/Boot-NoEmul.img"
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
prepareXP() {
|
||||
|
||||
local dir="$2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue