diff options
Diffstat (limited to 'templates/man1/systemd-firstboot.1.pot')
-rw-r--r-- | templates/man1/systemd-firstboot.1.pot | 64 |
1 files changed, 54 insertions, 10 deletions
diff --git a/templates/man1/systemd-firstboot.1.pot b/templates/man1/systemd-firstboot.1.pot index 418f965c..44e8776d 100644 --- a/templates/man1/systemd-firstboot.1.pot +++ b/templates/man1/systemd-firstboot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 17:10+0100\n" +"POT-Creation-Date: 2024-06-01 06:27+0200\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" @@ -24,7 +24,7 @@ msgid "SYSTEMD-FIRSTBOOT" msgstr "" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "systemd 255" msgstr "" @@ -81,7 +81,7 @@ msgid "DESCRIPTION" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed msgid "" "B<systemd-firstboot> initializes basic system settings interactively during " "the first boot, or non-interactively on an offline system image\\&. The " @@ -200,6 +200,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 216\\&." msgstr "" @@ -226,6 +227,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 246\\&." msgstr "" @@ -262,6 +264,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 236\\&." msgstr "" @@ -455,6 +458,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "Write configuration even if the relevant files already exist\\&. Without " "this option, B<systemd-firstboot> doesn\\*(Aqt modify or replace existing " @@ -483,6 +487,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 254\\&." msgstr "" @@ -550,7 +555,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-tumbleweed +#: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B<systemd-firstboot> supports the service credentials logic as implemented " "by I<ImportCredential=>/I<LoadCredential=>/I<SetCredential=> (see B<systemd." @@ -575,6 +580,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 249\\&." msgstr "" @@ -667,8 +673,8 @@ msgid "# systemd-nspawn --image=\\&... --set-credential=firstboot\\&.locale:de_D msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed msgid "" "Note that these credentials are only read and applied during the first boot " "process\\&. Once they are applied they remain applied for subsequent boots, " @@ -712,6 +718,7 @@ msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 233\\&." msgstr "" @@ -760,13 +767,13 @@ msgid "" msgstr "" #. type: TH -#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "systemd 254" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "B<systemd-firstboot> initializes basic system settings interactively during " "the first boot, or non-interactively on an offline system image\\&. The " @@ -776,7 +783,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "Write configuration even if the relevant files already exist\\&. Without " "this option, systemd-firstboot doesn\\*(Aqt modify or replace existing " @@ -786,9 +793,46 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<systemd-firstboot> supports the service credentials logic as implemented " "by I<ImportCredential=>/I<LoadCredential=>/I<SetCredential=> (see B<systemd." "exec>(1) for details)\\&. The following credentials are used when passed in:" msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The B<systemd-firstboot\\&.service> unit is one of the units which are used " +"to initialize the machine configuration during \"First Boot\", i\\&.e\\&. " +"when the system is freshly installed or after a factory reset\\&. The " +"B<systemd>(1) manager itself will initialize B<machine-id>(5) and preset " +"all units, enabling or disabling them according to the B<systemd.preset>(5) " +"settings\\&. systemd-firstboot\\&.service is started later to interactively " +"initialize basic system configuration\\&. It is started only if " +"I<ConditionFirstBoot=yes> is met, which essentially means that /etc/ is " +"unpopulated, see B<systemd.unit>(5) for details\\&. System credentials may " +"be used to inject configuration; those settings are not queried " +"interactively\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The B<systemd-firstboot> command can also be used to non-interactively " +"initialize an offline system image\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that these credentials are only read and applied during the first " +"boot\\&. Once they are applied they remain applied for subsequent boots, and " +"the credentials are not considered anymore\\&." +msgstr "" |