Skip to content

Instantly share code, notes, and snippets.

@adrientetar
Created June 14, 2012 07:48
Show Gist options
  • Save adrientetar/2928850 to your computer and use it in GitHub Desktop.
Save adrientetar/2928850 to your computer and use it in GitHub Desktop.
CIFS/NFS insmod init.d script
#!/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