mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user