diff --git a/katsu/modules/flagship/flagship-live-anaconda.yaml b/katsu/modules/flagship/flagship-live-anaconda.yaml new file mode 100644 index 0000000..53ac93e --- /dev/null +++ b/katsu/modules/flagship/flagship-live-anaconda.yaml @@ -0,0 +1,28 @@ +builder: dnf + +import: + - ../base/base.yaml + - ../live/live.yaml + - ../live/anaconda.yaml + - flagship.yaml + +distro: Ultramarine Linux 41 (Flagship Edition) + +out_file: ultramarine-flagship-41-live-anaconda.iso + +bootloader: grub + +kernel_cmdline: "quiet rhgb" + +iso: + volume_id: UM-Flagship-Live-Anaconda + +scripts: + post: + - id: flagship-live + name: Set up Flagship Live + file: ./flagship-live.sh + +dnf: + releasever: 41 + exec: dnf4 diff --git a/katsu/modules/gnome/gnome-live-anaconda.yaml b/katsu/modules/gnome/gnome-live-anaconda.yaml new file mode 100644 index 0000000..7859207 --- /dev/null +++ b/katsu/modules/gnome/gnome-live-anaconda.yaml @@ -0,0 +1,28 @@ +builder: dnf + +import: + - ../base/base.yaml + - ../live/live.yaml + - ../live/anaconda.yaml + - gnome.yaml + +distro: Ultramarine GNOME 41 + +out_file: ultramarine-gnome-41-live-anaconda.iso + +bootloader: grub + +kernel_cmdline: "quiet rhgb" + +iso: + volume_id: UM-Gn-Live-Anaconda + +scripts: + post: + - id: gnome-live + name: Set up GNOME Live + file: gnome-live.sh + +dnf: + releasever: 41 + exec: dnf4 diff --git a/katsu/modules/plasma/plasma-live-anaconda.yaml b/katsu/modules/plasma/plasma-live-anaconda.yaml new file mode 100644 index 0000000..4597f2d --- /dev/null +++ b/katsu/modules/plasma/plasma-live-anaconda.yaml @@ -0,0 +1,28 @@ +builder: dnf + +import: + - ../base/base.yaml + - ../live/live.yaml + - ../live/anaconda.yaml + - plasma.yaml + +distro: Ultramarine Linux 41 (Plasma Edition) + +out_file: ultramarine-plasma-41-live-anaconda.iso + +scripts: + post: + - id: plasma-live + name: Set up Plasma Live + file: ./plasma-live.sh + +bootloader: grub + +kernel_cmdline: "quiet rhgb" + +iso: + volume_id: UM-Kd-Live-Anaconda + +dnf: + releasever: 41 + exec: dnf4 diff --git a/katsu/modules/xfce/xfce-live-anaconda.yaml b/katsu/modules/xfce/xfce-live-anaconda.yaml new file mode 100644 index 0000000..f24f966 --- /dev/null +++ b/katsu/modules/xfce/xfce-live-anaconda.yaml @@ -0,0 +1,28 @@ +builder: dnf + +import: + - ../base/base.yaml + - ../live/live.yaml + - ../live/anaconda.yaml + - xfce.yaml + +distro: Ultramarine Linux 41 (Xfce Edition) + +out_file: ultramarine-xfce-41-live-anaconda.iso + +bootloader: grub + +kernel_cmdline: "quiet rhgb" + +iso: + volume_id: UM-Xfce-Live-Anaconda + +scripts: + post: + - id: xfce-live + name: Set up XFCE Live + file: ./xfce-live.sh + +dnf: + releasever: 41 + exec: dnf4