From 1a4b893e8511f5769e72bfd5d8d13534e3f5e6bf Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Tue, 24 Sep 2024 20:47:47 +0330 Subject: [PATCH 1/4] updated url --- modules/ROOT/pages/upgrading-fedora-offline.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/upgrading-fedora-offline.adoc b/modules/ROOT/pages/upgrading-fedora-offline.adoc index a62e86a..4213df3 100644 --- a/modules/ROOT/pages/upgrading-fedora-offline.adoc +++ b/modules/ROOT/pages/upgrading-fedora-offline.adoc @@ -66,7 +66,7 @@ You can also use `{NEXTVER}` to upgrade to a link:https://fedoraproject.org/wiki * If you want to remove/install some packages manually before running `dnf system-upgrade download` again, it is advisable to perform those operations with `--setopt=keepcache=1` dnf command line option. Otherwise the whole package cache will be removed after your operation, and you will need to download all the packages once again. -. When the new GPG key is imported, you are asked to verify the key's fingerprint. Refer to link:https://getfedora.org/security[https://getfedora.org/security] to do so. +. When the new GPG key is imported, you are asked to verify the key's fingerprint. Refer to link:https://fedoraproject.org/security[https://fedoraproject.org/security] to do so. . Trigger the upgrade process. This will reboot your machine (immediately!, without a countdown or confirmation, so close other programs and save your work) into the upgrade process running in a console terminal: + From e4c9f4644154e85c13f868efb94ae2f508326b32 Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Tue, 24 Sep 2024 21:05:30 +0330 Subject: [PATCH 2/4] egrep is obsolescent; using grep -E --- modules/ROOT/pages/virtualization-getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/virtualization-getting-started.adoc b/modules/ROOT/pages/virtualization-getting-started.adoc index e6f3129..c50ea34 100644 --- a/modules/ROOT/pages/virtualization-getting-started.adoc +++ b/modules/ROOT/pages/virtualization-getting-started.adoc @@ -27,7 +27,7 @@ To run virtualization on Fedora, you need: KVM requires a CPU with virtualization extensions, found on most consumer CPUs. These extensions are called Intel VT or AMD-V. To check whether you have CPU support, run the following command: ---- -$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo +$ grep -E '^flags.*(vmx|svm)' /proc/cpuinfo ---- If this command results in nothing printed, your system does not support the relevant virtualization extensions. You can still use QEMU/KVM, but the emulator will fall back to software virtualization, which is much slower. From 0b92d4dba595707d6216aa6d546893bf68878b38 Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Tue, 24 Sep 2024 21:30:33 +0330 Subject: [PATCH 3/4] updated url --- modules/ROOT/pages/virtualization-getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/virtualization-getting-started.adoc b/modules/ROOT/pages/virtualization-getting-started.adoc index c50ea34..78e7b4f 100644 --- a/modules/ROOT/pages/virtualization-getting-started.adoc +++ b/modules/ROOT/pages/virtualization-getting-started.adoc @@ -118,7 +118,7 @@ The installation of Fedora guests using Anaconda is supported. The installation `virt-install` is a command-line based tool for creating virtualized guests. Execute `virt-install --help` for command line help, or you can find the manual page at `man 1 virt-install`. -To use the virt-install command, you should first download an ISO of the Fedora version you wish to install. You can find the latest Fedora images at https://getfedora.org. This ISO is only needed during Fedora installation, and can be deleted to free up storage space afterwards if desired. +To use the virt-install command, you should first download an ISO of the Fedora version you wish to install. You can find the latest Fedora images at https://fedoraproject.org. This ISO is only needed during Fedora installation, and can be deleted to free up storage space afterwards if desired. //More information about Fedora installation can be found in the xref:f{MAJOROSVER}@fedora:install-guide:index.adoc[Installation Guide]. From 450477894e9f0e579d9360c9b2e18fc5de44b576 Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Tue, 24 Sep 2024 21:47:49 +0330 Subject: [PATCH 4/4] updated broken url to fedoraproject.org --- modules/ROOT/pages/grub2-bootloader.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/grub2-bootloader.adoc b/modules/ROOT/pages/grub2-bootloader.adoc index 429baeb..d33359c 100644 --- a/modules/ROOT/pages/grub2-bootloader.adoc +++ b/modules/ROOT/pages/grub2-bootloader.adoc @@ -309,7 +309,7 @@ bootable by *GRUB2*. .Before you start -* Get the Fedora Live ISO from link:https://download.fedoraproject.org/pub/fedora/linux/releases/[getfedora.org]. +* Get the Fedora Live ISO from link:https://fedoraproject.org[fedoraproject.org]. * Prepare a bootable device using the downloaded ISO, either a CD or a USB.