Blame SOURCES/0352-docs-grub-grub-install-is-no-longer-a-shell-script.patch

3efed6
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
3efed6
From: Daniel Axtens <dja@axtens.net>
3efed6
Date: Sat, 15 Aug 2020 01:00:11 +1000
3efed6
Subject: [PATCH] docs/grub: grub-install is no longer a shell script
3efed6
3efed6
Since commit cd46aa6cefab in 2013, grub-install hasn't been a shell
3efed6
script. The para doesn't really add that much, especially since it's
3efed6
the user manual, so just drop it.
3efed6
3efed6
(adjust docs: s/grub/grub2)
3efed6
Signed-off-by: Daniel Axtens <dja@axtens.net>
3efed6
---
3efed6
 docs/grub.texi | 7 -------
3efed6
 1 file changed, 7 deletions(-)
3efed6
3efed6
diff --git a/docs/grub.texi b/docs/grub.texi
b71686
index 61c92a1e0..34517e674 100644
3efed6
--- a/docs/grub.texi
3efed6
+++ b/docs/grub.texi
3efed6
@@ -695,13 +695,6 @@ floppy instead of exposing the USB drive as a hard disk (they call it
3efed6
 This install doesn't conflict with standard install as long as they are in
3efed6
 separate directories.
3efed6
 
3efed6
-Note that @command{grub2-install} is actually just a shell script and the
3efed6
-real task is done by other tools such as @command{grub2-mkimage}. Therefore,
3efed6
-you may run those commands directly to install GRUB, without using
3efed6
-@command{grub2-install}. Don't do that, however, unless you are very familiar
3efed6
-with the internals of GRUB. Installing a boot loader on a running OS may be
3efed6
-extremely dangerous.
3efed6
-
3efed6
 On EFI systems for fixed disk install you have to mount EFI System Partition.
3efed6
 If you mount it at @file{/boot/efi} then you don't need any special arguments:
3efed6