> On 8 Apr 2018, at 17:23, O. Hartmann <ohartm...@walstatt.org> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Am Sun, 8 Apr 2018 11:55:27 +0000 (UTC) > Toomas Soome <tso...@freebsd.org> schrieb: > >> Author: tsoome >> Date: Sun Apr 8 11:55:27 2018 >> New Revision: 332272 >> URL: https://svnweb.freebsd.org/changeset/base/332272 >> >> Log: >> loader: 332270 did use wrong path for efi.4th >> >> The correct path is still /boot/efi.4th >> >> Modified: >> head/stand/forth/loader.4th >> >> Modified: head/stand/forth/loader.4th >> ============================================================================== >> --- 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] >> >> 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-unsubscr...@freebsd.org" > > Recent CURRENT (332274) fails to boot on NanoBSD with : > [...] > efi-autoresizecons not found > Error while including /boot/efi.4th, > > Got this tested anyway? >
I'm sorry, you need r332275 - I totally did miss the i386 subdir has another loader.rc. rgds, toomas _______________________________________________ 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-unsubscr...@freebsd.org"