3.7 Install: revise slightly the language of factors to consider when choosing a bootloader

This commit is contained in:
John McQuah 2022-08-12 10:21:09 -04:00
parent d7881afde5
commit e82f0977b3
1 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ for details about %fn%/etc/rc.conf%%.
* Edit %fn%/etc/rc.d/net%%, %fn%/etc/hosts%% and %fn%/etc/resolv.conf%% to
configure your network (ip-address/gateway/hostname/domain/dns).
* Go to %fn%/usr/src/linux-5.15.x%%, configure and compile a new kernel.
* Go to %fn%/usr/src/linux-5.15.55%%, configure and compile a new kernel.
[[#KernelBuildingNotes]]
->%lfloat%http://crux.nu/doc/images/note.png
@ -221,7 +221,7 @@ enabled.
$ make menuconfig
$ make all
$ make modules_install
$ cp arch/x86/boot/bzImage /boot/vmlinuz-5.15.55-1
$ cp arch/x86/boot/bzImage /boot/vmlinuz-5.15.55
$ cp System.map /boot
->%lfloat%http://crux.nu/doc/images/note.png
@ -248,8 +248,8 @@ boot mode enabled in your BIOS''', you will want to install a bootloader on
your hard disk. Simple instructions are provided below for four distinct
combinations of bootloader and BIOS setting. You are advised to choose one
of the following options based on how your BIOS is configured and on how
important you consider hand-editable configuration files. The EFI stub
option is presented in the [[#EFI-stub-install|Appendix]], if you find it
much you value "do-it-yourself" config files. The EFI stub option is
presented in the [[#EFI-stub-install|Appendix]], if you find it
simpler to modify EFI variables rather than configuration files.
* GRUB, in UEFI boot mode: