From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MqLSS-0004Zu-7Q for mharc-grub-devel@gnu.org; Wed, 23 Sep 2009 02:36:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqLSP-0004ZN-T5 for grub-devel@gnu.org; Wed, 23 Sep 2009 02:36:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqLSL-0004Xe-7l for grub-devel@gnu.org; Wed, 23 Sep 2009 02:36:05 -0400 Received: from [199.232.76.173] (port=42915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqLSL-0004XN-0p for grub-devel@gnu.org; Wed, 23 Sep 2009 02:36:01 -0400 Received: from mail-fx0-f205.google.com ([209.85.220.205]:57111) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqLSK-0006gw-Os for grub-devel@gnu.org; Wed, 23 Sep 2009 02:36:00 -0400 Received: by fxm1 with SMTP id 1so326682fxm.31 for ; Tue, 22 Sep 2009 23:35:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=OZscmzVUPoSwElHfOxavRaiCWGj5wHRYa884/25ceR4=; b=F10mB1qg/S3XpAOKL8BzhCIEmzy/4kDR9vO3aktSnpbK3SsfgC5h8K9RrtEp7JVw5Q sC7pp19xxiTvCD+r1dKpfmjp0K47mG9xdZ7XzE0hvPPoE4zS+VqBt/uv538qUsnj0oj1 6P+oypN6Xry7jm0+S1bbNLIfsgWSchwPjhPDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=wyPXk77bnpoNt5ngx9w5HvlWkIGyrlJ+zOSU0jGolO+66nvIzXbHcaPhJrG0/n1bTd z6RxiJ1bhFzqvccIT6ddZI17OGtuFPHuklUrQj1Rj73qI8gihIQywrdMAW1NPOHtFe5G Jg+m+uZ7cWYaXf2ojA9+NsBBUMdxTU8T0a2Mo= Received: by 10.86.235.14 with SMTP id i14mr1545385fgh.52.1253687759809; Tue, 22 Sep 2009 23:35:59 -0700 (PDT) Received: from ?82.130.80.94? (hg-public-dock-94-dhcp.ethz.ch [82.130.80.94]) by mx.google.com with ESMTPS id d4sm1092363fga.13.2009.09.22.23.35.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Sep 2009 23:35:59 -0700 (PDT) Message-ID: <4AB9C1D1.9040004@gmail.com> Date: Wed, 23 Sep 2009 08:36:01 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <875790.2323.qm@web112116.mail.gq1.yahoo.com> In-Reply-To: <875790.2323.qm@web112116.mail.gq1.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub-install for FreeBSD X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 06:36:06 -0000 Andrey Shuvikov wrote: > Hello, > > I tried to install Grub2 under FreeBSD but grub-install failed because readlink doesn't understand -f and stat doesn't have -c. I edited grub-mkconfig_lib.in to use different commands instead. I'm not sure it's the right way to handle this difference but it worked. The patch is attached. > > We're aware of this problem. Felix Zielcke has a solution but at this point it's deemed too intrusive. We'll probably commit it once feature freeze is over > Regards, > Andrey > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel >