-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolchains.json
More file actions
96 lines (96 loc) · 3.84 KB
/
Copy pathtoolchains.json
File metadata and controls
96 lines (96 loc) · 3.84 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
91
92
93
94
95
96
{
"schemaVersion": 1,
"artifacts": [
{
"id": "grub-uefi-x86_64",
"displayName": "GRUB x86_64 UEFI",
"version": "Ubuntu 24.04 package",
"kind": "bootloader",
"platform": "uefi-x86_64",
"fileName": "grubx64.efi",
"requiredForInstall": true,
"signed": false,
"sourceUrl": "https://packages.ubuntu.com/noble/grub-efi-amd64-bin",
"license": "GPL-3.0-or-later",
"notes": "Standalone GRUB EFI binary with FAT, NTFS, EXT, Btrfs, GPT, Linux, chainloader, and search modules. Secure Boot must be disabled."
},
{
"id": "installer-kernel-x86_64",
"displayName": "Linux installer kernel",
"version": "Alpine 3.22 linux-lts",
"kind": "installer-kernel",
"platform": "linux-x86_64",
"fileName": "installer.vmlinuz",
"requiredForInstall": true,
"signed": false,
"sourceUrl": "https://pkgs.alpinelinux.org/package/v3.22/main/x86_64/linux-lts",
"license": "GPL-2.0-only",
"notes": "Generic x86_64 kernel used for the installer boot and the installed system."
},
{
"id": "installer-initramfs-x86_64",
"displayName": "Linux installer initramfs",
"version": "Alpine 3.22",
"kind": "installer-initramfs",
"platform": "linux-x86_64",
"fileName": "installer.initrd",
"requiredForInstall": true,
"signed": false,
"sourceUrl": "https://hub.docker.com/_/alpine",
"license": "Mixed open-source licenses",
"notes": "Boot runtime that locates the staged configuration, executes the Bash toolchain, or mounts an installed root filesystem."
},
{
"id": "filesystem-tools-x86_64",
"displayName": "Linux EXT4 and Btrfs filesystem and shell tools",
"version": "Alpine 3.22",
"kind": "linux-toolchain",
"platform": "linux-x86_64",
"fileName": "filesystem-tools-x86_64.tar.zst",
"requiredForInstall": true,
"signed": false,
"sourceUrl": "https://hub.docker.com/_/alpine",
"license": "Mixed open-source licenses",
"notes": "Bash installer userspace containing e2fsprogs, btrfs-progs, GPT, FAT, mount, JSON, archive, and post-setup scripts."
},
{
"id": "winbtrfs-x64-unsigned",
"displayName": "WinBtrfs x64 source build",
"version": "1.9",
"kind": "windows-driver-development",
"platform": "windows-x64",
"fileName": "winbtrfs-1.9-x64-unsigned.zip",
"requiredForInstall": false,
"signed": false,
"sourceUrl": "https://github.com/maharmstone/btrfs/tree/v1.9",
"license": "LGPL-3.0-or-later",
"notes": "Development-only source build. Windows will not load this driver under normal signature enforcement."
},
{
"id": "winbtrfs-x64-signed",
"displayName": "WinBtrfs signed driver package",
"version": "1.9",
"kind": "windows-driver",
"platform": "windows-x64",
"fileName": "winbtrfs-1.9-x64-signed.zip",
"requiredForInstall": true,
"signed": true,
"sourceUrl": "https://github.com/maharmstone/btrfs/releases/tag/v1.9",
"license": "LGPL-3.0-or-later",
"notes": "Official signed package downloaded and unpacked into the per-installation session. It is not silently persisted in the Windows Driver Store."
},
{
"id": "ext4fsd-signed-installer",
"displayName": "Ext4Fsd signed driver installer",
"version": "0.71",
"kind": "windows-driver-installer",
"platform": "windows-x64",
"fileName": "ext4fsd-0.71-signed-setup.exe",
"requiredForInstall": true,
"signed": true,
"sourceUrl": "https://github.com/bobranten/Ext4Fsd/releases/tag/v0.71",
"license": "GPL-2.0-only",
"notes": "Official signed installer downloaded into the per-installation session. The booted Linux toolchain performs EXT4 work without installing this legacy driver system-wide."
}
]
}