git: DragonFly_RELEASE_4_8 build - Add the 'efisetup' script
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Mar 23 09:16:58 PDT 2017
commit f228fa3127bc34132f1dba5df4b54095b9929c1d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Mar 22 19:06:57 2017 -0700
build - Add the 'efisetup' script
* Add the 'efisetup' script to /usr/sbin. This script is capable of
creating a pristine UEFI bootable DragonFlyBSD installation on the
target drive. The target drive will be wiped.
Note that this script does only a basic installation... literally once
it sets up the partitions it just does an installworld, make distribution,
and installkernel, and then some minor adjustments to create the initial
/etc/rc.conf, /etc/fstab, and /boot/loader.conf.
* Requires that you previously did a buildworld and buildkernel
before running the script.
Summary of changes:
usr.sbin/Makefile | 1 +
usr.sbin/efisetup/Makefile | 7 ++
usr.sbin/efisetup/efisetup.8 | 93 ++++++++++++++++
usr.sbin/efisetup/efisetup.sh | 254 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 355 insertions(+)
create mode 100644 usr.sbin/efisetup/Makefile
create mode 100644 usr.sbin/efisetup/efisetup.8
create mode 100755 usr.sbin/efisetup/efisetup.sh
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f228fa3127bc34132f1dba5df4b54095b9929c1d
--
DragonFly BSD source repository
More information about the Commits
mailing list