diff options
Diffstat (limited to 'templates/man8/arch-chroot.8.pot')
-rw-r--r-- | templates/man8/arch-chroot.8.pot | 197 |
1 files changed, 197 insertions, 0 deletions
diff --git a/templates/man8/arch-chroot.8.pot b/templates/man8/arch-chroot.8.pot new file mode 100644 index 00000000..0fccf7c5 --- /dev/null +++ b/templates/man8/arch-chroot.8.pot @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2023-02-28 18:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux +#, no-wrap +msgid "ARCH-CHROOT" +msgstr "" + +#. type: TH +#: archlinux +#, no-wrap +msgid "11/20/2022" +msgstr "" + +#. type: TH +#: archlinux +#, no-wrap +msgid "\\ \" " +msgstr "" + +#. type: TH +#: archlinux +#, no-wrap +msgid "\\ \"" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "arch-chroot - enhanced chroot command" +msgstr "" + +#. type: SH +#: archlinux +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "arch-chroot [options] chroot-dir [command] [arguments\\&...]" +msgstr "" + +#. type: SH +#: archlinux +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "" +"arch-chroot wraps the B<chroot>(1) command while ensuring that important " +"functionality is available, e\\&.g\\&. mounting I</dev/>, I</proc> and other " +"API filesystems, or exposing B<resolv.conf>(5) to the chroot\\&." +msgstr "" + +#. type: Plain text +#: archlinux +msgid "If I<command> is unspecified, arch-chroot will launch B</bin/bash>\\&." +msgstr "" + +#. type: Plain text +#: archlinux +msgid "B<Note>" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "" +"The target chroot-dir B<should> be a mountpoint\\&. This ensures that tools " +"such as B<pacman>(8) or B<findmnt>(8) have an accurate hierarchy of the " +"mounted filesystems within the chroot\\&. If your chroot target is not a " +"mountpoint, you can bind mount the directory on itself to make it a " +"mountpoint, i\\&.e\\&.:" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "I<mount --bind /your/chroot /your/chroot>" +msgstr "" + +#. type: SH +#: archlinux +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "B<-N>" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "" +"Run in unshare mode\\&. This will use B<unshare>(1) to create a new mount " +"and user namespace, allowing regular users to create new system " +"installations\\&." +msgstr "" + +#. type: Plain text +#: archlinux +msgid "B<-u E<lt>userE<gt>[:group]>" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "Specify non-root user and optional group to use\\&." +msgstr "" + +#. type: Plain text +#: archlinux +msgid "B<-h>" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "Output syntax and command line options\\&." +msgstr "" + +#. type: SH +#: archlinux +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "B<pacman>(8)" +msgstr "" + +#. type: SH +#: archlinux +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "" +"Bugs can be reported on the bug tracker I<https://bugs\\&.archlinux\\&.org> " +"in the Arch Linux category and title prefixed with [arch-install-scripts] or " +"via arch-projects@archlinux\\&.org\\&." +msgstr "" + +#. type: SH +#: archlinux +#, no-wrap +msgid "AUTHORS" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "Maintainers:" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "Dave Reisner E<lt>dreisner@archlinux\\&.orgE<gt>" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "Eli Schwartz E<lt>eschwartz@archlinux\\&.orgE<gt>" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "" +"For additional contributors, use git shortlog -s on the arch-install-" +"scripts\\&.git repository\\&." +msgstr "" |