Skip to content

Commit

Permalink
Merge pull request #401 from forkiesassds/patch-5
Browse files Browse the repository at this point in the history
bump to 5.1
  • Loading branch information
thelamer authored Dec 6, 2019
2 parents 83716f8 + d78d06e commit b0873c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/live-elementary.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ set os elementary OS
menu ${os} - Current Arch [ ${arch} ]
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
item --gap ${os} Versions
item elementaryos-5-default-squash ${space} ${os} 5.0 (Juno)
item elementaryos-5-default-squash ${space} ${os} 5.1 (Hera)
choose live_version || goto live_exit
goto ${live_version}

:elementaryos-5-default-squash
set squash_url ${live_endpoint}/ubuntu-squash/releases/download/5-8bd33b19/filesystem.squashfs
set squash_url ${live_endpoint}/ubuntu-squash/releases/download/5-14ff2c98/filesystem.squashfs
set kernel_url ${live_endpoint}/ubuntu-core-18.04/releases/download/4.15.0.20.23-91c3d317/
goto boot

Expand Down

0 comments on commit b0873c9

Please sign in to comment.