Skip to content

Commit

Permalink
Change kexec-tools to kdump-utils
Browse files Browse the repository at this point in the history
Done that by `find . -type f -exec sed -i 's/kexec-tools/kdump-utils/g'
{} +`

Signed-off-by: Lichen Liu <[email protected]>
  • Loading branch information
licliu committed May 7, 2024
1 parent 8f61cc1 commit e3573f0
Show file tree
Hide file tree
Showing 63 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion com_redhat_kdump/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

# To mark ENCRYPTION_WARNING as translatable
_ = lambda x: x
ENCRYPTION_WARNING = _('Encrypted storage is in use, using an encrypted device as dump target for kdump might fail. Please verify if kdump is working properly after the installation finished. For more details see the "Notes on encrypted dump target" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt.')
ENCRYPTION_WARNING = _('Encrypted storage is in use, using an encrypted device as dump target for kdump might fail. Please verify if kdump is working properly after the installation finished. For more details see the "Notes on encrypted dump target" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt.')
2 changes: 1 addition & 1 deletion com_redhat_kdump/gui/spokes/kdump.glade
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<object class="GtkLabel" id="autoReservationWarning">
<property name="can-focus">False</property>
<property name="no-show-all">True</property>
<property name="label" translatable="yes">Automatic kdump memory reservation is in use. Kdump will use the default crashkernel value provided by the kexec-tools package. This is a best-effort support and might not fit your use case. It is recommended to verify if the crashkernel value is suitable after installation.</property>
<property name="label" translatable="yes">Automatic kdump memory reservation is in use. Kdump will use the default crashkernel value provided by the kdump-utils package. This is a best-effort support and might not fit your use case. It is recommended to verify if the crashkernel value is suitable after installation.</property>
<property name="wrap">True</property>
</object>
<packing>
Expand Down
6 changes: 3 additions & 3 deletions com_redhat_kdump/service/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def get_default_crashkernel(self, fadump_enabled):
ck_val = util.execWithCapture(**args)
except FileNotFoundError:
log.warning("Can't retrieve the default crashkernel value from "
"the installed kexec-tools, try to retrieve it from "
"the installer kexec-tools")
"the installed kdump-utils, try to retrieve it from "
"the installer kdump-utils")

if not ck_val:
del args['root']
Expand All @@ -75,7 +75,7 @@ def get_default_crashkernel(self, fadump_enabled):
ck_val = util.execWithCapture(**args)
except FileNotFoundError:
log.warning("Can't retrieve the default crashkernel value "
"from installer kexec-tools either because it's "
"from installer kdump-utils either because it's "
"not installed")
pass

Expand Down
2 changes: 1 addition & 1 deletion com_redhat_kdump/service/kdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def collect_requirements(self):
if self.kdump_enabled:
requirements.append(
Requirement.for_package(
package_name="kexec-tools",
package_name="kdump-utils",
reason="Required by kdump add-on."
)
)
Expand Down
2 changes: 1 addition & 1 deletion com_redhat_kdump/tui/spokes/kdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def refresh(self, args=None):
message = TextWidget(_(
"Automatic kdump memory reservation is in use. "
"Kdump will use the default crashkernel value "
"provided by the kexec-tools package. This is a "
"provided by the kdump-utils package. This is a "
"best-effort support and might not fit "
"your use case. It is recommended to verify "
"if the crashkernel value is suitable after "
Expand Down
4 changes: 2 additions & 2 deletions po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -62,7 +62,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/as.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -63,7 +63,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -62,7 +62,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/bn_IN.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -66,7 +66,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/bs.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -62,7 +62,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
8 changes: 4 additions & 4 deletions po/cs.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Czech translation of kexec-tools.
# Czech translation of kdump-utils.
# Copyright (C) 2007 FSF
# This file is distributed under the same license as the kexec-tools package.
# This file is distributed under the same license as the kdump-utils package.
# Milan Kerslager <[email protected]>, 2007.
msgid ""
msgstr ""
Expand All @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/cy.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -62,7 +62,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -63,7 +63,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -67,7 +67,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/et.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/fa.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr ""
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid ""
"Encrypted storage is in use, using an encrypted device as dump target for "
"kdump might fail. Please verify if kdump is working properly after the "
"installation finished. For more details see the \"Notes on encrypted dump "
"target\" section in /usr/share/doc/kexec-tools/kexec-kdump-howto.txt."
"target\" section in /usr/share/doc/kdump-utils/kexec-kdump-howto.txt."
msgstr ""

#: ../com_redhat_kdump/service/kickstart.py:103
Expand Down Expand Up @@ -61,7 +61,7 @@ msgstr "Kdump"
#: ../com_redhat_kdump/tui/spokes/kdump.py:115 tmp/kdump.glade.h:11
msgid ""
"Automatic kdump memory reservation is in use. Kdump will use the default "
"crashkernel value provided by the kexec-tools package. This is a best-effort "
"crashkernel value provided by the kdump-utils package. This is a best-effort "
"support and might not fit your use case. It is recommended to verify if the "
"crashkernel value is suitable after installation."
msgstr ""
Expand Down
Loading

0 comments on commit e3573f0

Please sign in to comment.