ed76dd9110
Booting works, SSH does not work yet (missing UDEVTMPFS?), screen does not work yet.
4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/sh
|
|
|
|
# set framebuffer resolution
|
|
cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode
|