diff --git a/config.yaml b/config.yaml index 4c4a120..b2d3d3f 100644 --- a/config.yaml +++ b/config.yaml @@ -18,6 +18,7 @@ packages: openssh: '' syslinux: '' linux-virt: '' + sudo: '@community' cloud-init: '@community' py3-pyserial: '@community' @@ -99,4 +100,7 @@ chroot_commands: - 'chmod +x /etc/local.d/sharemetrics.start' - 'rc-update add local' + # Enable private interface + - 'echo -e "\n\nauto eth1\niface eth1 inet dhcp" >>/etc/network/interfaces' + ...