vm config sal #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
updates:
config SAL is implemented, tested in the whole flow and everything works
exposed gateway and unexposed config fields
netplan apply needs to be added to the config as runcmd as the new hero-init bin just writes network config, doesn't apply it
hero-init, config SAL are updated now to use netplan instead of ip commands, and hero-init is applied once at the first boot as required
ping permission issues, sudo issues are fixed after removing zinit
there are two branches now for this config SAL, one with ip commands (develop-config-sal) and one with netplan (develop-config-netplan), same goes for hero-init, development branch--> ip commands, development_netplan has the netplan approach.
last tested bin of hero-init was the latest one having the new logging, netplan, this has one issue which is the netplan apply.