Advertisement
didy

cm-11-20131217-NIGHTLY-galaxysmtd ramdisk

Dec 18th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.41 KB | None | 0 0
  1. diff -Nur ramdisk_1206/init.cm.rc ramdisk_1217/init.cm.rc
  2. --- ramdisk_1206/init.cm.rc 2013-12-19 05:45:37.554905672 +0700
  3. +++ ramdisk_1217/init.cm.rc 2013-12-19 04:13:47.000000000 +0700
  4. @@ -4,7 +4,6 @@
  5.  on init
  6.      export ANDROID_CACHE /cache
  7.      export TERMINFO /system/etc/terminfo
  8. -    export TERM linux
  9.  
  10.  on post-fs-data
  11.      mkdir /cache/dalvik-cache 0771 system system
  12. diff -Nur ramdisk_1206/init.rc ramdisk_1217/init.rc
  13. --- ramdisk_1206/init.rc    2013-12-19 05:45:37.554905672 +0700
  14. +++ ramdisk_1217/init.rc    2013-12-19 04:13:47.000000000 +0700
  15. @@ -75,8 +75,6 @@
  16.  
  17.      # Directory for putting things only root should see.
  18.      mkdir /mnt/secure 0700 root root
  19. -    # Create private mountpoint so we can MS_MOVE from staging
  20. -    mount tmpfs tmpfs /mnt/secure mode=0700,uid=0,gid=0
  21.  
  22.      # Directory for staging bindmounts
  23.      mkdir /mnt/secure/staging 0700 root root
  24. @@ -156,7 +154,6 @@
  25.      mount rootfs rootfs / ro remount
  26.      # mount shared so changes propagate into child namespaces
  27.      mount rootfs rootfs / shared rec
  28. -    mount tmpfs tmpfs /mnt/secure private rec
  29.  
  30.      # We chown/chmod /cache again so because mount is run as root + defaults
  31.      chown system cache /cache
  32. Binary files ramdisk_1206/sbin/adbd and ramdisk_1217/sbin/adbd differ
  33. Binary files ramdisk_1206/sbin/healthd and ramdisk_1217/sbin/healthd differ
  34. Binary files ramdisk_1206/sepolicy and ramdisk_1217/sepolicy differ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement