forked from Azure/repair-script-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.json
More file actions
42 lines (42 loc) · 1.4 KB
/
Copy pathmap.json
File metadata and controls
42 lines (42 loc) · 1.4 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
[
{
"id" : "win-hello-world",
"path" : "src/windows/win-hello-world.ps1",
"description" : "Hello world test script"
},
{
"id" : "linux-hello-world",
"path" : "src/linux/linux-hello-world.sh",
"description" : "Hello world test script"
},
{
"id" : "win-error-test",
"path" : "src/windows/win-error-test.ps1",
"description" : "Error test script"
},
{
"id" : "linux-error-test",
"path" : "src/linux/linux-error-test.sh",
"description" : "Error test script"
},
{
"id" : "win-chkdsk-fs-corruption",
"path" : "src/windows/win-chkdsk-fs-corruption.ps1",
"description" : "Runs chkdsk to fix file system corruption"
},
{
"id" : "win-sfc-sf-corruption",
"path" : "src/windows/win-sfc-sf-corruption.ps1",
"description" : "Runs sfc to fix system file corruption"
},
{
"id" : "win-bcdedit-ignoreAllFailure",
"path" : "src/windows/win-ignoreAllFailures.ps1",
"description" : "Ignore errors if there is a failed boot, failed shutdown, or failed checkpoint. The computer will attempt to boot normally after an error occurs."
},
{
"id" : "linux-alar-fki",
"path" : "src/linux/linux-alar-fki.sh",
"description" : "alar-fki allows to recover a failed VM. Three recover scenarios are possible: fstab, initrd and kernel. NOTE: use option --run-on-repair. Se the docu for more details: https://github.com/Azure/repair-script-library/blob/master/src/linux/common/helpers/alar/README.md"
}
]