Difference between revisions of "LXC Arch Virtual Machine vs Container"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) (Created page with "*'''Build Process<br>") |
Jayctheriot (talk | contribs) m |
||
Line 1: | Line 1: | ||
*'''Build Process<br> | *'''Build Process<br> | ||
**(both) Enable Multilibs | |||
**(both) Install vim, openssh, x11-ssh-askpass, xorg-xauth, xorg. Select defaults on the install. | |||
<code> | |||
pacman -S --needed vim openssh x11-ssh-askpass xorg-xauth xorg | |||
</code> |
Revision as of 06:11, 2 January 2024
- Build Process
- (both) Enable Multilibs
- (both) Install vim, openssh, x11-ssh-askpass, xorg-xauth, xorg. Select defaults on the install.
pacman -S --needed vim openssh x11-ssh-askpass xorg-xauth xorg