-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathOSD.Workspace.json
More file actions
90 lines (90 loc) · 3.46 KB
/
OSD.Workspace.json
File metadata and controls
90 lines (90 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"links": {
"david": "https://linkedin.com/in/davidsegura",
"discord": "https://discord.com/channels/618712310185197588/621205976351113216",
"github": "https://github.com/OSDeploy/OSD.Workspace",
"michael": "https://linkedin.com/in/michael-a-escamilla",
"mmsmoa": "https://mmsmoa.com",
"nwscug": "https://nwscug.org",
"powershellgallery": "https://www.powershellgallery.com/packages/OSD.Workspace",
"wiki": "https://github.com/OSDeploy/OSD.Workspace/wiki",
"wpninjasch": "https://wpninjas.ch",
"wpninjasuk": "https://wpninjas.uk"
},
"path": "C:\\OSDWorkspace",
"paths": {
"root": "C:\\OSDWorkspace",
"build": "C:\\OSDWorkspace\\build",
"build_windows_os": "C:\\OSDWorkspace\\build\\windows-os",
"build_windows_pe": "C:\\OSDWorkspace\\build\\windows-pe",
"build_windows_re": "C:\\OSDWorkspace\\build\\windows-re",
"cache": "C:\\OSDWorkspace\\cache",
"winpe_apps": "C:\\OSDWorkspace\\cache\\winpe-apps",
"adk_versions": "C:\\OSDWorkspace\\cache\\adk-versions",
"powershell_modules": "C:\\OSDWorkspace\\cache\\powershell-modules",
"psrepository": "C:\\OSDWorkspace\\cache\\psrepository",
"winos_buildprofile": "C:\\OSDWorkspace\\cache\\winos-buildprofile",
"winpe_buildprofile": "C:\\OSDWorkspace\\cache\\winpe-buildprofile",
"docs": "C:\\OSDWorkspace\\docs",
"powershell_help": "C:\\OSDWorkspace\\docs\\powershell-help",
"library_default": "C:\\OSDWorkspace\\library\\default",
"library_local": "C:\\OSDWorkspace\\library",
"library_submodule": "C:\\OSDWorkspace\\submodules",
"source": "C:\\OSDWorkspace\\source",
"import_windows_os": "C:\\OSDWorkspace\\source\\windows-os",
"import_windows_re": "C:\\OSDWorkspace\\source\\windows-re"
},
// Defines the ADK OC Packages that are added by Build-OSDWorkspaceWinPE
"adkwinpepackages": [
"WMI",
"NetFx",
"Scripting",
"HTA",
"PowerShell",
"SecureStartup",
"ArchiveTools",
"DismCmdlets",
"Dot3Svc",
"EnhancedStorage",
"FMAPI",
"GamingPeripherals",
"HSP-Driver",
"PlatformId",
"PmemCmdlets",
"PPPoE",
"RNDIS",
"SecureBootCmdlets",
"StorageWMI",
"WDS-Tools",
"x64-Support",
"MDAC"
],
"winpeapps": {
"azcopy": {
"amd64": "https://aka.ms/downloadazcopy-v10-windows",
"arm64": "https://aka.ms/downloadazcopy-v10-windows-arm64"
},
"sevenzip": {
"extra": "https://github.com/ip7z/7zip/releases/download/26.00/7z2600-extra.7z",
"standalone": "https://github.com/ip7z/7zip/releases/download/26.00/7zr.exe",
"version": "26.00"
}
},
// Download URLs for Microsoft AzCopy10
// Defines the BootMedia used by Build-OSDWorkspaceWinPE
"bootmedia": {
"IsoName": "BootMedia.iso",
"Name": "BootMedia"
},
// Defines the BootMediaEX used by Build-OSDWorkspaceWinPE
"bootmediaex": {
"IsoName": "BootMediaEX.iso",
"Name": "BootMediaEX"
},
"module": {
"Docs": "https://github.com/OSDeploy/OSD.Workspace/tree/main/docs",
"Info": "https://www.osdeploy.com/",
"Issues": "https://github.com/OSDeploy/OSD.Workspace/issues",
"Project": "https://github.com/OSDeploy/OSD.Workspace"
}
}