| 35553468 | 11-Sep-2017 |
Ed Maste <[email protected]> |
make-memstick.sh: use UFSv2
There's not much practical difference as far as install media is concerned but newfs creates UFSv2 by default and it is sensible to use the contemporary UFS version.
I a
make-memstick.sh: use UFSv2
There's not much practical difference as far as install media is concerned but newfs creates UFSv2 by default and it is sensible to use the contemporary UFS version.
I also intend to change makefs to create UFSv2 by default (to match newfs) so we'll want make-memstick.sh to be explicit, rather than relying on the host tool's default.
Reviewed by: andrew, gjb, jhibbits MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D12231
show more ...
|
| 1e7c1f17 | 05-Nov-2014 |
Glen Barber <[email protected]> |
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 tar
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
show more ...
|
| 573e7cca | 29-Oct-2014 |
Glen Barber <[email protected]> |
Initial commit providing a mechanism to create openstack images as part of the release build.
This mimics the way Microsoft Azure images are built, with the addition of installing the net/cloud-init
Initial commit providing a mechanism to create openstack images as part of the release build.
This mimics the way Microsoft Azure images are built, with the addition of installing the net/cloud-init package and adding a (commented) rc.conf(5) entry for cloudinit.
Sponsored by: The FreeBSD Foundation
show more ...
|
| f38d42ba | 14-Oct-2014 |
Glen Barber <[email protected]> |
Output an informational message when mkimg(1) runs, so it does not appear that the process has stopped while waiting for a 'y/n' response when waagent is deprovisioned.
Sponsored by: The FreeBSD Fou
Output an informational message when mkimg(1) runs, so it does not appear that the process has stopped while waiting for a 'y/n' response when waagent is deprovisioned.
Sponsored by: The FreeBSD Foundation
show more ...
|