# File lib/vagrant-lxc/action/handle_box_metadata.rb, line 64
        def template_opts
          @template_opts ||= @box.metadata.fetch('template-opts', {}).dup.merge!(
            '--tarball'  => rootfs_tarball
          )
        end