|
@@ -7,6 +7,7 @@ set os Pop os Live
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
item --gap ${os} Versions
|
|
item --gap ${os} Versions
|
|
|
|
+item focal ${space} ${os} 20.04
|
|
item bionic ${space} ${os} 18.04
|
|
item bionic ${space} ${os} 18.04
|
|
item eoan ${space} ${os} 19.10
|
|
item eoan ${space} ${os} 19.10
|
|
choose live_version || goto live_exit
|
|
choose live_version || goto live_exit
|
|
@@ -14,6 +15,14 @@ menu ${os} ${live_version}
|
|
item --gap ${os} Flavors
|
|
item --gap ${os} Flavors
|
|
goto ${live_version}
|
|
goto ${live_version}
|
|
|
|
|
|
|
|
+:focal
|
|
|
|
+{% for key, value in endpoints.items() | sort %}
|
|
|
|
+{% if value.os == "pop" and 'squash' in key and value.version == "20.04" %}
|
|
|
|
+item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
|
|
|
|
+{% endif %}
|
|
|
|
+{% endfor %}
|
|
|
|
+goto flavor_select
|
|
|
|
+
|
|
:bionic
|
|
:bionic
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% for key, value in endpoints.items() | sort %}
|
|
{% if value.os == "pop" and 'squash' in key and value.version == "18.04" %}
|
|
{% if value.os == "pop" and 'squash' in key and value.version == "18.04" %}
|
|
@@ -61,6 +70,12 @@ kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} in
|
|
initrd ${kernel_url}initrd
|
|
initrd ${kernel_url}initrd
|
|
boot
|
|
boot
|
|
|
|
|
|
|
|
+:20.04-boot
|
|
|
|
+imgfree
|
|
|
|
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd
|
|
|
|
+initrd ${kernel_url}initrd
|
|
|
|
+boot
|
|
|
|
+
|
|
:live_exit
|
|
:live_exit
|
|
clear menu
|
|
clear menu
|
|
exit 0
|
|
exit 0
|