Add 'unverified' banner on top of each file and review instructions to readme

This commit is contained in:
Petr Bokoc 2019-03-20 23:42:41 +01:00
parent f445cb1eab
commit aa9f1e8159
76 changed files with 237 additions and 76 deletions

View file

@ -3,6 +3,8 @@ ifdef::context[:parent-context: {context}]
[id='bootloading-with-grub2']
= Bootloading with GRUB2
include::{partialsdir}/unreviewed-message.adoc[]
*GRUB2* is the latest version of *GNU GRUB*, the _GRand Unified Bootloader_. A bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel. In Fedora, the kernel is Linux. The kernel then initializes the rest of the operating system.
*GRUB2* is the follower of the previous version *GRUB* (version 0.9x). The original version is available under the name *GRUB Legacy*.