GithubHelp home page GithubHelp logo

renovate-bot / thatsk-_-packer-centos8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thatsk/packer-centos8

0.0 0.0 0.0 9 KB

Packer configuration files for CentOS 8

License: MIT License

Shell 100.00%

thatsk-_-packer-centos8's Introduction

packer-CentOS8

What is packer-CentOS8 ?

packer-CentOS8 is a set of configuration files used to build an automated CentOS 8 virtual machine images using Packer. This Packer configuration file allows you to build images for VMware Workstation and Oracle VM VirtualBox.

Prerequisites

How to use Packer

Commands to create an automated VM image:

To create a CentOS 8 VM image using VMware Workstation use the following commands:

cd c:\packer-CentOS8
packer build -only=vmware-iso centos8.json

To create a CentOS 8 VM image using Oracle VM VirtualBox use the following commands:

cd c:\packer-CentOS8
packer build -only=virtualbox-iso centos8.json

If you omit the keyword "-only=" both the Workstation and Virtualbox VMs will be created.

By default the .iso of CentOS 8 is pulled from http://miroir.univ-paris13.fr/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-boot.iso

You can change the URL to one closer to your build server. To do so change the "iso_url" parameter in the "variables" section of the centos8.json file.

{
  "variables": {
      "iso_url": "http://miroir.univ-paris13.fr/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-boot.iso"
}

Keyboard configuration

By default the keyboard is set to be french azerty. To switch it to something else edit the following file:

  • ./http/ks.cfg

Set the keyboard parameter as desired.

Default credentials

The default credentials for this VM image are:

Username Password
packer packer
root packer

thatsk-_-packer-centos8's People

Contributors

eaksel 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.