mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Merge pull request #673 from netbootxyz/coreos
Adds various Fedora CoreOS Channels
This commit is contained in:
commit
5c7174bfbb
2 changed files with 8 additions and 2 deletions
|
|
@ -138,8 +138,12 @@ releases:
|
|||
mirror: https://builds.coreos.fedoraproject.org
|
||||
name: Fedora CoreOS
|
||||
versions:
|
||||
- code_name: 31.20200113.3.1
|
||||
name: '31'
|
||||
- code_name: 32.20200629.3.0
|
||||
name: 'Stable'
|
||||
- code_name: 32.20200629.2.0
|
||||
name: 'Testing'
|
||||
- code_name: 32.20200625.1.0
|
||||
name: 'Next'
|
||||
debian:
|
||||
archive_mirror: http://archive.debian.org
|
||||
base_dir: debian
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ item install_dev ${space} Set install device: ${install_device}
|
|||
item ignition_config ${space} Set ignition config url: ${ignition_url}
|
||||
choose --default ${core_version} core_version || goto coreos_exit
|
||||
echo ${cls}
|
||||
iseq ${core_version} ignition_config && goto ignition_config ||
|
||||
iseq ${core_version} install_dev && goto install_dev ||
|
||||
goto core_boot ||
|
||||
goto coreos_exit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue