summaryrefslogtreecommitdiff
path: root/templates/releng/archlinux.ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/archlinux.ipxe')
-rw-r--r--templates/releng/archlinux.ipxe17
1 files changed, 7 insertions, 10 deletions
diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe
index c897a786..ae7b5195 100644
--- a/templates/releng/archlinux.ipxe
+++ b/templates/releng/archlinux.ipxe
@@ -13,17 +13,14 @@ set extrabootoptions ip=dhcp net.ifnames=0 BOOTIF=01-${netX/mac}
set countrycode
:main
-iseq ${cpuarch} x86_64 && goto main_x86_64 || goto main_i686
-
-:main_x86_64
-menu Arch Linux Netboot
+menu {{ BRANDING_DISTRONAME }} Netboot
item --gap Settings
item --gap Architecture: x86_64
item set_release Release: ${release}
isset ${mirrorurl} && item set_mirror Mirror: ${mirrorurl} || item set_mirror Choose a mirror
item set_options Boot options: ${extrabootoptions}
item
-isset ${mirrorurl} && item boot Boot Arch Linux || item --gap Boot Arch Linux
+isset ${mirrorurl} && item boot Boot {{ BRANDING_DISTRONAME }} || item --gap Boot {{ BRANDING_DISTRONAME }}
item shell Drop to iPXE shell
item reboot Reboot
item exit Exit iPXE
@@ -31,7 +28,7 @@ isset ${mirrorurl} && choose --default set_options selected || choose --default
goto ${selected} || goto main
:main_i686
-menu Arch Linux Netboot
+menu {{ BRANDING_DISTRONAME }} Netboot
item --gap ERROR: i686 is no longer supported!
item shell Drop to iPXE shell
item reboot Reboot
@@ -51,7 +48,7 @@ reboot
exit
:set_release
-menu Arch Linux Netboot: Select Release
+menu {{ BRANDING_DISTRONAME }} Netboot: Select Release
item back back
item
item --gap Available releases:
@@ -66,7 +63,7 @@ goto main
goto select_mirror_country
:select_mirror_country
-menu Arch Linux Netboot: Select Mirror
+menu {{ BRANDING_DISTRONAME }} Netboot: Select Mirror
item back back
item
item --gap Custom Configuration:
@@ -105,7 +102,7 @@ set countryname Global
:select_mirror_url_{{ mirrorgroup.grouper }}
set countryname {{ mirrorgroup.grouper.name }}
{% endif %}
-menu Arch Linux Netboot: Select Mirror
+menu {{ BRANDING_DISTRONAME }} Netboot: Select Mirror
item back back
item
item --gap Available mirrors in ${countryname}
@@ -122,7 +119,7 @@ echo -n Boot options: ${} && read extrabootoptions ||
goto main
:boot
-echo Booting Arch Linux x86_64 ${release} from ${mirrorurl}
+echo Booting {{ BRANDING_DISTRONAME }} x86_64 ${release} from ${mirrorurl}
echo
kernel ${mirrorurl}iso/${release}/arch/boot/x86_64/vmlinuz || goto failed_download
imgverify vmlinuz ${mirrorurl}iso/${release}/arch/boot/x86_64/vmlinuz.ipxe.sig || goto failed_verify