Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit c417543

Browse files
committed
distros: add MicroOS
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent dfc1429 commit c417543

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmds/webboot/types.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ type Distro struct {
1919
}
2020

2121
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: "syslinux",
26+
kernelParams: "iso-scan/filename={{.IsoPath}}",
27+
},
2228
"Arch": Distro{
2329
url: "https://mirrors.edge.kernel.org/archlinux/iso/2020.09.01/archlinux-2020.09.01-x86_64.iso",
2430
isoPattern: "^archlinux-.+",

0 commit comments

Comments
 (0)