diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-11-21 07:15:07 -0600 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2019-11-21 07:15:07 -0600 |
commit | eb9a6331835669d94bb038f8d3f94602c1d32576 (patch) | |
tree | a321b93eed5d916a6e2a9703dcb266772d0e06de /required | |
parent | 45f9230ae50c14e20e787da39ca559dad0fd30ec (diff) |
root things for lxc
Diffstat (limited to 'required')
-rwxr-xr-x | required | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -33,8 +33,21 @@ apt install -y \ ccrypt \ pwgen +# lxc containers +apt install -y \ + lxc \ + libvirt0 \ + libpam-cgfs \ + bridge-utils \ + libvirt-clients \ + libvirt-daemon-system \ + iptables \ + ebtables \ + dnsmasq-base + # misc apt install -y \ acpi \ + lshw \ build-essential \ psmisc |