Mount the filesystems we need so this can run as PID 1

This commit is contained in:
flamingcow
2026-07-26 10:54:19 -07:00
parent 5e2b36bdaa
commit 832a2b42d6
5 changed files with 101 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ type display struct {
}
func newDisplay() (*display, error) {
fb, err := openFramebuffer("/dev/fb0")
fb, err := openFramebuffer(fbPath)
if err != nil {
return nil, err
}