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

Commit

Permalink
distros: add MicroOS
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Maslowski <[email protected]>
  • Loading branch information
orangecms committed May 23, 2021
1 parent dfc1429 commit 1fe24cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmds/webboot/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ type Distro struct {
}

var supportedDistros = map[string]Distro{
"MicroOS": Distro{
url: "https://download.opensuse.org/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso",
isoPattern: "^openSUSE-.+",
bootConfig: "grub",
kernelParams: "iso-scan/filename={{.IsoPath}}",
},
"Arch": Distro{
url: "https://mirrors.edge.kernel.org/archlinux/iso/2020.09.01/archlinux-2020.09.01-x86_64.iso",
isoPattern: "^archlinux-.+",
Expand Down

0 comments on commit 1fe24cd

Please sign in to comment.