Forked from AHaymond/gist:25587a93094fdffdcdbfeaa90f21337c
Last active
November 1, 2023 05:34
-
-
Save kyberorg/26da3fdef90fb198261b4756efff9114 to your computer and use it in GitHub Desktop.
Setting up Arch Linux LXC on ProxMox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Edit the mirror list located at /etc/pacman.d/mirrorlist and uncomment a preferred mirror (preferrably closest to you) | |
2. Initialize Pacman GPG Keys | |
- $> pacman-key --init | |
- $> pacman-key --populate archlinux | |
3. Reinstall Arch keyring | |
- $> pacman -S archlinux-keyring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://passbe.com/2021/custom-archlinux-lxc-templates-for-proxmox/