diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-14 13:59:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-14 14:02:02 +0300 |
commit | 4fd8145747493f79d1393be5a4468d9c701e1144 (patch) | |
tree | 96962b9cd4b3c875399f72b38a3df226dfcf9101 /sys-boot/grub | |
parent | sys-libs/llvm-libunwind: Revert "Enable py3.8" (diff) | |
download | gentoo-4fd8145747493f79d1393be5a4468d9c701e1144.tar.gz gentoo-4fd8145747493f79d1393be5a4468d9c701e1144.tar.bz2 gentoo-4fd8145747493f79d1393be5a4468d9c701e1144.zip |
sys-boot/grub: Do not reference grub2 in default file
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/files/grub.default-3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/files/grub.default-3 b/sys-boot/grub/files/grub.default-3 index 593b019db7d4..3faabf9c6ea9 100644 --- a/sys-boot/grub/files/grub.default-3 +++ b/sys-boot/grub/files/grub.default-3 @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # To populate all changes in this file you need to regenerate your # grub configuration file afterwards: -# 'grub2-mkconfig -o /boot/grub/grub.cfg' +# 'grub-mkconfig -o /boot/grub/grub.cfg' # # See the grub info page for documentation on possible variables and # their associated values. |