1
0
Fork 0

add steps for virtualization

This commit is contained in:
Pratham Patel 2022-12-21 18:46:54 +05:30
parent 276e82382b
commit 8ca6dc2cfb
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ pacman --sync --refresh --refresh --sysupgrade
################################################################################
# setup the user pratham
useradd -m -G adm,ftp,games,http,log,rfkill,sys,systemd-journal,uucp,wheel -s /bin/zsh pratham
useradd -m -G adm,ftp,games,http,kvm,libvirt,log,rfkill,sys,systemd-journal,uucp,wheel -s /bin/zsh pratham
usermod --password $(echo pratham | openssl passwd -1 -stdin) pratham
# don't expire the password, for now

View File

@ -49,6 +49,7 @@ PKGS_TO_INSTALL+=(rustup)
PKGS_TO_INSTALL+=(base-devel bc cpio gcc git inetutils kmod libelf linux-lts-headers make perl tar xmlto xz)
# virtualisation
PKGS_TO_INSTALL+=(libvirt qemu-desktop virt-manager dnsmasq)
# network filesystems