~ubuntu-branches/ubuntu/vivid/initramfs-tools-ubuntu-touch/vivid

« back to all changes in this revision

Viewing changes to hooks/touch

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2015-03-26 17:36:51 UTC
  • Revision ID: package-import@ubuntu.com-20150326173651-xw24vygcgfu4ispo
Tags: 0.91
Adding mount binary, so it can better understand the original fstab
from Android

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
 
# initramfs hook for fixing broken rtc clock
3
 
# without battery
4
2
 
5
3
MINKVER="2.6.24"
6
4
PREREQ=""
20
18
 
21
19
. /usr/share/initramfs-tools/hook-functions
22
20
 
23
 
# reboot and adbd
24
21
copy_exec /sbin/swapon /sbin
25
22
copy_exec /sbin/reboot /sbin
26
23
copy_exec /sbin/e2fsck /sbin
27
24
copy_exec /bin/chown /bin
 
25
copy_exec /bin/mount /bin
28
26
copy_exec /bin/readlink /sbin
29
27
copy_exec /usr/bin/adbd /sbin
30
28
copy_exec /lib/#DEB_HOST_MULTIARCH#/libz.so.1