From: Zbigniew Jędrzejewski-Szmek Date: Wed, 3 Jan 2018 14:57:11 +0000 (+0100) Subject: man: drop --arch from debootstrap invocation X-Git-Tag: v237~152^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f8b3d1d32b1eb4acd2ab02249d2a9d1f40e98dd;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index b3f8eb65184..ac19e5e7de2 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1114,7 +1114,7 @@ Spawn a shell in a container of a minimal Debian unstable distribution - # debootstrap --arch=amd64 unstable ~/debian-tree/ + # debootstrap unstable ~/debian-tree/ # systemd-nspawn -D ~/debian-tree/ This installs a minimal Debian unstable distribution into