|
@@ -3,10 +3,8 @@
|
|
|
goto ${menu} ||
|
|
|
|
|
|
:live_menu
|
|
|
-set os System Rescue CD
|
|
|
+set os System Rescue
|
|
|
menu ${os} - Current Arch [ ${arch} ]
|
|
|
-item --gap Currently during boot you need to press ctrl+d/ctrl+c
|
|
|
-item --gap repeatedly when init hangs on starting a download
|
|
|
iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
|
|
|
set ipparam BOOTIF=${netX/mac} ip=dhcp net.ifnames=0
|
|
|
item --gap ${os} Versions
|
|
@@ -18,7 +16,6 @@ item {{ value.version }} ${space} ${os} {{ value.version }}
|
|
|
choose live_version || goto live_exit
|
|
|
goto ${live_version}
|
|
|
|
|
|
-
|
|
|
{% for key, value in endpoints.items() | sort %}
|
|
|
{% if value.os == "systemrescue" %}
|
|
|
:{{ value.version }}
|