diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-04-11 18:02:13 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-04-11 18:02:13 +0000 |
commit | 7afc7a8717bd2bbed6bedf2873694626ce9afb27 (patch) | |
tree | 95cdc7ec53db82aa9138b2a0ac6e270d7e0ff4bf /stand/forth/loader.rc | |
parent | 0437c8e3b1981415c8010f0e3e6517ebdaf34247 (diff) | |
download | src-7afc7a8717bd2bbed6bedf2873694626ce9afb27.tar.gz src-7afc7a8717bd2bbed6bedf2873694626ce9afb27.zip |
Revert r332275, r332272, r332270
There's problems with them. The order of efi stuff isn't quite right,
and there's various problems. Revert until thos problems can be fixed.
Reviewed by: kevans@
Notes
Notes:
svn path=/head/; revision=332413
Diffstat (limited to 'stand/forth/loader.rc')
-rw-r--r-- | stand/forth/loader.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/forth/loader.rc b/stand/forth/loader.rc index 0bc66579cd0f..d898a7de6354 100644 --- a/stand/forth/loader.rc +++ b/stand/forth/loader.rc @@ -6,12 +6,15 @@ \ \ Includes additional commands include /boot/loader.4th +include /boot/efi.4th try-include /boot/loader.rc.local \ Reads and processes loader.conf variables \ NOTE: Change to `initialize' if you enable the below boot menu start +maybe-efi-resizecons + \ Tests for password -- executes autoboot first if a password was defined check-password |