remove boot-v1 support; disable user-services by default

This commit is contained in:
Mikaël Cluseau
2024-01-20 17:44:45 +01:00
parent f8a8344049
commit d0b8c75a9e
13 changed files with 13 additions and 570 deletions

View File

@ -1,16 +1 @@
package initdefault
import "github.com/spf13/cobra"
func Command() (c *cobra.Command) {
c = &cobra.Command{
Use: "default",
Short: "default stage",
Run: run,
}
return
}
func run(c *cobra.Command, args []string) {
}