unix module disappeared
This commit is contained in:
parent
91eb83d6e1
commit
3f2549c746
@ -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
|
||||
log.Info().Msg("starting udevd")
|
||||
err := exec.Command("udevd").Start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user