4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
|
|
# Add mdss-fb-init-hack to default runlevel
|
|
rc-update add mdss-fb-init-hack default
|