MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Red_Hat_Satellite",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "985": {
                "pageid": 985,
                "ns": 0,
                "title": "Rebuilding the initial ramdisk",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "The initial ramdisk, also known as initrd or initramfs, contains a small filesystem that is used as part of the first stage of the Linux boot process. This filesystem must contain all the necessary files and kernel modules that the kernel needs in order to continue on the boot process. When upgrading a kernel or changing a system's hardware, it may be necessary to rebuild the initrd file so that it contains the appropriate kernel modules.\n\n== Rebuilding the initial ramdisk ==\nOn Red Hat Enterprise Linux 6, 7, 8, 9 or its derivatives, the initrd file resides in the /boot directory and is generated by the <code>dracut</code> utility.\n\nYou can re-generate the initrd file for a specific kernel version by running:\n{{Highlight\n| code = # KernelVersion=\"4.18.0-348.23.1.el8_5.x86_64\"\n# dracut -f /boot/initramfs-$KernelVersion.img $KernelVersion\n| lang = terminal\n}}\n\n== See Also ==\n\n* How to rebuild the initial ramdisk image in Red Hat Enterprise Linux - https://access.redhat.com/solutions/1958"
                    }
                ]
            },
            "104": {
                "pageid": 104,
                "ns": 0,
                "title": "Red Hat Enterprise Linux",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "==Versions==\n{| class=\"wikitable\"\n|+\n!Red Hat Enterprise Version\n!Upstream Source\n!Kernel Version\n!Launched\n!End of Support\n|-\n|RHEL 2.1\n|Red Hat Linux 7.2\n|Kernel 2.4.9\n|March 26, 2002\n|May 31, 2009\n|-\n|RHEL 3\n|Red Hat Linux 10\n|Kernel 2.4.21\n|October 22, 2003\n|January 30, 2014\n|-\n|RHEL 4.0 - 4.9\n|Fedora Core 3\n|Kernel 2.6.9\n|February 15, 2005\n|March 31, 2017\n|-\n|RHEL 5.0 - 5.11\n|Fedora Core 6\n|Kernel 2.6.18\n|March 15, 2007 (5.0)\n|November 30, 2020\n|-\n|RHEL 6.0 - 6.10\n|Fedora 12, 13\n|Kernel 2.6.32\n|November 10, 2010 (6.0)\n|June 30, 2024\n|-\n|RHEL 7.0 - 7.8\n|Fedora 19, 20\n|Kernel 3.10\n|June 10, 2014 (7.0)\n|TBD, Guessing 2027-2028?\n|-\n|RHEL 8.0 - 8.x\n|Fedora 28\n|Kernel 4.18\n|May 7, 2019 (8.0)\n|?\n|}\n<br />\n\n==Tasks==\n\n===Enabling EPEL Repo===\nThe Red Hat Enterprise Linux (RHEL) EPEL repository should be available via yum on most recent RHEL-based distributions and can be installed by running:\n{{highlight|lang=terminal|code=\n# yum install epel-release\n}}\n\nOn older distributions (such as RHEL 5 or RHEL 6), you may need to install the {{code|epel-release}} RPM manually:\n\n{{highlight|lang=terminal|code=\n# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n# wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm\n# sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm\n}}\n\n==See Also==\n\n*http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x\n\n\n{{Navbox Linux}}\n[[Category:Linux]]\n[[Category:Operating_Systems]]"
                    }
                ]
            }
        }
    }
}