|
@@ -1,7 +1,7 @@
|
|
|
#!ipxe
|
|
|
|
|
|
# Manjaro Linux Operating System
|
|
|
-# https://manjaro.github.io/
|
|
|
+# https://manjaro.org
|
|
|
|
|
|
goto ${menu}
|
|
|
|
|
@@ -9,7 +9,7 @@ goto ${menu}
|
|
|
set os Manjaro Linux
|
|
|
menu ${os} Installers
|
|
|
item --gap Official Releases
|
|
|
-item 16.10.3 ${space} ${os} 16.10.3
|
|
|
+item 17.0 ${space} ${os} 17.0
|
|
|
item net ${space} ${os} 16.08 Net Install
|
|
|
choose manjaro_version || goto manjaro_exit
|
|
|
|