git: build - Add the 'efisetup' script
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Mar 22 19:08:55 PDT 2017
commit 9348a73898b199ed461acca8381aeb1eec48c64f
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/9348a73898b199ed461acca8381aeb1eec48c64f
--
DragonFly BSD source repository
More information about the Commits
mailing list