|
@@ -75,9 +75,9 @@ set menu_live 1
|
|
set menu_security 1
|
|
set menu_security 1
|
|
set menu_windows 1
|
|
set menu_windows 1
|
|
set menu_utils 1
|
|
set menu_utils 1
|
|
-iseq ${buildarch} i386 && goto x86_64
|
|
|
|
-iseq ${buildarch} x86_64 && goto x86_64
|
|
|
|
-iseq ${buildarch} arm64 && goto arm64
|
|
|
|
|
|
+iseq ${buildarch} i386 && goto x86_64 ||
|
|
|
|
+iseq ${buildarch} x86_64 && goto x86_64 ||
|
|
|
|
+iseq ${buildarch} arm64 && goto arm64 ||
|
|
goto architectures_end
|
|
goto architectures_end
|
|
:x86_64
|
|
:x86_64
|
|
goto architectures_end
|
|
goto architectures_end
|
|
@@ -105,7 +105,7 @@ set console console=ttyS0,115200n8
|
|
goto clouds_end
|
|
goto clouds_end
|
|
|
|
|
|
:packet
|
|
:packet
|
|
-iseq ${buildarch} i386 && goto packet_x86_64
|
|
|
|
|
|
+iseq ${buildarch} i386 && goto packet_x86_64 ||
|
|
iseq ${buildarch} x86_64 && goto packet_x86_64 ||
|
|
iseq ${buildarch} x86_64 && goto packet_x86_64 ||
|
|
iseq ${buildarch} arm64 && goto packet_arm64 ||
|
|
iseq ${buildarch} arm64 && goto packet_arm64 ||
|
|
goto clouds_end
|
|
goto clouds_end
|