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 02:06:57 +0000 (19:06 -0700)
commit9348a73898b199ed461acca8381aeb1eec48c64f
tree15be872edcdc7db66247b99af0d4d3a19ab7de7c
parente16c650d787872d60f6ca3d20a7f1bc1e0c19261
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]