diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-03-16 14:21:53 +0100 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-03-16 13:43:32 +0000 |
| commit | 9ed2a26d047799a36803e3e69ec9612e8301840c (patch) | |
| tree | 7f1cc5cdccec4e06e33d7a7b5e988a13bd3ee26f /etc | |
| parent | 09b5cdf80dbbc7166deb2318f1aca266fda6ad26 (diff) | |
news: Add ‘de’ translation.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index e2e7897e8af..c740acc2fe2 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -22,14 +22,22 @@ | |||
| 22 | 22 | ||
| 23 | (entry (commit "77c2f4e2068ebec3f384c826c5a99785125ff72c") | 23 | (entry (commit "77c2f4e2068ebec3f384c826c5a99785125ff72c") |
| 24 | (title | 24 | (title |
| 25 | (en "@code{qemu-binfmt-service-type} is usable for any container")) | 25 | (en "@code{qemu-binfmt-service-type} is usable for any container") |
| 26 | (de "@code{qemu-binfmt-service-type} funktioniert mit jedem Container")) | ||
| 26 | (body | 27 | (body |
| 27 | (en "The service now makes use of the statically built QEMU binaries | 28 | (en "The service now makes use of the statically built QEMU binaries |
| 28 | along with the fix binary (F) @code{binfmt_misc} flag, which allows the kernel | 29 | along with the fix binary (F) @code{binfmt_misc} flag, which allows the kernel |
| 29 | to fully pre-load it in memory. QEMU can thus now be used with any container | 30 | to fully pre-load it in memory. QEMU can thus now be used with any container |
| 30 | without extra configuration. The @code{guix-support?} field of the | 31 | without extra configuration. The @code{guix-support?} field of the |
| 31 | @code{qemu-binfmt-configuration} record is removed, as it is no longer | 32 | @code{qemu-binfmt-configuration} record is removed, as it is no longer |
| 32 | necessary."))) | 33 | necessary.") |
| 34 | (de "Der Dienst benutzt jetzt statisch gebundene QEMU-Binärdateien | ||
| 35 | zusammen mit der Fix-Binary-Flag (F) von @code{binfmt_misc}. Dadurch kann der | ||
| 36 | Kernel die QEMU-Binärdatei als Ganzes vorab in den Speicher laden. Dann kann | ||
| 37 | sie auch ohne weitere Konfiguration in jeder Art von isolierter Umgebung | ||
| 38 | benutzt werden. Darum wurde das Feld @code{guix-support?} des | ||
| 39 | @code{qemu-binfmt-configuration}-Verbundsobjekts entfernt; es wird nicht mehr | ||
| 40 | gebraucht."))) | ||
| 33 | 41 | ||
| 34 | (entry (commit "02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb") | 42 | (entry (commit "02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb") |
| 35 | (title | 43 | (title |
