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.
1 parent dfc1429 commit 1fe24cdCopy full SHA for 1fe24cd
1 file changed
cmds/webboot/types.go
@@ -19,6 +19,12 @@ type Distro struct {
19
}
20
21
var supportedDistros = map[string]Distro{
22
+ "MicroOS": Distro{
23
+ url: "https://download.opensuse.org/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso",
24
+ isoPattern: "^openSUSE-.+",
25
+ bootConfig: "grub",
26
+ kernelParams: "iso-scan/filename={{.IsoPath}}",
27
+ },
28
"Arch": Distro{
29
url: "https://mirrors.edge.kernel.org/archlinux/iso/2020.09.01/archlinux-2020.09.01-x86_64.iso",
30
isoPattern: "^archlinux-.+",
0 commit comments