0006-FSDG-man-Mention-Parabola-instead-of-Arch.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From a54699c6754bab04fa27f3593b919ed0060b3957 Mon Sep 17 00:00:00 2001
  2. From: Luke Shumaker <lukeshu@parabola.nu>
  3. Date: Wed, 25 May 2016 12:32:21 -0400
  4. Subject: [PATCH 6/7] FSDG: man/: Mention Parabola instead of Arch
  5. Ideally, we'd use FSDG distros for all of the examples, but doing so is
  6. beyond my knowledge. Bill Auger and I have agreed to not remove examples
  7. for non-FSDG distros that don't have a replacement.
  8. ---
  9. man/systemd-nspawn.xml | 10 +++++-----
  10. 1 file changed, 5 insertions(+), 5 deletions(-)
  11. diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
  12. index e1e6d84fa3..afec5663ca 100644
  13. --- a/man/systemd-nspawn.xml
  14. +++ b/man/systemd-nspawn.xml
  15. @@ -1832,13 +1832,13 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
  16. <example>
  17. <title>Boot a minimal
  18. - <ulink url="https://www.archlinux.org">Arch Linux</ulink> distribution in a container</title>
  19. + <ulink url="https://www.parabola.nu">Parabola GNU/Linux-libre</ulink> distribution in a container</title>
  20. - <programlisting># pacstrap -c ~/arch-tree/ base
  21. -# systemd-nspawn -bD ~/arch-tree/</programlisting>
  22. + <programlisting># pacstrap -c ~/parabola-tree/ base
  23. +# systemd-nspawn -bD ~/parabola-tree/</programlisting>
  24. - <para>This installs a minimal Arch Linux distribution into the
  25. - directory <filename>~/arch-tree/</filename> and then boots an OS
  26. + <para>This installs a minimal Parabola GNU/Linux-libre distribution into the
  27. + directory <filename>~/parabola-tree/</filename> and then boots an OS
  28. in a namespace container in it.</para>
  29. </example>
  30. --
  31. 2.44.0