diff options
Diffstat (limited to 'libre/systemd/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch')
-rw-r--r-- | libre/systemd/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/systemd/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch b/libre/systemd/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch index d2bbda12c..f915f209c 100644 --- a/libre/systemd/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch +++ b/libre/systemd/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch @@ -131,10 +131,10 @@ index 81f294c7e4..973e19747d 100644 <refsect1> diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml -index 3dbdf376d3..01e6ca403a 100644 +index 633d93938..fd9db974d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml -@@ -1082,11 +1082,12 @@ +@@ -1078,11 +1078,12 @@ <refsect1> <title>Examples</title> @@ -144,11 +144,11 @@ index 3dbdf376d3..01e6ca403a 100644 <ulink url="https://getfedora.org">Fedora</ulink> image and start a shell in it</title> - <programlisting># machinectl pull-raw --verify=no \ -+ <programlisting># machinectl pull-raw -&2D;verify=no \ ++ <programlisting># machinectl pull-raw -&2Dverify=no \ https://download.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.raw.xz # systemd-nspawn -M Fedora-Cloud-Base-25-1.3.x86_64.raw</programlisting> -@@ -1094,31 +1095,32 @@ +@@ -1090,31 +1091,32 @@ <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> and opens a shell in it.</para> </example> @@ -182,9 +182,9 @@ index 3dbdf376d3..01e6ca403a 100644 - <title>Spawn a shell in a container of a minimal Debian unstable distribution</title> + <title>Spawn a shell in a container of a minimal gNewSense Ucclia distribution</title> -- <programlisting># debootstrap --arch=amd64 unstable ~/debian-tree/ +- <programlisting># debootstrap unstable ~/debian-tree/ -# systemd-nspawn -D ~/debian-tree/</programlisting> -+ <programlisting># debootstrap --arch=amd64 ucclia ~/gnewsense-tree/ ++ <programlisting># debootstrap ucclia ~/gnewsense-tree/ +# systemd-nspawn -D ~/gnewsense-tree/</programlisting> - <para>This installs a minimal Debian unstable distribution into @@ -194,7 +194,7 @@ index 3dbdf376d3..01e6ca403a 100644 spawns a shell in a namespace container in it.</para> <para><command>debootstrap</command> supports -@@ -1133,29 +1135,31 @@ +@@ -1129,29 +1131,31 @@ <example> <title>Boot a minimal |