Code Monkey home page Code Monkey logo

fedora-boxes-aarch64's Introduction

Fedora Parallels Vagrant Boxes for Mac aarch64 (arm64)

Generic base Fedora boxes, providing Vagrant boxes for arm64/aarch64 Macs with Parallels Provider.

For X86_64 boxes you can check here.

List of Vagrant boxes can be obtained from https://app.vagrantup.com/dcagatay

Building a Box

Prerequisites

  • Packer (brew install packer)
  • Parallels Desktop (brew install --cask parallels)
  • Parallels Virtualization SDK (brew install --cask parallels-virtualization-sdk)
  • Vagrant (brew install --cask vagrant) For testing
    • Vagrant Parallels Plugin (vagrant plugin install vagrant-parallels)

Build

To build a specific box, run the following:

make <box-type>

<box-type can be one of the following:

  • fedora35
  • fedora36
  • fedora37

Changelog

  • 0.0.4
    • Parallels tools upgraded to 18.1.0
  • 0.0.3
    • Some script rearrangements.
  • 0.0.2
    • Fixed Parallels virtual disk snapshot compaction/merger issue.
    • Add cloud-utils-growpart package.
  • 0.0.1
    • Initial alpha release.

Vagrant Cloud URLs

Testing/Running

There is a sample Vagrantfile included in the repository, but it is just for reference and meant to be used for local tests.

Add to the box into your local Vagrant registry, and start the VM.

vagrant box add --force --name local/generic-fedora35-aarch64-parallels ./output/generic-fedora35-aarch64-parallels-0.0.2.box
vagrant up

Or with some parameter wiggling.

BOX=local/generic-fedora35-aarch64-parallels
vagrant box add --force --name "$BOX" ./output/generic-fedora35-aarch64-parallels-0.0.2.box
vagrant up

Uploading Box

Example command:

./upload-box.sh fedora-35-aarch64 0.0.4 "Update parallels tools to 18.1.0" ./output/generic-fedora35-aarch64-parallels-0.0.2.box

Credits

  • This repository is a very stripped-down version of lavabit/robox.

fedora-boxes-aarch64's People

Contributors

dogukancagatay avatar

Watchers

 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.