mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-15 16:09:39 -05:00
Remove all traces of CoreOS from the codebase
This commit is contained in:
parent
35e2267cf9
commit
743f5fa627
39 changed files with 117 additions and 799 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# debug daemon (debugd)
|
||||
|
||||
Debugd is a tool we built to allow for shorter iteration cycles during development.
|
||||
The debugd gets embedded into coreOS images at the place where the bootstrapper normally sits.
|
||||
The debugd gets embedded into OS images at the place where the bootstrapper normally sits.
|
||||
Therefore, when a debug image is started, the debugd starts executing instead of the bootstrapper.
|
||||
The debugd will then wait for a request from the `cdbg` tool to upload a bootstrapper binary.
|
||||
Once the upload is finished debugd will start the bootstrapper.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ func newRootCmd() *cobra.Command {
|
|||
Use: "cdbg",
|
||||
Short: "Constellation debugging client",
|
||||
Long: `cdbg is the constellation debugging client.
|
||||
It connects to CoreOS instances running debugd and deploys a self-compiled version of the bootstrapper.`,
|
||||
It connects to Constellation instances running debugd and deploys a self-compiled version of the bootstrapper.`,
|
||||
}
|
||||
cmd.PersistentFlags().String("config", constants.ConfigFilename, "Constellation config file")
|
||||
cmd.AddCommand(newDeployCmd())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue