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 D55D5139694 for ; Fri, 28 Apr 2017 00:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC011E0C78; Fri, 28 Apr 2017 00:36:55 +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 761ABE0C78 for ; Fri, 28 Apr 2017 00:36:55 +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 D3E3A341718 for ; Fri, 28 Apr 2017 00:36:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1513A743E for ; Fri, 28 Apr 2017 00:36:52 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1493339795.df0a2f61c3b96fb3516cc8df148ff4e33a33eea0.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/metadata.xml X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: df0a2f61c3b96fb3516cc8df148ff4e33a33eea0 X-VCS-Branch: master Date: Fri, 28 Apr 2017 00:36:52 +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: 2e0e3b52-bee5-473b-8637-f5a332c6c17e X-Archives-Hash: fe9c0a0682659169ab758fb962983096 commit: df0a2f61c3b96fb3516cc8df148ff4e33a33eea0 Author: Sam Jorna gentoo org> AuthorDate: Fri Apr 28 00:36:35 2017 +0000 Commit: Sam Jorna gentoo org> CommitDate: Fri Apr 28 00:36:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0a2f61 sys-boot/refind: reorder metadata.xml Output from some tools (equery) prints first language rather than respecting LANG (see bug 616800). Re-ordering as workaround for this. Reported-by: Wes sol1.com.au> Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-boot/refind/metadata.xml | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/sys-boot/refind/metadata.xml b/sys-boot/refind/metadata.xml index 3bcc4473f8e..a5f94e9e04e 100644 --- a/sys-boot/refind/metadata.xml +++ b/sys-boot/refind/metadata.xml @@ -13,6 +13,20 @@ proxy-maint@gentoo.org Proxy Maintainers + +A graphical boot manager for EFI- and UEFI-based computers, such as all +Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a +boot menu showing all the EFI boot loaders on the EFI-accessible +partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot +entries on UEFI PCs with CSMs. EFI-compatbile OSes, including Linux, +provide boot loaders that rEFInd can detect and launch. rEFInd can launch +Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and +later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs, +ReiserFS, Btrfs, NTFS, HFS+, and ISO-9660 enable rEFInd to read boot +loaders from these filesystems, too. rEFInd's ability to detect boot +loaders at runtime makes it very easy to use, particularly when paired with +Linux kernels that provide EFI stub support. + Un gestionnaire d'amorçage pour ordinateur EFI ou UEFI tel que tous les Macs contenant un processeur Intel et les PC récents (2011 et après). rEFInd affiche @@ -29,30 +43,6 @@ systèmes de fichiers. La capacité de rEFInd à détecter les gestionnaires d'amorçage au moment de l'exécution le rend très facile à utiliser, en particulier associé à des noyau Linux qui fournissent un support EFI stub. - -A graphical boot manager for EFI- and UEFI-based computers, such as all -Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a -boot menu showing all the EFI boot loaders on the EFI-accessible -partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot -entries on UEFI PCs with CSMs. EFI-compatbile OSes, including Linux, -provide boot loaders that rEFInd can detect and launch. rEFInd can launch -Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and -later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs, -ReiserFS, Btrfs, NTFS, HFS+, and ISO-9660 enable rEFInd to read boot -loaders from these filesystems, too. rEFInd's ability to detect boot -loaders at runtime makes it very easy to use, particularly when paired with -Linux kernels that provide EFI stub support. - - - Construire le gestionnaire EFI pour le système de fichier ext2 - Construire le gestionnaire EFI pour le système de fichier ext4 - Construire le gestionnaire EFI pour le système de fichier reiserfs - Construire le gestionnaire EFI pour le système de fichier iso9660 - Construire le gestionnaire EFI pour le système de fichier hfs - Construire le gestionnaire EFI pour le système de fichier btrfs - Construire le gestionnaire EFI pour le système de fichier ntfs - Compiler en utilisant GNU-EFI au lieu de Tianocore - Builds the EFI binary ext2 filesystem driver Builds the EFI binary ext4 filesystem driver @@ -63,6 +53,16 @@ Linux kernels that provide EFI stub support. Builds the EFI binary ntfs filesystem driver Compile using GNU-EFI instead of Tianocore + + Construire le gestionnaire EFI pour le système de fichier ext2 + Construire le gestionnaire EFI pour le système de fichier ext4 + Construire le gestionnaire EFI pour le système de fichier reiserfs + Construire le gestionnaire EFI pour le système de fichier iso9660 + Construire le gestionnaire EFI pour le système de fichier hfs + Construire le gestionnaire EFI pour le système de fichier btrfs + Construire le gestionnaire EFI pour le système de fichier ntfs + Compiler en utilisant GNU-EFI au lieu de Tianocore + refind