|
@@ -10,21 +10,22 @@ set os Manjaro Linux
|
|
|
menu ${os} Installers
|
|
|
item --gap Official Releases
|
|
|
item 16.10.3 ${space} ${os} 16.10.3
|
|
|
+item net ${space} ${os} 16.08 Net Install
|
|
|
choose manjaro_version || goto manjaro_exit
|
|
|
|
|
|
:manjaro_flavor
|
|
|
+iseq ${manjaro_version} net && set flavor net && goto mirror_cfg ||
|
|
|
menu ${os} ${manjaro_version} Installer
|
|
|
item --gap Flavors
|
|
|
item xfce ${manjaro_version} XFCE
|
|
|
item kde ${manjaro_version} KDE
|
|
|
-item net 16.08 Net-Edition
|
|
|
choose --default ${type} flavor || goto manjaro
|
|
|
echo ${cls}
|
|
|
goto mirror_cfg
|
|
|
|
|
|
:mirror_cfg
|
|
|
set flavor_root ${flavor}
|
|
|
-iseq ${flavor} net && set flavor_root netinstall && set manjaro_version 16.08 ||
|
|
|
+iseq ${flavor} net && set manjaro_initrd http://sourceforge.net/projects/manjarolinux/files/archive/16.08/netinstall/manjaro-net-16.08-x86_64.iso/download && goto manjaro_boot ||
|
|
|
set manjaro_initrd http://sourceforge.net/projects/manjarolinux/files/release/${manjaro_version}/${flavor_root}/manjaro-${flavor}-${manjaro_version}-stable-x86_64.iso/download
|
|
|
goto manjaro_boot
|
|
|
|