| |
@@ -22,9 +22,7 @@
|
| |
"raw.xz": "Raw",
|
| |
"4k.raw.xz": "Raw (4k Native)",
|
| |
"iso": "ISO",
|
| |
- "pxe": "PXE",
|
| |
- "installer.iso": "Installer (ISO)",
|
| |
- "installer-pxe": "Installer (PXE)"
|
| |
+ "pxe": "PXE"
|
| |
},
|
| |
"qemu": "QEMU",
|
| |
"virtualbox": "VirtualBox",
|
| |
@@ -896,7 +894,8 @@
|
| |
displayInfo.downloads ? h('div', { class: "ml-2" }, [
|
| |
createDownloadsSubSection(displayInfo.downloads.disk, 'disk', false, imageType),
|
| |
createDownloadsSubSection(displayInfo.downloads.kernel, 'kernel', true, imageType),
|
| |
- createDownloadsSubSection(displayInfo.downloads.initramfs, 'initramfs', true, imageType)
|
| |
+ createDownloadsSubSection(displayInfo.downloads.initramfs, 'initramfs', true, imageType),
|
| |
+ createDownloadsSubSection(displayInfo.downloads.rootfs, 'rootfs', true, imageType)
|
| |
]) : null
|
| |
]);
|
| |
}));
|
| |
Also drop the pretty names for the old installer images.