diff options
Diffstat (limited to 'po/de/man8/pivot_root.8.po')
-rw-r--r-- | po/de/man8/pivot_root.8.po | 73 |
1 files changed, 28 insertions, 45 deletions
diff --git a/po/de/man8/pivot_root.8.po b/po/de/man8/pivot_root.8.po index cfb05f30..495c0297 100644 --- a/po/de/man8/pivot_root.8.po +++ b/po/de/man8/pivot_root.8.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-de\n" -"POT-Creation-Date: 2023-08-27 17:13+0200\n" +"POT-Creation-Date: 2024-03-29 09:47+0100\n" "PO-Revision-Date: 2021-06-02 21:21+0200\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "PIVOT_ROOT" msgstr "PIVOT_ROOT" @@ -35,41 +35,41 @@ msgid "util-linux 2.38.1" msgstr "util-linux 2.38.1" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "System Administration" msgstr "System-Administration" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "pivot_root - change the root filesystem" msgstr "pivot_root - die Wurzeleinhängung ändern" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<pivot_root> I<new_root> I<put_old>" msgstr "B<pivot_root> I<neue_Wurzel> I<alte_Wurzel>" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<pivot_root> moves the root file system of the current process to the " "directory I<put_old> and makes I<new_root> the new root file system. Since " @@ -82,7 +82,7 @@ msgstr "" "finden Sie in dessen Handbuchseite weitere Details." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that, depending on the implementation of B<pivot_root>, root and " "current working directory of the caller may or may not change. The following " @@ -96,7 +96,7 @@ msgstr "" "befinden:" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "" "cd new_root\n" @@ -108,7 +108,7 @@ msgstr "" "exec chroot . Befehl\n" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that B<chroot> must be available under the old root and under the new " "root, because B<pivot_root> may or may not have implicitly changed the root " @@ -119,7 +119,7 @@ msgstr "" "Wurzelverzeichnis der Shell entweder geändert haben kann oder nicht." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that B<exec chroot> changes the running executable, which is necessary " "if the old root directory should be unmounted afterwards. Also note that " @@ -139,23 +139,23 @@ msgstr "" "nicht." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "OPTIONEN" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-h>, B<--help>" msgstr "B<-h>, B<--help>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display help text and exit." msgstr "zeigt einen Hilfetext an und beendet das Programm." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" @@ -165,19 +165,19 @@ msgid "Print version and exit." msgstr "zeigt die Versionsnummer an und beendet das Programm." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "EXAMPLE" msgstr "BEISPIEL" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Change the root file system to I</dev/hda1> from an interactive shell:" msgstr "" "Ändern der Dateisystemwurzel in I</dev/hda1> aus einer interaktiven Shell:" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "" "mount /dev/hda1 /new-root\n" @@ -193,7 +193,7 @@ msgstr "" "umount /old-root\n" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Mount the new root file system over NFS from 10.0.0.1:/my_root and run " "B<init>:" @@ -202,7 +202,7 @@ msgstr "" "B<init> ausführen:" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "" "ifconfig lo 127.0.0.1 up # for portmap\n" @@ -226,57 +226,40 @@ msgstr "" " E<lt>dev/console E<gt>dev/console 2E<gt>&1\n" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<chroot>(1), B<pivot_root>(2), B<mount>(8), B<switch_root>(8), B<umount>(8)" msgstr "" "B<chroot>(1), B<pivot_root>(2), B<mount>(8), B<switch_root>(8), B<umount>(8)" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "FEHLER MELDEN" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "Verwenden Sie zum Melden von Fehlern das Fehlererfassungssystem auf" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "VERFÜGBARKEIT" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The B<pivot_root> command is part of the util-linux package which can be " "downloaded from" msgstr "" "Der Befehl B<pivot_root> ist Teil des Pakets util-linux, welches " "heruntergeladen werden kann von:" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "2022-02-14" -msgstr "14. Februar 2022" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "util-linux 2.37.4" -msgstr "util-linux 2.37.4" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "Display version information and exit." -msgstr "zeigt Versionsinformationen an und beendet das Programm." |