summaryrefslogtreecommitdiff
path: root/templates/releng
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng')
-rw-r--r--templates/releng/archlinux.ipxe14
-rw-r--r--templates/releng/netboot.html10
-rw-r--r--templates/releng/release_list.html4
3 files changed, 14 insertions, 14 deletions
diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe
index 4945868c..81767f32 100644
--- a/templates/releng/archlinux.ipxe
+++ b/templates/releng/archlinux.ipxe
@@ -15,14 +15,14 @@ set extrabootoptions ip=dhcp net.ifnames=0
set countrycode
:main
-menu Arch Linux Netboot
+menu {{ BRANDING_DISTRONAME }} Netboot
item --gap Settings
item set_architecture Architecture: ${bootarch}
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
@@ -41,7 +41,7 @@ reboot
exit
:set_architecture
-menu Arch Linux Netboot: Select Architecture
+menu {{ BRANDING_DISTRONAME }} Netboot: Select Architecture
item back back
item
item --gap Available architectures:
@@ -53,7 +53,7 @@ set bootarch ${selected}
goto main
:set_release
-menu Arch Linux Netboot: Select Release
+menu {{ BRANDING_DISTRONAME }} Netboot: Select Release
item back back
item
item --gap Available releases:
@@ -68,7 +68,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:
@@ -107,7 +107,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}
@@ -124,7 +124,7 @@ echo -n Boot options: ${} && read extrabootoptions ||
goto main
:boot
-echo Booting Arch Linux ${bootarch} ${release} from ${mirrorurl}
+echo Booting {{ BRANDING_DISTRONAME }} ${bootarch} ${release} from ${mirrorurl}
echo
kernel ${mirrorurl}iso/${release}/arch/boot/${bootarch}/vmlinuz || goto failed_download
imgverify vmlinuz ${mirrorurl}iso/${release}/arch/boot/${bootarch}/vmlinuz.ipxe.sig || goto failed_verify
diff --git a/templates/releng/netboot.html b/templates/releng/netboot.html
index 36404588..1b87244b 100644
--- a/templates/releng/netboot.html
+++ b/templates/releng/netboot.html
@@ -1,20 +1,20 @@
{% extends "base.html" %}
{% load staticfiles %}
-{% block title %}Arch Linux - Netboot{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Netboot{% endblock %}
{% block content %}
<div id="arch-netboot" class="box">
-<h2>Arch Linux Netboot</h2>
+<h2>{{ BRANDING_DISTRONAME }} Netboot</h2>
<h3>About Netboot</h3>
-<p>Netboot images are small (&lt;1MB) images that can be used to download the latest Arch Linux release on the fly upon system boot.
+<p>Netboot images are small (&lt;1MB) images that can be used to download the latest {{ BRANDING_DISTRONAME }} release on the fly upon system boot.
It is unnecessary to update the netboot image, the newest release will be available automatically.</p>
<p>Netboot uses customized <a href="http://ipxe.org">iPXE</a> builds.
-The Linux kernel, initramfs and squashfs files for the live system are downloaded from an Arch Linux mirror.
+The Linux kernel, initramfs and squashfs files for the live system are downloaded from an {{ BRANDING_DISTRONAME }} mirror.
The integrity of all downloaded files is verified with cryptographic signatures.</p>
<h3>Requirements</h3>
@@ -48,7 +48,7 @@ For details, check out the <a href="https://aur.archlinux.org/packages/ipxe-netb
<h3>More information</h3>
-<p>For detailed usage instructions, check out the <a href="https://wiki.archlinux.org/index.php/Netboot">netboot wiki page</a>.
+<p>For detailed usage instructions, check out the <a href="{% wiki_url 'Netboot' %}">netboot wiki page</a>.
</div>
{% endblock %}
diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html
index 1f4a7887..3092ddc9 100644
--- a/templates/releng/release_list.html
+++ b/templates/releng/release_list.html
@@ -12,14 +12,14 @@
<div id="release-list" class="box">
<h2>Releases</h2>
- <p>This is a list of ISO releases made by the Arch Linux release
+ <p>This is a list of ISO releases made by the {{ BRANDING_DISTRONAME }} release
engineering team. These are typically done on a monthly cadence, containing
the latest kernel and base packages from the package repositories. Click
the version of each release to read any additional notes or details about
each release.</p>
<p>Torrents and magnet URIs are available to download the releases.
Releases listed as not available may still be seeded by peers, but are no
- longer registered via the official Arch Linux torrent tracker. We always
+ longer registered via the official {{ BRANDING_DISTRONAME }} torrent tracker. We always
recommend running the latest available release.</p>
<table id="release-table" class="results">