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
ceeef220a6
commit
769f6d950c
1 changed files with 11 additions and 8 deletions
|
|
@ -389,7 +389,7 @@ getLink() {
|
||||||
url="$host/windows/vista/en_windows_vista_sp2_${PLATFORM,,}_dvd_342267.iso"
|
url="$host/windows/vista/en_windows_vista_sp2_${PLATFORM,,}_dvd_342267.iso"
|
||||||
;;
|
;;
|
||||||
"winxpx86")
|
"winxpx86")
|
||||||
url="$host/windows/xp/professional/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso"
|
url="$host/windows/xp/professional/en_windows_xp_professional_with_service_pack_3_x86_cd_x14-80428.iso"
|
||||||
;;
|
;;
|
||||||
"winxpx64")
|
"winxpx64")
|
||||||
url="$host/windows/xp/professional/en_win_xp_pro_${PLATFORM,,}_vl.iso"
|
url="$host/windows/xp/professional/en_win_xp_pro_${PLATFORM,,}_vl.iso"
|
||||||
|
|
@ -478,6 +478,9 @@ secondLink() {
|
||||||
"winxpx86")
|
"winxpx86")
|
||||||
url="$host/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso"
|
url="$host/en_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-73974.iso"
|
||||||
;;
|
;;
|
||||||
|
"winxpx64")
|
||||||
|
url="$host/en_win_xp_pro_${PLATFORM,,}_with_sp2_vl_x13-41611.iso"
|
||||||
|
;;
|
||||||
"core11")
|
"core11")
|
||||||
url="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20${PLATFORM,,}%20beta%201.iso"
|
url="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20${PLATFORM,,}%20beta%201.iso"
|
||||||
;;
|
;;
|
||||||
|
|
@ -586,17 +589,17 @@ configXP() {
|
||||||
sed -i '/^\[SCSI\]/s/$/\niaStor=\"Intel\(R\) SATA RAID\/AHCI Controller\"/' "$target/TXTSETUP.SIF"
|
sed -i '/^\[SCSI\]/s/$/\niaStor=\"Intel\(R\) SATA RAID\/AHCI Controller\"/' "$target/TXTSETUP.SIF"
|
||||||
sed -i '/^\[HardwareIdsDatabase\]/s/$/\nPCI\\VEN_8086\&DEV_2922\&CC_0106=\"iaStor\"/' "$target/TXTSETUP.SIF"
|
sed -i '/^\[HardwareIdsDatabase\]/s/$/\nPCI\\VEN_8086\&DEV_2922\&CC_0106=\"iaStor\"/' "$target/TXTSETUP.SIF"
|
||||||
|
|
||||||
local key pid setup
|
# Windows XP Pro generic key (no activation)
|
||||||
|
local key="DR8GV-C8V6J-BYXHG-7PYJR-DB66Y"
|
||||||
|
|
||||||
|
local pid setup
|
||||||
setup=$(find "$target" -maxdepth 1 -type f -iname setupp.ini | head -n 1)
|
setup=$(find "$target" -maxdepth 1 -type f -iname setupp.ini | head -n 1)
|
||||||
pid=$(<"$setup")
|
pid=$(<"$setup")
|
||||||
pid="${pid:(-3)}"
|
pid="${pid:(-4)}"
|
||||||
|
pid="${pid:0:3}"
|
||||||
|
|
||||||
if [[ "$pid" == "270" ]]; then
|
if [[ "$pid" == "270" ]]; then
|
||||||
key="XCYBK-2B3KV-G8T8F-WXJM7-WCTYT"
|
info "Warning: this ISO requires a volume license, it will reject the generic key during installation."
|
||||||
[[ "${arch,,}" == "amd64" ]] && key="VCFQD-V9FX9-46WVH-K3CD4-4J3JM"
|
|
||||||
else
|
|
||||||
key="DR8GV-C8V6J-BYXHG-7PYJR-DB66Y"
|
|
||||||
[[ "${arch,,}" == "amd64" ]] && key="J3TQR-Y79H8-QM8X8-3JD8K-9KXWM"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
find "$target" -maxdepth 1 -type f -iname winnt.sif -exec rm {} \;
|
find "$target" -maxdepth 1 -type f -iname winnt.sif -exec rm {} \;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue