mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-21 10:45:21 -05:00
ci: implement "console" stream for OS images (#969)
* image: add AUTOLOGIN environment variable to conditionally enable serial console login * ci: implement "console" stream for OS images * debugd: remove serial console login access code
This commit is contained in:
parent
90b88e1cf9
commit
938f114086
6 changed files with 12 additions and 54 deletions
|
|
@ -51,10 +51,6 @@ func main() {
|
|||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
if err := deploy.EnableAutoLogin(ctx, fs, serviceManager); err != nil {
|
||||
log.Errorf("root login: %w")
|
||||
}
|
||||
|
||||
wg := &sync.WaitGroup{}
|
||||
|
||||
csp := os.Getenv("CONSTEL_CSP")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue