blob: 22a6fa74b97d8508ebe495e55ad7f0da61afbce9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import usb.rc # Renamed init.aries.usb.rc, we can't use init*.rc because the build script will delete it
on fs
# set up LVM volumes
exec /lvm/sbin/lvm vgscan --mknodes --ignorelockingfailure
exec /lvm/sbin/lvm vgchange -aly --ignorelockingfailure
on boot
write /dev/graphics/fb3 1
# mass_storage support
setprop sys.usb.config mass_storage,adb
|