Searched hist:"1 e7c1f17428a0b342afd622fad341a389bed7a3f" (Results 1 – 5 of 5) sorted by relevance
/freebsd/release/tools/ |
H A D | openstack.conf | diff 1e7c1f17428a0b342afd622fad341a389bed7a3f Wed Nov 05 14:22:19 CET 2014 Glen Barber <gjb@FreeBSD.org> 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
|
H A D | azure.conf | diff 1e7c1f17428a0b342afd622fad341a389bed7a3f Wed Nov 05 14:22:19 CET 2014 Glen Barber <gjb@FreeBSD.org> 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
|
H A D | vmimage.subr | 1e7c1f17428a0b342afd622fad341a389bed7a3f Wed Nov 05 14:22:19 CET 2014 Glen Barber <gjb@FreeBSD.org> 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
|
/freebsd/release/scripts/ |
H A D | mk-vmimage.sh | diff 1e7c1f17428a0b342afd622fad341a389bed7a3f Wed Nov 05 14:22:19 CET 2014 Glen Barber <gjb@FreeBSD.org> 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
|
/freebsd/release/ |
H A D | Makefile.vm | diff 1e7c1f17428a0b342afd622fad341a389bed7a3f Wed Nov 05 14:22:19 CET 2014 Glen Barber <gjb@FreeBSD.org> 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
|