diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-12-29 15:31:48 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-12-29 16:52:25 +0100 |
commit | 83e4239c526953a3a1d7e296bcfc9a0b56d7965c (patch) | |
tree | f66680c329ae558b6d01ab3dc5c1d8cb2420560c /etc/news.scm | |
parent | dca55056f3f1b61b43fc3a2769bf671f1736a12b (diff) |
news: Add 'de' translation.
* etc/news.scm: Add German translation for kexec entry.
Change-Id: Ie7dd93cb18df0d07e73df3efc56805820e66d49c
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index 60f7043846..ddbc3a98d6 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -37,7 +37,8 @@ (entry (commit "1305f78d05f4e0027162c1b7e783fc127a49fb8e") (title - (en "@command{guix system reconfigure} now supports kexec")) + (en "@command{guix system reconfigure} now supports kexec") + (de "@command{guix system reconfigure} unterstützt jetzt kexec")) (body (en "If you are using Guix System, you'll be delighted to know that @command{guix system reconfigure} now loads the new system for fast reboot @@ -51,7 +52,23 @@ option that lets you reboot into a previously-loaded system; use @command{reboot --kexec} to take advantage of this new @command{guix system reconfigure} feature. -Run @command{info \"(guix) Invoking guix system\"}, for more info."))) +Run @command{info \"(guix) Invoking guix system\"}, for more info.") + (de "Wenn bei Ihnen Guix System läuft, wird Sie die Nachricht +erfreuen, dass @command{guix system reconfigure} von nun an das neue System für +ein schnelles Neustarten des Rechners mit Linux’ kexec-Mechanismus +vorbereitet – außer wenn Sie die Option @option{--no-kexec} angeben. Genauso +gilt das für @command{guix deploy}. + +Mit kexec kann Linux sofort einen neuen Kernel (und Betriebssystem) starten, +ohne nochmal das BIOS und den Bootloader zu durchlaufen. Seit +Shepherd 1.0.0 kann der Befehl @command{reboot} eine neue Option +@option{--kexec} (oder @option{-k}) entgegennehmen, womit Sie direkt in ein +vorher geladenes System neu starten können. Rufen Sie dazu @command{reboot +--kexec} auf, um sich die neue Funktion von @command{guix system reconfigure} +zunutze zu machen. + +Führen Sie @command{info \"(guix.de) Aufruf von guix system\"} aus für mehr +Informationen."))) (entry (commit "ccf72d5074b0c5ba793e686cbb1d6eaad39824bf") (title |