-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathtools-profiles.json
More file actions
74 lines (74 loc) · 2.96 KB
/
Copy pathtools-profiles.json
File metadata and controls
74 lines (74 loc) · 2.96 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
{
"version": "0.1.72",
"tools": [
{
"name": "gparted",
"display_name": "GParted Live",
"description": "Partition editor for managing disk partitions",
"version": "0.1.72",
"download_url": "https://downloads.sourceforge.net/project/gparted/gparted-live-stable/1.8.1-2/gparted-live-1.8.1-2-amd64.zip",
"kernel_path": "live/vmlinuz",
"initrd_path": "live/initrd.img",
"boot_params": "boot=live config components union=overlay username=user noswap noeject vga=788 fetch={{HTTP_URL}}/tools/gparted/live/filesystem.squashfs",
"archive_type": "zip"
},
{
"name": "clonezilla",
"display_name": "Clonezilla Live",
"description": "Disk cloning and imaging tool",
"version": "0.1.72",
"download_url": "https://downloads.sourceforge.net/project/clonezilla/clonezilla_live_stable/3.2.2-5/clonezilla-live-3.2.2-5-amd64.zip",
"kernel_path": "live/vmlinuz",
"initrd_path": "live/initrd.img",
"boot_params": "boot=live config components union=overlay username=user noswap noeject vga=788 fetch={{HTTP_URL}}/tools/clonezilla/live/filesystem.squashfs",
"archive_type": "zip"
},
{
"name": "memtest86plus",
"display_name": "Memtest86+",
"description": "Memory testing and diagnostics",
"version": "0.1.72",
"download_url": "https://memtest.org/download/v7.20/mt86plus_7.20.binaries.zip",
"kernel_path": "memtest64.bin",
"initrd_path": "",
"boot_params": "",
"boot_method": "kernel",
"archive_type": "zip"
},
{
"name": "systemrescue",
"display_name": "SystemRescue",
"description": "Linux rescue toolkit for file recovery, disk repair, and network tools",
"version": "0.1.72",
"download_url": "https://fastly-cdn.system-rescue.org/releases/13.00/systemrescue-13.00-amd64.iso",
"kernel_path": "sysresccd/boot/x86_64/vmlinuz",
"initrd_path": "sysresccd/boot/intel_ucode.img",
"boot_params": "archisobasedir=sysresccd archiso_http_srv={{HTTP_URL}}/tools/systemrescue/ checksum ip=dhcp",
"archive_type": "iso"
},
{
"name": "shredos",
"display_name": "ShredOS",
"description": "Secure disk wiping based on nwipe",
"version": "0.1.72",
"download_url": "https://github.com/PartialVolume/shredos.x86_64/releases/download/v2025.11_29_x86-64_0.40/shredos-2025.11_29_x86-64_v0.40_20260402.img",
"kernel_path": "shredos.img",
"initrd_path": "",
"boot_params": "",
"boot_method": "memdisk",
"archive_type": "bin"
},
{
"name": "netbootxyz",
"display_name": "Netboot.xyz",
"description": "Chainload into netboot.xyz for hundreds of OS installers and tools",
"version": "0.1.72",
"download_url": "https://boot.netboot.xyz/ipxe/netboot.xyz.efi",
"kernel_path": "netboot.xyz.efi",
"initrd_path": "",
"boot_params": "",
"boot_method": "chain",
"archive_type": "bin"
}
]
}