Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Apr 2018 17:28:46 +0300
From:      Toomas Soome <tsoome@me.com>
To:        "O. Hartmann" <ohartmann@walstatt.org>
Cc:        Toomas Soome <tsoome@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r332272 - head/stand/forth
Message-ID:  <39953A88-34F1-4FA4-A852-9859841E1356@me.com>
In-Reply-To: <20180408162354.7985909a@thor.intern.walstatt.dynvpn.de>
References:  <201804081155.w38BtR1K056446@repo.freebsd.org> <20180408162354.7985909a@thor.intern.walstatt.dynvpn.de>

next in thread | previous in thread | raw e-mail | index | archive | help


> On 8 Apr 2018, at 17:23, O. Hartmann <ohartmann@walstatt.org> wrote:
>=20
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>=20
> Am Sun, 8 Apr 2018 11:55:27 +0000 (UTC)
> Toomas Soome <tsoome@FreeBSD.org> schrieb:
>=20
>> Author: tsoome
>> Date: Sun Apr  8 11:55:27 2018
>> New Revision: 332272
>> URL: https://svnweb.freebsd.org/changeset/base/332272
>>=20
>> Log:
>>  loader: 332270 did use wrong path for efi.4th
>>=20
>>  The correct  path is still /boot/efi.4th
>>=20
>> Modified:
>>  head/stand/forth/loader.4th
>>=20
>> Modified: head/stand/forth/loader.4th
>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> --- head/stand/forth/loader.4th	Sun Apr  8 11:50:06 2018	=
(r332271)
>> +++ head/stand/forth/loader.4th	Sun Apr  8 11:55:27 2018	=
(r332272)
>> @@ -47,7 +47,7 @@ include /boot/color.4th
>> include /boot/delay.4th
>> include /boot/check-password.4th
>> s" efi-version" getenv? [if]
>> -	include /boot/forth/efi.4th
>> +	include /boot/efi.4th
>> [then]
>>=20
>> only forth definitions
>> _______________________________________________
>> svn-src-head@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/svn-src-head
>> To unsubscribe, send any mail to =
"svn-src-head-unsubscribe@freebsd.org"
>=20
> Recent CURRENT (332274) fails to boot on NanoBSD with :
> [...]
> efi-autoresizecons not found
> Error while including /boot/efi.4th,
>=20
> Got this tested anyway?
>=20

I'm sorry, you need r332275 - I totally did miss the i386 subdir has =
another loader.rc.=20

rgds,
toomas




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39953A88-34F1-4FA4-A852-9859841E1356>