summaryrefslogtreecommitdiff
path: root/libre/systemd/0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/systemd/0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch')
-rw-r--r--libre/systemd/0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/libre/systemd/0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch b/libre/systemd/0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch
new file mode 100644
index 000000000..936be16e7
--- /dev/null
+++ b/libre/systemd/0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch
@@ -0,0 +1,38 @@
+From a54699c6754bab04fa27f3593b919ed0060b3957 Mon Sep 17 00:00:00 2001
+From: Luke Shumaker <lukeshu@parabola.nu>
+Date: Wed, 25 May 2016 12:32:21 -0400
+Subject: [PATCH 6/7] FSDG: man/: Mention Parabola instead of Arch
+
+Ideally, we'd use FSDG distros for all of the examples, but doing so is
+beyond my knowledge. Bill Auger and I have agreed to not remove examples
+for non-FSDG distros that don't have a replacement.
+---
+ man/systemd-nspawn.xml | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
+index e1e6d84fa3..afec5663ca 100644
+--- a/man/systemd-nspawn.xml
++++ b/man/systemd-nspawn.xml
+@@ -1832,13 +1832,13 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
+
+ <example>
+ <title>Boot a minimal
+- <ulink url="https://www.archlinux.org">Arch Linux</ulink> distribution in a container</title>
++ <ulink url="https://www.parabola.nu">Parabola GNU/Linux-libre</ulink> distribution in a container</title>
+
+- <programlisting># pacstrap -c ~/arch-tree/ base
+-# systemd-nspawn -bD ~/arch-tree/</programlisting>
++ <programlisting># pacstrap -c ~/parabola-tree/ base
++# systemd-nspawn -bD ~/parabola-tree/</programlisting>
+
+- <para>This installs a minimal Arch Linux distribution into the
+- directory <filename>~/arch-tree/</filename> and then boots an OS
++ <para>This installs a minimal Parabola GNU/Linux-libre distribution into the
++ directory <filename>~/parabola-tree/</filename> and then boots an OS
+ in a namespace container in it.</para>
+ </example>
+
+--
+2.44.0
+