svn commit: r332275 - head/stand/i386/loader

Toomas Soome tsoome at FreeBSD.org
Sun Apr 8 13:40:39 UTC 2018


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


More information about the svn-src-all mailing list