Skip to content

Script that simplifies the installation of the Virt-manager virtualization environment and GNS3

License

Notifications You must be signed in to change notification settings

NF02/virt-manager-easy-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Script that simplifies the installation of the Virt-manager virtualization environment and GNS3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages