summaryrefslogtreecommitdiff
path: root/templates/releng/netboot.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/netboot.html')
-rw-r--r--templates/releng/netboot.html10
1 files changed, 5 insertions, 5 deletions
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 %}