1
0
Fork 0

Fix bootstrap

timestamps
dump_stack() 2019-08-14 07:15:04 +00:00
parent b7624f0d28
commit ecf55a0cdf
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ func main() {
if err != nil {
return
}
os.MkdirAll(usr.HomeDir+"/.out-of-tree", os.ModePerm)
defaultKcfgPath := usr.HomeDir + "/.out-of-tree/kernels.toml"
kcfgPathFlag := app.Flag("kernels", "Path to main kernels config")