mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
man: drop --arch from debootstrap invocation
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.
This commit is contained in:
parent
7ac6c26a22
commit
7f8b3d1d32
@ -1114,7 +1114,7 @@
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user