freebsd-dev/release/scripts
Glen Barber 1e7c1f1742 Initial rewrite to consolidate VM image build scripts into one.
There may be some very sharp edges here while refactoring.

 - Move amd64/mk-vmimage.sh -> scripts/mk-vmimage.sh.
 - Remove vm-base target from Makefile.vm.
 - In vm-image target, use getopts flags for argument passing.
 - Create tools/vmimage.subr, containing default and prototype
   for the following functions that are used to drive the build,
   run in this order:

   vm_install_base()
   vm_extra_install_base()
   vm_extra_install_packages()
   vm_extra_install_ports()
   vm_extra_enable_services()
   vm_extra_pre_umount()
   vm_create_disk()
   vm_extra_create_disk()

 - In tools/azure.conf, override:

   vm_extra_install_base()
   vm_extra_pre_umount()
   vm_extra_create_disk()

 - In tools/openstack.conf, override:

   vm_extra_install_base()
   vm_extra_pre_umount()

Sponsored by:	The FreeBSD Foundation
2014-11-05 13:22:19 +00:00
..
FreeBSD_install_cdrom.conf Disable the main FreeBSD pkg(7) repositories in the dvd 2014-05-22 19:25:41 +00:00
list-new-changesets.py Add a script which lists SVN log entries only for changesets 2014-02-28 23:12:20 +00:00
make-manifest.sh Add generation of an installation manifest containing SHA256 checksums as 2011-03-13 17:15:31 +00:00
mk-vmimage.sh Initial rewrite to consolidate VM image build scripts into one. 2014-11-05 13:22:19 +00:00
mm-mtree.sh Remove an nunnecessary reference to csup. 2014-06-25 12:17:00 +00:00
pkg-stage.sh When populating the dvd/packages/ directory, create 2014-09-19 17:23:44 +00:00
relnotes-search.sh Use 'return' instead of 'exit' in main(), since the script exits 2014-05-05 23:36:46 +00:00