1. 16 Nov, 2015 1 commit
    • Tao Bao's avatar
      recovery: Allow "Mount /system" for system_root_image. · 8f903899
      Tao Bao authored
      When system images contain the root directory, there is no entry of
      "/system" in the fstab. Change it to look for "/" instead if
      ro.build.system_root_image is true. We actually mount the partition
      to /system_root instead, and create a symlink to /system_root/system
      for /system. This allows "adb shell" to work properly.
      
      Bug: 22855115
      Change-Id: I91864444950dc3229fda3cc133ddbadeb8817fb8
      (cherry picked from commit abb8f778)
      8f903899
  2. 13 Nov, 2015 1 commit
  3. 31 Jul, 2015 1 commit
    • Tao Bao's avatar
      recovery: Allow "Mount /system" for system_root_image. · abb8f778
      Tao Bao authored
      When system images contain the root directory, there is no entry of
      "/system" in the fstab. Change it to look for "/" instead if
      ro.build.system_root_image is true. We actually mount the partition
      to /system_root instead, and create a symlink to /system_root/system
      for /system. This allows "adb shell" to work properly.
      
      Bug: 22855115
      Change-Id: Ibac493a5a9320c98ee3b60bd2cc635b925f5454a
      abb8f778
  4. 01 Apr, 2015 1 commit
  5. 31 Mar, 2015 1 commit
  6. 30 Mar, 2015 1 commit
  7. 06 Aug, 2014 1 commit
    • Andres Morales's avatar
      Erase PST partition if its marked to be erased. · ee193879
      Andres Morales authored
      We need to wipe the challenges on this partition
      if OEM unlock is enabled, as this is a signal that
      the user has opted out of factory reset protection.
      
      go/factory-reset
      
      Bug: 16633064
      Change-Id: Icb8f1433bf99ca57813f5b72d5a3dd15fa94a263
      ee193879
  8. 21 Aug, 2013 1 commit
    • Doug Zongker's avatar
      recovery: install packages in a known mount environment · 239ac6ab
      Doug Zongker authored
      When installing a package, we should have /tmp and /cache mounted and
      nothing else.  Ensure this is true by explicitly mounting them and
      unmounting everything else as the first step of every install.
      
      Also fix an error in the progress bar that crops up when you do
      multiple package installs in one instance of recovery.
      
      Change-Id: I4837ed707cb419ddd3d9f6188b6355ba1bcfe2b2
      239ac6ab
  9. 31 Oct, 2011 1 commit
  10. 28 Oct, 2011 1 commit
  11. 21 Sep, 2010 2 commits
    • Doug Zongker's avatar
      remove the notion of "root path"; support mixed flash types · cc8cd3f3
      Doug Zongker authored
      Remove the wacky notion of "roots" and "root paths" (those things that
      look like "FOO:some/path" instead of just "/foo/some/path").  Let each
      device specify its own table of available partitions and how to mount
      them (needed for devices that use both MTD/yaffs2 and EMMC/ext4
      partitions).
      
      (Cherrypicked from gingerbread w/slight edits.)
      
      Change-Id: I2479ce76b13e73f1d12035c89386c3a82b3edf51
      cc8cd3f3
    • Doug Zongker's avatar
      remove the notion of "root path"; support mixed flash types (do not merge) · d4208f9f
      Doug Zongker authored
      Remove the wacky notion of "roots" and "root paths" (those things that
      look like "FOO:some/path" instead of just "/foo/some/path").  Let each
      device specify its own table of available partitions and how to mount
      them (needed for devices that use both MTD/yaffs2 and EMMC/ext4
      partitions).
      
      Change-Id: I18b0a572a71c5e087e0b7ae11b1774388339bfd1
      d4208f9f
  12. 17 Sep, 2010 1 commit
    • Doug Zongker's avatar
      remove unneeded partition roots · d7d42089
      Doug Zongker authored
      Recovery itself no longer needs to access all these partitions;
      manipulation of them is done by the updater binary.  This is a small
      first step towards removing roots entirely.
      
      Change-Id: I3fbcada32079a37db4cc097861dfa91e0a08da30
      d7d42089
  13. 04 Mar, 2009 2 commits
  14. 21 Oct, 2008 1 commit