mk-vmimage.sh (569e61a4fcc0efd851aa16c069ec9641d2fb896c) | mk-vmimage.sh (25c11557710ac95084a775bf3a5bdd97dff70c1e) |
---|---|
1#!/bin/sh 2#- 3# Copyright (c) 2014, 2015 The FreeBSD Foundation 4# All rights reserved. 5# 6# This software was developed by Glen Barber under sponsorship 7# from the FreeBSD Foundation. 8# --- 88 unchanged lines hidden (view full) --- 97 vm_install_base 98 vm_extra_install_base 99 vm_extra_install_packages 100 vm_extra_install_ports 101 vm_extra_enable_services 102 vm_extra_pre_umount 103 vm_extra_pkg_rmcache 104 cleanup | 1#!/bin/sh 2#- 3# Copyright (c) 2014, 2015 The FreeBSD Foundation 4# All rights reserved. 5# 6# This software was developed by Glen Barber under sponsorship 7# from the FreeBSD Foundation. 8# --- 88 unchanged lines hidden (view full) --- 97 vm_install_base 98 vm_extra_install_base 99 vm_extra_install_packages 100 vm_extra_install_ports 101 vm_extra_enable_services 102 vm_extra_pre_umount 103 vm_extra_pkg_rmcache 104 cleanup |
105 vm_copy_base |
|
105 vm_create_disk || return 0 106 vm_extra_create_disk 107 108 return 0 109} 110 111main "$@" | 106 vm_create_disk || return 0 107 vm_extra_create_disk 108 109 return 0 110} 111 112main "$@" |