From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VjVAv-00034R-5B for mharc-grub-devel@gnu.org; Thu, 21 Nov 2013 09:24:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjVAl-0002qW-Jg for grub-devel@gnu.org; Thu, 21 Nov 2013 09:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjVAe-0003U4-4j for grub-devel@gnu.org; Thu, 21 Nov 2013 09:23:59 -0500 Received: from smtp22.services.sfr.fr ([93.17.128.10]:4987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjVAd-0003QH-Un for grub-devel@gnu.org; Thu, 21 Nov 2013 09:23:52 -0500 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2202.sfr.fr (SMTP Server) with ESMTP id BF8E570000FC; Thu, 21 Nov 2013 15:23:49 +0100 (CET) Received: from [192.168.1.13] (206.250.88.79.rev.sfr.net [79.88.250.206]) by msfrf2202.sfr.fr (SMTP Server) with ESMTP id 9366570000E6; Thu, 21 Nov 2013 15:23:49 +0100 (CET) X-SFR-UUID: 20131121142349603.9366570000E6@msfrf2202.sfr.fr Message-ID: <528E1775.9090304@neuf.fr> Date: Thu, 21 Nov 2013 15:23:49 +0100 From: =?iso-8859-1?b?UultaQ==?= Mathieu User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Shouldn't unicode.pf2 be installed into /boot/grub ? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 93.17.128.10 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 14:24:07 -0000 Hi Here is what can be found in grub.cfg /"search --no-floppy --fs-uuid --set=root // //if loadfont /usr/share/grub/unicode.pf2 ; then//" / GNU/Linux file hierarchie has been defined to keep together what is needed for any operation. So, shouldn't all material needed by grub to be kept in the /grub directory and the file unicode.pf2 be installed at grub-install time into this very directory ? Arbiel