Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 16:19:39 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285138 - head/sys/boot/arm/uboot
Message-ID:  <201507041619.t64GJdVj088349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Sat Jul  4 16:19:38 2015
New Revision: 285138
URL: https://svnweb.freebsd.org/changeset/base/285138

Log:
  Install loader.rc with ARM u-boot loader (ubldr).
  
  loader.rc is the responsible to read and process loader.conf variables.
  
  This fix the issue of loader.conf being silently ignored.
  
  MFC after:	3 days

Modified:
  head/sys/boot/arm/uboot/Makefile

Modified: head/sys/boot/arm/uboot/Makefile
==============================================================================
--- head/sys/boot/arm/uboot/Makefile	Sat Jul  4 15:56:59 2015	(r285137)
+++ head/sys/boot/arm/uboot/Makefile	Sat Jul  4 16:19:38 2015	(r285138)
@@ -149,10 +149,9 @@ CLEANFILES+=	ldscript.abs ldscript.pie u
 .PATH: ${.CURDIR}/../../forth
 .include	"${.CURDIR}/../../forth/Makefile.inc"
 
-# Put sample loader.rc and menu.rc on disk but don't enable them
-# by default.
+# Install loader.rc.
 FILES+=	loader.rc
-FILESNAME_loader.rc=	loader.rc.sample
+# Put sample menu.rc on disk but don't enable it by default.
 FILES+=	menu.rc
 FILESNAME_menu.rc=	menu.rc.sample
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507041619.t64GJdVj088349>