On Tue, Oct 11, 2016 at 5:19 PM, Shawn Webb <shawn.w...@hardenedbsd.org> wrote: > On Tue, Oct 11, 2016 at 05:13:24PM -0600, Warner Losh wrote: >> On Tue, Oct 11, 2016 at 5:11 PM, Shawn Webb <shawn.w...@hardenedbsd.org> >> wrote: >> > On Tue, Oct 11, 2016 at 10:31:46PM +0000, Warner Losh wrote: >> >> Author: imp >> >> Date: Tue Oct 11 22:31:45 2016 >> >> New Revision: 307072 >> >> URL: https://svnweb.freebsd.org/changeset/base/307072 >> >> >> >> Log: >> >> Add efivar(1) to manipulate EFI variables. It uses a similar command >> >> line interface to the Linux program, as well as adding a number of >> >> useful features to make using it in shell scripts easier (since we >> >> don't have a filesystem to fall back on interacting with). >> >> >> >> Differential Revision: https://reviews.freebsd.org/D8128 >> >> Reviewed by: kib@, wblock@, Ganael Laplanche >> >> >> >> Added: >> >> head/usr.sbin/efivar/ >> >> head/usr.sbin/efivar/Makefile (contents, props changed) >> >> head/usr.sbin/efivar/efivar.8 (contents, props changed) >> >> head/usr.sbin/efivar/efivar.c (contents, props changed) >> >> Modified: >> >> head/usr.sbin/Makefile >> > >> > The commit log says efivar(1), but the manpage is efivar(8). Maybe 1 is >> > a typo? >> >> (1) is a typo :( > > No worries. Thanks for the quick response. I just wanted to make sure > that it was supposed to be 8 versus the 1 in the log. > > Good to see a program like this in base. Good work.
Next up: corrected EFI variable support in the boot loader, and efibootmgr from Linux in ports... Warner _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"