cleanup old boot v1 code

This commit is contained in:
Mikaël Cluseau
2023-08-20 11:08:42 +02:00
parent 25c2d20c19
commit 34afe03818
6 changed files with 17 additions and 303 deletions

View File

@ -34,7 +34,7 @@ func renderBootstrapConfig(w http.ResponseWriter, r *http.Request, ctx *renderCo
return nil
}
func buildInitrdV2(out io.Writer, ctx *renderContext) (err error) {
func buildInitrd(out io.Writer, ctx *renderContext) (err error) {
_, cfg, err := ctx.Config()
if err != nil {
return