unix module disappeared

This commit is contained in:
Mikaël Cluseau 2025-06-02 14:51:26 +02:00
parent 91eb83d6e1
commit 3f2549c746

View File

@ -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()