unix module disappeared
This commit is contained in:
@ -59,12 +59,6 @@ func bootV2() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// load basic modules
|
|
||||||
for _, module := range []string{"unix"} {
|
|
||||||
log.Info().Str("module", module).Msg("loading module")
|
|
||||||
run("modprobe", module)
|
|
||||||
}
|
|
||||||
|
|
||||||
// devices init
|
// devices init
|
||||||
log.Info().Msg("starting udevd")
|
log.Info().Msg("starting udevd")
|
||||||
err := exec.Command("udevd").Start()
|
err := exec.Command("udevd").Start()
|
||||||
|
Reference in New Issue
Block a user