Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 13:40:38 +0000 (UTC)
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332275 - head/stand/i386/loader
Message-ID:  <201804081340.w38DecUO007500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tsoome
Date: Sun Apr  8 13:40:38 2018
New Revision: 332275
URL: https://svnweb.freebsd.org/changeset/base/332275

Log:
  loader: 332270 did left out stand/i386/loader/loader.rc
  
  we have 2 instances of loader.rc...

Modified:
  head/stand/i386/loader/loader.rc

Modified: head/stand/i386/loader/loader.rc
==============================================================================
--- head/stand/i386/loader/loader.rc	Sun Apr  8 12:20:06 2018	(r332274)
+++ head/stand/i386/loader/loader.rc	Sun Apr  8 13:40:38 2018	(r332275)
@@ -3,13 +3,10 @@
 \
 \ Includes additional commands
 include /boot/loader.4th
-include /boot/efi.4th
 try-include /boot/loader.rc.local
 
 \ Reads and processes loader.conf variables
 initialize
-
-maybe-efi-resizecons
 
 \ Tests for password -- executes autoboot first if a password was defined
 check-password



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