Coder Social home page Coder Social logo

freebsd-packer's Introduction

FreeBSD Packer Template

This repository provides a Packer template for building FreeBSD image with ZFS root. The repository is based on brd/packer-freebsd but use mfsBSD to bootstrap the installation over SSH instead of using boot command with FreeBSD ISO.

Usage

The resulting image is currently published at sirn/freebsd-13.0. You can init Vagrant environment with the image built from this repository with:

$ vagrant init sirn/freebsd-13.0

Or configure manually,

Vagrant.configure("2") do |config|
  config.vm.box = "sirn/freebsd-13.0"
  # Other configuration.
end

Building

Building

  1. Build the Vagrant box with packer build template.json.
  2. Add the Vagrant box with vagrant box add --name freebsd-13.0 freebsd-13.0-vmware.box.

The default Vagrantfile comes with NFS mount on /vagrant and 1GB of RAM with 20GB of disk.

freebsd-packer's People

Contributors

sirn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.