build - Add the 'efisetup' script
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Mar 2017 02:06:57 +0000 (19:06 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Mar 2017 16:16:53 +0000 (09:16 -0700)
commitf228fa3127bc34132f1dba5df4b54095b9929c1d
treed63e2f0d2f02a8af8f9d483156b73615f1a4b9ac
parent9d8f4371257932a265ab01e0318767a7c71c90e4
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.
usr.sbin/Makefile
usr.sbin/efisetup/Makefile [new file with mode: 0644]
usr.sbin/efisetup/efisetup.8 [new file with mode: 0644]
usr.sbin/efisetup/efisetup.sh [new file with mode: 0755]