]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: drop --arch from debootstrap invocation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Jan 2018 14:57:11 +0000 (15:57 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jan 2018 10:16:19 +0000 (11:16 +0100)
Nowadays people use systemd on many different architectures, so we
shouldn't presuppose that they are using amd64. debootstrap defaults
to the native architecture and this should be good enough.

man/systemd-nspawn.xml

index b3f8eb651847bb7d9d50eada29485d2ca88322cd..ac19e5e7de221867ab580cd648b71525acab3488 100644 (file)
     <example>
       <title>Spawn a shell in a container of a minimal Debian unstable distribution</title>
 
-      <programlisting># debootstrap --arch=amd64 unstable ~/debian-tree/
+      <programlisting># debootstrap unstable ~/debian-tree/
 # systemd-nspawn -D ~/debian-tree/</programlisting>
 
       <para>This installs a minimal Debian unstable distribution into