Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nextgen-router
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
nextgen-router
Commits
97c8993b
Commit
97c8993b
authored
Apr 22, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
75ad320a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
files/pxe/pxe-menus/ubuntu.ipxe
files/pxe/pxe-menus/ubuntu.ipxe
+4
-4
No files found.
files/pxe/pxe-menus/ubuntu.ipxe
View file @
97c8993b
...
...
@@ -13,7 +13,7 @@ clear older_release
set install_type deb
menu ${os} - ${arch_a}
item --gap Latest Releases
item j
emmy ${space} ${os} 22.04 LTS Je
mmy Jellyfish
item j
ammy ${space} ${os} 22.04 LTS Ja
mmy Jellyfish
item focal ${space} ${os} 20.04 LTS Focal Fossa
item bionic ${space} ${os} 18.04 LTS Bionic Beaver
item xenial ${space} ${os} 16.04 LTS Xenial Xerus
...
...
@@ -21,7 +21,7 @@ item --gap Older Releases
item older_release ${space} Set release codename...
choose ubuntu_version || goto ubuntu_exit
iseq ${ubuntu_version} older_release && goto older_release ||
iseq ${ubuntu_version} j
e
mmy && set install_type sub ||
iseq ${ubuntu_version} j
a
mmy && set install_type sub ||
iseq ${ubuntu_version} focal && set install_type sub ||
iseq ${boot_type} sub && goto boot_type ||
goto mirrorcfg
...
...
@@ -75,9 +75,9 @@ echo MD5sums:
md5sum linux initrd.gz
boot
:j
e
mmy
:j
a
mmy
set kernel_url http://${boot_domain}/ubuntu-squash/22.04-fa8aca48/
set codename j
e
mmy
set codename j
a
mmy
set version_number 22.04
goto sub_boot
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment