git: Bring in efibootmgr(8) from FreeBSD.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Jun 12 23:56:41 PDT 2020
commit abf903a5a7f8db18a713f4c29ad418bcb4528126
Author: Sascha Wildner <saw at online.de>
Date: Sat Jun 13 08:52:58 2020 +0200
Bring in efibootmgr(8) from FreeBSD.
Taken-from: FreeBSD
Summary of changes:
share/man/man8/uefi.8 | 3 +-
usr.sbin/Makefile | 1 +
usr.sbin/efibootmgr/Makefile | 15 +
usr.sbin/efibootmgr/efibootmgr.8 | 237 +++++++++
usr.sbin/efibootmgr/efibootmgr.c | 1021 ++++++++++++++++++++++++++++++++++++++
5 files changed, 1276 insertions(+), 1 deletion(-)
create mode 100644 usr.sbin/efibootmgr/Makefile
create mode 100644 usr.sbin/efibootmgr/efibootmgr.8
create mode 100644 usr.sbin/efibootmgr/efibootmgr.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/abf903a5a7f8db18a713f4c29ad418bcb4528126
--
DragonFly BSD source repository
More information about the Commits
mailing list