mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Replace --no-grub by --no-bootloader.
Fixes <http://bugs.gnu.org/26551>.
Followup to a9eadc06ac
.
* doc/guix.texi: Replace all references to "--no-grub" by
"--no-bootloader".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
7f412f335d
commit
f8818360d5
1 changed files with 3 additions and 3 deletions
|
@ -7413,7 +7413,7 @@ guix system init /mnt/etc/config.scm /mnt
|
|||
|
||||
@noindent
|
||||
This copies all the necessary files and installs GRUB on
|
||||
@file{/dev/sdX}, unless you pass the @option{--no-grub} option. For
|
||||
@file{/dev/sdX}, unless you pass the @option{--no-bootloader} option. For
|
||||
more information, @pxref{Invoking guix system}. This command may trigger
|
||||
downloads or builds of missing packages, which can take some time.
|
||||
|
||||
|
@ -15094,7 +15094,7 @@ overwritten. This behavior mirrors that of @command{guix package}
|
|||
|
||||
It also adds a GRUB menu entry for the new OS configuration, and moves
|
||||
entries for older configurations to a submenu---unless
|
||||
@option{--no-grub} is passed.
|
||||
@option{--no-bootloader} is passed.
|
||||
|
||||
@quotation Note
|
||||
@c The paragraph below refers to the problem discussed at
|
||||
|
@ -15174,7 +15174,7 @@ needed for the system to operate correctly---e.g., the @file{/etc},
|
|||
@file{/var}, and @file{/run} directories, and the @file{/bin/sh} file.
|
||||
|
||||
This command also installs GRUB on the device specified in
|
||||
@file{my-os-config}, unless the @option{--no-grub} option was passed.
|
||||
@file{my-os-config}, unless the @option{--no-bootloader} option was passed.
|
||||
|
||||
@item vm
|
||||
@cindex virtual machine
|
||||
|
|
Loading…
Reference in a new issue