added notation about where directory for grub config file is
This commit is contained in:
parent
3f6ff6f640
commit
36f5077f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Then install the desired kernel and headers:
|
|||
|
||||
sudo pacman -S linux-lts linux-lts-headers
|
||||
|
||||
Although optional, configuring your grub config file with the following adjustments can make selecting the kernel easier (essentially all kernels will show when the GRUB menu loads, and GRUB will remember which kernel you used last).
|
||||
Although optional, configuring your grub config file (found in the /etc/default directory) with the following adjustments can make selecting the kernel easier (essentially all kernels will show when the GRUB menu loads, and GRUB will remember which kernel you used last).
|
||||
|
||||
GRUB_SAVEDEFAULT="true"
|
||||
GRUB_DISABLE_SUBMENU="y"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue