Skip to content

Commit

Permalink
Merge pull request #130 from MusicDin/feat/distro-names
Browse files Browse the repository at this point in the history
Add pretty distro names
  • Loading branch information
tomponline authored Apr 8, 2024
2 parents 611e74b + 6d59efc commit 2894669
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/almalinux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: almalinux

simplestream:
distro_name: AlmaLinux

source:
downloader: almalinux-http
url: https://mirror.csclub.uwaterloo.ca/almalinux
Expand Down
3 changes: 3 additions & 0 deletions images/alt.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: "altlinux"

simplestream:
distro_name: ALT

source:
downloader: alt-http
url: https://mirror.yandex.ru/altlinux/images/
Expand Down
2 changes: 2 additions & 0 deletions images/amazonlinux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
image:
distribution: amazonlinux

simplestream:
distro_name: Amazon Linux

simplestream:
requirements:
Expand Down
3 changes: 3 additions & 0 deletions images/apertis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ image:
Apertis {{ image.architecture }} {{ image.variant }} {{ image.release }} {{ image.serial }}
variant: sysroot

simplestream:
distro_name: Apertis

source:
downloader: apertis-http
url: https://images.apertis.org
Expand Down
1 change: 1 addition & 0 deletions images/archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ image:
distribution: archlinux

simplestream:
distro_name: Arch Linux
requirements:
- requirements:
secure_boot: false
Expand Down
3 changes: 3 additions & 0 deletions images/busybox.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: busybox

simplestream:
distro_name: BusyBox

source:
downloader: busybox
url: https://busybox.net/downloads/
Expand Down
1 change: 1 addition & 0 deletions images/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ image:
distribution: centos

simplestream:
distro_name: CentOS
requirements:
- requirements:
cgroup: v1
Expand Down
1 change: 1 addition & 0 deletions images/nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ image:
distribution: nixos

simplestream:
distro_name: NixOS
requirements:
- requirements:
secure_boot: false
Expand Down
5 changes: 5 additions & 0 deletions images/openeuler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ image:
distribution: openEuler
description: |-
openEuler {{ image.release }}
simplestream:
distro_name: openEuler

source:
downloader: openeuler-http
url: https://repo.openeuler.org

targets:
lxc:
create_message: |
Expand Down
3 changes: 3 additions & 0 deletions images/opensuse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: openSUSE

simplestream:
distro_name: openSUSE

source:
downloader: opensuse-http
keys:
Expand Down
3 changes: 3 additions & 0 deletions images/openwrt.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: OpenWrt

simplestream:
distro_name: OpenWRT

source:
downloader: openwrt-http
url: https://downloads.openwrt.org
Expand Down
3 changes: 3 additions & 0 deletions images/pld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ image:
distribution: pld
variant: minimal

simplestream:
distro_name: PLD

source:
downloader: docker-http

Expand Down
3 changes: 3 additions & 0 deletions images/rockylinux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: rockylinux

simplestream:
distro_name: RockyLinux

source:
downloader: rockylinux-http
url: https://download.rockylinux.org/pub/rocky/
Expand Down
3 changes: 3 additions & 0 deletions images/voidlinux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
image:
distribution: "voidlinux"

simplestream:
distro_name: Void Linux

source:
downloader: voidlinux-http
url: https://mirrors.servercentral.com/voidlinux/live/current/
Expand Down

0 comments on commit 2894669

Please sign in to comment.