mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-21 02:11:19 +00:00
Add sudo package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4828039621
commit
cd78183636
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue