Advertisement
Guest User

Untitled

a guest
May 19th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Common subdirectories: guhlramdisk/bin and myramdisk/bin
  2. Common subdirectories: guhlramdisk/etc and myramdisk/etc
  3. diff guhlramdisk/init myramdisk/init
  4. 226a227
  5. > write $ANDROID_RNDIS/on 1
  6. 285c286
  7. < # if [ "$HALT_BOOT" = "y" ]; then
  8. ---
  9. > if [ "$HALT_BOOT" = "y" ]; then
  10. 287,289c288,290
  11. < # else
  12. < # ln -s /run/usb-moded/udhcpd.conf /etc/udhcpd.conf
  13. < # fi
  14. ---
  15. > else
  16. > ln -s /run/usb-moded/udhcpd.conf /etc/udhcpd.conf
  17. > fi
  18. 342c343
  19. < for x in CONFIG_ANDROID_LOW_MEMORY_KILLER CONFIG_DUMMY CONFIG_SYSFS_DEPRECATED; do
  20. ---
  21. > for x in CONFIG_DUMMY CONFIG_SYSFS_DEPRECATED; do
  22. Common subdirectories: guhlramdisk/sbin and myramdisk/sbin
  23. Common subdirectories: guhlramdisk/usr and myramdisk/usr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement