81 lines
4.4 KiB
Diff
81 lines
4.4 KiB
Diff
diff -aruN anaconda-34.25.0.23/data/liveinst/gnome/fedora-welcome.desktop anaconda-34.25.0.23.alma/data/liveinst/gnome/fedora-welcome.desktop
|
|
--- anaconda-34.25.0.23/data/liveinst/gnome/fedora-welcome.desktop 2021-12-09 18:57:10.000000000 +0300
|
|
+++ anaconda-34.25.0.23.alma/data/liveinst/gnome/fedora-welcome.desktop 2022-01-27 16:41:21.926325600 +0300
|
|
@@ -1,5 +1,5 @@
|
|
[Desktop Entry]
|
|
-Name=Welcome to Fedora
|
|
+Name=Welcome to AlmaLinux
|
|
Exec=/usr/share/anaconda/gnome/fedora-welcome
|
|
Terminal=false
|
|
Type=Application
|
|
diff -aruN anaconda-34.25.0.23/data/liveinst/gnome/fedora-welcome.js anaconda-34.25.0.23.alma/data/liveinst/gnome/fedora-welcome.js
|
|
--- anaconda-34.25.0.23/data/liveinst/gnome/fedora-welcome.js 2021-12-09 18:57:10.000000000 +0300
|
|
+++ anaconda-34.25.0.23.alma/data/liveinst/gnome/fedora-welcome.js 2022-01-27 16:46:02.899570400 +0300
|
|
@@ -62,7 +62,7 @@
|
|
default_width: 600,
|
|
default_height: 550,
|
|
skip_taskbar_hint: true,
|
|
- title: _("Welcome to Fedora"),
|
|
+ title: _("Welcome to AlmaLinux"),
|
|
window_position: Gtk.WindowPosition.CENTER });
|
|
this.window.connect('key-press-event', Lang.bind(this,
|
|
function(w, event) {
|
|
@@ -91,7 +91,7 @@
|
|
spacing: 16 });
|
|
tryContent.add(new Gtk.Image({ icon_name: 'media-optical',
|
|
pixel_size: 256 }));
|
|
- tryContent.add(makeLabel(_("Try Fedora"), true));
|
|
+ tryContent.add(makeLabel(_("Try AlmaLinux"), true));
|
|
|
|
let tryButton = new Gtk.Button({ child: tryContent });
|
|
buttonBox.add(tryButton);
|
|
@@ -107,7 +107,7 @@
|
|
let installButton = new Gtk.Button({ child: installContent });
|
|
buttonBox.add(installButton);
|
|
|
|
- this._label = makeLabel(_("You are currently running Fedora from live media.\nYou can install Fedora now, or choose \"Install to Hard Drive\" in the Activities Overview at any later time."), false);
|
|
+ this._label = makeLabel(_("You are currently running AlmaLinux from live media.\nYou can install AlmaLinux now, or choose \"Install to Hard Drive\" in the Activities Overview at any later time."), false);
|
|
mainGrid.add(this._label);
|
|
|
|
installButton.connect('clicked', Lang.bind(this,
|
|
diff -aruN anaconda-34.25.0.23/docs/intro.rst anaconda-34.25.0.23.alma/docs/intro.rst
|
|
--- anaconda-34.25.0.23/docs/intro.rst 2021-12-09 18:57:10.000000000 +0300
|
|
+++ anaconda-34.25.0.23.alma/docs/intro.rst 2022-01-27 16:42:10.434747900 +0300
|
|
@@ -1,8 +1,8 @@
|
|
Introduction to Anaconda
|
|
========================
|
|
|
|
-Anaconda is the installation program used by Fedora, Red Hat Enterprise Linux
|
|
-and some other distributions.
|
|
+Anaconda is the installation program used by Fedora, Red Hat Enterprise Linux,
|
|
+AlmaLinux and some other distributions.
|
|
|
|
During installation, a target computer's hardware is identified and configured
|
|
and the appropriate file systems for the system's architecture are created.
|
|
diff -aruN anaconda-34.25.0.23/docs/iscsi.rst anaconda-34.25.0.23.alma/docs/iscsi.rst
|
|
--- anaconda-34.25.0.23/docs/iscsi.rst 2021-12-09 18:57:10.000000000 +0300
|
|
+++ anaconda-34.25.0.23.alma/docs/iscsi.rst 2022-01-27 16:43:34.244471700 +0300
|
|
@@ -139,7 +139,7 @@
|
|
The booting problems are either due to incorrectly generated dracut boot
|
|
arguments or they are simply dracut bugs.
|
|
|
|
-Note that many of the iscsi adapters are installed in different Red Hat machines
|
|
+Note that many of the iscsi adapters are installed in different AlmaLinux machines
|
|
and so the issues can often be reproduced and debugged.
|
|
|
|
|
|
diff -aruN anaconda-34.25.0.23/pyanaconda/core/constants.py anaconda-34.25.0.23.alma/pyanaconda/core/constants.py
|
|
--- anaconda-34.25.0.23/pyanaconda/core/constants.py 2021-12-09 18:59:10.000000000 +0300
|
|
+++ anaconda-34.25.0.23.alma/pyanaconda/core/constants.py 2022-01-27 16:54:30.830920800 +0300
|
|
@@ -160,8 +160,8 @@
|
|
)
|
|
|
|
WARNING_HARDWARE_UNSUPPORTED = N_(
|
|
- "This hardware (or a combination thereof) is not supported by Red Hat. For more information "
|
|
- "on supported hardware, please refer to http://www.redhat.com/hardware."
|
|
+ "This hardware (or a combination thereof) is not supported by AlmaLinux. For more information "
|
|
+ "on supported hardware, please refer to https://almalinux.org."
|
|
)
|
|
|
|
# Storage messages
|