From 36f5077f4a8ce92bbef25abcaf4b62ad16865590 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 10 Mar 2022 17:32:15 -0800 Subject: [PATCH] added notation about where directory for grub config file is --- install_multiple_kernels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_multiple_kernels.txt b/install_multiple_kernels.txt index d0b8f1fa..d2a20701 100644 --- a/install_multiple_kernels.txt +++ b/install_multiple_kernels.txt @@ -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"