Update build-installer-iso.yml
This commit is contained in:
@@ -2,10 +2,6 @@ name: Build bootc installer ISO
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- iso/bootc.ks
|
|
||||||
- .github/workflows/build-installer-iso.yml
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-iso:
|
build-iso:
|
||||||
@@ -24,10 +20,10 @@ jobs:
|
|||||||
syslinux-utils \
|
syslinux-utils \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
- name: Download Fedora Server ISO
|
- name: Download latest Fedora Server ISO
|
||||||
run: |
|
run: |
|
||||||
wget -O fedora-server.iso \
|
wget -O fedora-server.iso \
|
||||||
https://download.fedoraproject.org/pub/fedora/linux/releases/latest/Server/x86_64/iso/Fedora-Server-dvd-x86_64-40-1.14.iso
|
https://download.fedoraproject.org/pub/fedora/linux/releases/latest/Server/x86_64/iso/Fedora-Server-dvd-x86_64-latest.iso
|
||||||
|
|
||||||
- name: Install mkksiso
|
- name: Install mkksiso
|
||||||
run: |
|
run: |
|
||||||
@@ -38,7 +34,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build installer ISO
|
- name: Build installer ISO
|
||||||
run: |
|
run: |
|
||||||
mkksiso installer/bootc.ks \
|
mkksiso \
|
||||||
|
--ks installer/bootc.ks \
|
||||||
|
--cmdline "inst.ks=cdrom:/bootc.ks" \
|
||||||
fedora-server.iso \
|
fedora-server.iso \
|
||||||
fluffy-pancake-installer.iso
|
fluffy-pancake-installer.iso
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user