Jump to content

Yawgix-Archinstall

From YawgNetWiki

Quick reference for installing Yawgix via the Archinstall script from the livecd. Additional resources can be found HERE

Refs

[edit]

Packages

[edit]

Quick raw dump of individual packages/metas:

base-devel nano ntfs-3g sudo git go amd-ucode efibootmgr os-prober 
nvidia-dkms nvidia-settings nvidia-utils nvidia-prime opencl-nvidia libva-vdpau-driver libva-utils vkd3d libvdpau-va-gl vdpauinfo clinfo libclc
plasma plasma-wayland-session kde-applications egl-wayland bluez-utils blueman
terminology nextcloud-client firefox chromium keepass discord qbittorrent vlc atom
steam lutris gamemode wine-staging winetricks wine-gecko wine-mono wine-nine lib32-vkd3d lib32-pulseaudio lib32-gamemode lib32-opencl-nvidia lib32-nvidia-utils
glances python-bottle python-matplotlib python-netifaces python-zeroconf python-pystache hddtemp piper cpupower lm_sensors msr-tools psutils

Repos

[edit]

Multilib

[edit]

Needed for gaming on Steam

   echo "[multilib]
   Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf

Valveaur

[edit]

For Valve's maintained Arch repo and f-sync patch for the kernel

   echo "[valveaur]" >> /etc/pacman.conf
   echo "Server = http://repo.steampowered.com/arch/valveaur" >> /etc/pacman.conf

Update pacman keys

   pacman-key -r 8DC2CE3A3D245E64 --keyserver hkp://keyserver.ubuntu.com && pacman-key --lsign-key 8DC2CE3A3D245E64 

linux-amd-znver2

[edit]
[linuxkernels]
Server = http://nhameh.ovh/$repo/$arch
SigLevel = Optional TrustAll

Attempted Config

[edit]
{
    "audio": "pipewire",
    "bootloader": "systemd-bootctl",
    "gfx_driver": "Nvidia",
    "harddrive": {
        "path": "/dev/nvme0n1"
    },
    "hostname": "yawgix",
    "kernels": [
        "linux"
    ],
    "keyboard-language": "us",
    "mirror-region": "Worldwide",
    "nic": {
        "NetworkManager": true
    },
    "ntp": true,
    "packages": ["docker", "git", "wget", "zsh"],
    "profile": "kde",
    "sys-encoding": "utf-8",
    "sys-language": "en_US",
    "timezone": "US/Los_Angeles",
    "users": {}
}