We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f998073 commit 2644cafCopy full SHA for 2644caf
installer/cloud.go
@@ -55,7 +55,7 @@ func Cloud(c *types.Config, update bool) error {
55
56
if utils.GetLock(202402081552, stack.LocksDir) {
57
fmt.Println("Preparing kernel to run UTMStack")
58
- if err := PrepareSystem(); err != nil {
+ if err := PrepareKernel(); err != nil {
59
return err
60
}
61
installer/master.go
@@ -55,7 +55,7 @@ func Master(c *types.Config) error {
0 commit comments