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