Created
June 14, 2012 07:48
-
-
Save adrientetar/2928850 to your computer and use it in GitHub Desktop.
CIFS/NFS insmod init.d script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/system/bin/sh | |
# insmod net modules - by adridu59 | |
insmod /system/lib/modules/auth_rpcgss.ko | |
insmod /system/lib/modules/cifs.ko | |
insmod /system/lib/modules/lockd.ko | |
insmod /system/lib/modules/nfs.ko | |
insmod /system/lib/modules/rpcsec_gss_krb5.ko | |
insmod /system/lib/modules/scsi_wait_scan.ko | |
insmod /system/lib/modules/sunrpc.ko |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment