From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80C71138351 for ; Wed, 8 Apr 2020 18:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B86B7E092A; Wed, 8 Apr 2020 18:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2F57E092A for ; Wed, 8 Apr 2020 18:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7458F34EF99 for ; Wed, 8 Apr 2020 18:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F8FD1C3 for ; Wed, 8 Apr 2020 18:26:09 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1586370336.50254233f26f276c0597fb72614d982657f2227d.dilfridge@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2016-08-11-grub2_multislot_default/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt X-VCS-Directories: 2016-08-11-grub2_multislot_default/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 50254233f26f276c0597fb72614d982657f2227d X-VCS-Branch: master Date: Wed, 8 Apr 2020 18:26:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea1d6821-6e31-4e92-ae3f-031c87c29b44 X-Archives-Hash: e6ff5967b33efcb9d641abcf3253b673 commit: 50254233f26f276c0597fb72614d982657f2227d Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Apr 8 18:25:36 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Apr 8 18:25:36 2020 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=50254233 Drop obsolete news item 2016-08-11-grub2_multislot_default Signed-off-by: Andreas K. Hüttel gentoo.org> .../2016-08-11-grub2_multislot_default.en.txt | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt b/2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt deleted file mode 100644 index 2cd1891..0000000 --- a/2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt +++ /dev/null @@ -1,21 +0,0 @@ -Title: Grub2 multislot default setting is changing -Author: William Hubbs -Author: Ian Stakenvicius -Content-Type: text/plain -Posted: 2016-08-11 -Revision: 1 -News-Item-Format: 1.0 -Display-If-Installed: >=sys-boot/grub-2 - -The multislot use flag in sys-boot/grub-2.x is no longer enabled by -default. - -When the flag is enabled, all upstream binaries and documentation are -renamed to "grub2" so as not to collide with grub-0. Now that the use -flag is no longer default-enabled, these names will revert back to -their upstream defaults. For example, grub2-mkconfig will become -grub-mkconfig, grub2-install will become grub-install, etc. - -If you wish to retain the previous naming scheme, please make sure to -explicitly enable USE="multislot" on sys-boot/grub in the usual manner. -