We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97f0338 + 84a0e32 commit 01575e8Copy full SHA for 01575e8
src/parse_features.py
@@ -26,6 +26,7 @@
26
"gcpimage.tar.gz",
27
"chroot.test.log",
28
"chroot.test.xml",
29
+ "initrd.unified",
30
"pxe.tar.gz.log",
31
"root.squashfs",
32
"manifest.log",
@@ -93,6 +94,7 @@
93
94
"vmlinuz": "application/io.gardenlinux.kernel",
95
"vmlinuz.log": "application/io.gardenlinux.log",
96
"initrd": "application/io.gardenlinux.initrd",
97
+ "initrd.unified": "application/io.gardenlinux.initrd.unified",
98
"initrd.log": "application/io.gardenlinux.log",
99
"root.squashfs": "application/io.gardenlinux.squashfs",
100
"squashfs": "application/io.gardenlinux.squashfs",
0 commit comments