Skip to content

Commit

Permalink
UPgrade Fedora Atomic 20180806.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2018
1 parent a02ef94 commit 30a0b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fedora.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ item Workstation ${ova} Workstation
item Atomic ${ova} Atomic
isset ${sku_type} || choose sku_type || goto fedora
set dir ${fedora_base_dir}/releases/${osversion}/${sku_type}/${arch}/os
iseq ${sku_type} Atomic && iseq ${osversion} 28 && set dir fedora-alt/atomic/stable/Fedora-Atomic-28-20180515.1/AtomicHost/x86_64/os ||
iseq ${sku_type} Atomic && iseq ${osversion} 28 && set dir fedora-alt/atomic/stable/Fedora-Atomic-28-20180806.0/AtomicHost/x86_64/os ||
iseq ${sku_type} Atomic && iseq ${osversion} 27 && set dir fedora-alt/atomic/stable/Fedora-Atomic-27-20180419.0/Atomic/x86_64/os ||
set ova ${ova} ${sku_type}
echo ${cls}
Expand Down

0 comments on commit 30a0b9d

Please sign in to comment.