From: Daan De Meyer Date: Mon, 11 Sep 2023 18:52:18 +0000 (+0200) Subject: Don't imply multiple architectures can be specified X-Git-Tag: v17~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd0c32925e53db51e71cdb1c792fc6852ba5090;p=thirdparty%2Fmkosi.git Don't imply multiple architectures can be specified Only one can be specified at a time, not multiple. Fixes #1891 --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 49f2cc78a..b3a771b6c 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -388,15 +388,16 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, `Architecture=`, `--architecture=` -: The architecture to build the image for. A number of architectures can - be specified, but which ones are actually supported depends on the - distribution used and whether a bootable image is requested or not. - When building for a foreign architecture, you'll also need to install - and register a user mode emulator for that architecture. - -: The following architectures can be specified: `alpha`, `arc`, `arm`, `arm64`, - `ia64`, `loongarch64`, `mips64-le`, `mips-le`, `parisc`, `ppc`, `ppc64`, - `ppc64-le`, `riscv32`, `riscv64`, `s390`, `s390x`, `tilegx`, `x86`, `x86-64`. +: The architecture to build the image for. The architectures that are + actually supported depends on the distribution used and whether a + bootable image is requested or not. When building for a foreign + architecture, you'll also need to install and register a user mode + emulator for that architecture. + +: One of the following architectures can be specified per image built: + `alpha`, `arc`, `arm`, `arm64`, `ia64`, `loongarch64`, `mips64-le`, + `mips-le`, `parisc`, `ppc`, `ppc64`, `ppc64-le`, `riscv32`, `riscv64`, + `s390`, `s390x`, `tilegx`, `x86`, `x86-64`. `Mirror=`, `--mirror=`, `-m`