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 2BB56138330 for ; Wed, 5 Oct 2016 19:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85FC0E0AAA; Wed, 5 Oct 2016 19:35:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DCE1E0AAA for ; Wed, 5 Oct 2016 19:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE3A3341126 for ; Wed, 5 Oct 2016 19:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01738248D for ; Wed, 5 Oct 2016 19:35:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1475696106.fcd0a7641b420e154d6075b203d51e74c268c0ff.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/files/grub.cfg.example X-VCS-Directories: sys-boot/grub/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fcd0a7641b420e154d6075b203d51e74c268c0ff X-VCS-Branch: master Date: Wed, 5 Oct 2016 19:35: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-Archives-Salt: 5bd54b21-a2b4-4395-af40-5f1705f3604d X-Archives-Hash: 089fd0c5d77b49559657039b6cda17bc commit: fcd0a7641b420e154d6075b203d51e74c268c0ff Author: Mike Gilbert gentoo org> AuthorDate: Wed Oct 5 19:34:34 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 5 19:35:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd0a764 sys-boot/grub: prune the more obscure examples sys-boot/grub/files/grub.cfg.example | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/sys-boot/grub/files/grub.cfg.example b/sys-boot/grub/files/grub.cfg.example index 1a19929..583e1df 100644 --- a/sys-boot/grub/files/grub.cfg.example +++ b/sys-boot/grub/files/grub.cfg.example @@ -70,21 +70,3 @@ menuentry "FreeBSD" { set kFreeBSD.vfs.root.mountfrom=zfs:freepool/freebsd set kFreeBSD.hw.psm.synaptics_support=1 } - -menuentry "Fedora 16 installer" { - search --set=root --label GRUB --hint hd0,msdos5 - linux /fedora/vmlinuz lang=en_US keymap=sg resolution=1280x800 - initrd /fedora/initrd.img -} - -menuentry "Fedora rawhide installer" { - search --set=root --label GRUB --hint hd0,msdos5 - linux /fedora/vmlinuz repo=ftp://mirror.switch.ch/mirror/fedora/linux/development/rawhide/x86_64 lang=en_US keymap=sg resolution=1280x800 - initrd /fedora/initrd.img -} - -menuentry "Debian sid installer" { - search --set=root --label GRUB --hint hd0,msdos5 - linux /debian/dists/sid/main/installer-amd64/current/images/hd-media/vmlinuz - initrd /debian/dists/sid/main/installer-amd64/current/images/hd-media/initrd.gz -}