Giter Club home page Giter Club logo

virt-manager-easy-installer's Introduction

virt-manager dotfiles

This repo explains how to install the Virt-manager virtualization environment, in the most functional way possible, without excluding a practical automated installation script, which will set up the service on Arch Linux, complete with automatic assignment of user privileges.

Setup

The first step is to clone the repo

git clone https://github.com/NF02/virt-manager-dotfiles && cd virt-manager-dotfiles

The second step is to grant the application the execution permissions, to do that it is necessary to execute the command

chmod +x install-virtmenager.sh

Obviously the execution permissions must be assigned manually, otherwise it does not allow you to execute the parts it requires.

EFI Firmware

The UEFI firmware is a separate package compared to the virtualization environment, and for this reason I have included it in the script so that I can fully exploit it. Of course the HOST machine can also be legacy because it doesn't affect the guest system.

Autoinstall

curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/NF02/virt-manager-easy-installer/main/install-virtmenager.sh)"

wget

 sh -c "$(wget https://raw.githubusercontent.com/NF02/virt-manager-easy-installer/main/install-virtmenager.sh -O -)"

Warning!!

  • This script is meant to be run with an admin user, so that can use admin privileges via the sudo command, in case this utility is not installed the script will not work.
  • Another requirement is Systemd Init.

Void Linux

There is a version of the script designed for Void Linux, as it uses Runit instead of Systemd, so a rewrite was mandatory.

Autoinstall

curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/NF02/virt-manager-easy-installer/main/virt-manager-void-linux.sh)"

wget

 sh -c "$(wget https://raw.githubusercontent.com/NF02/virt-manager-easy-installer/main/virt-manager-void-linux.sh -O -)"

virt-manager-easy-installer's People

Contributors

nf02 avatar

Stargazers

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