Kolja Dummann 6afbcdc651 handle mounts in recovery if the have only one argument
controlled by BOARD_RECOVERY_HANDLES_MOUNT if it is not set
the recovery will behave like before.

this allows the recovery to handle commands like 'mount system'
it is needed for devices with two different filesystem in
recovery.fstab like RFS and EXT4 cause the regular recovery
behaviour will only generate a fstab for mounts of fstype2
and ignore the other fstype. This will also enable things like

run_program("/sbin/busybox", "mount", "/system");

on those system.

Change-Id: Ib10ffc7735a2edb8dd32be230ba885d5d2744f73
2011-08-13 13:19:39 +02:00
2011-07-18 16:42:57 -07:00
2011-05-12 13:46:19 -07:00
2009-07-14 16:58:42 -07:00
2010-03-08 18:04:03 -08:00
2010-04-01 17:14:57 -07:00
2011-05-25 10:47:41 -07:00
2010-08-17 16:55:38 -07:00
2011-06-08 19:03:27 -07:00
2011-06-08 19:03:27 -07:00
2011-07-20 01:26:02 -07:00
2011-05-26 11:47:56 -07:00
2011-01-10 06:14:21 +01:00
2011-06-15 00:00:55 -07:00
2011-06-10 09:45:52 -07:00
2010-07-24 11:21:12 -07:00
2011-06-30 01:26:13 +02:00
Description
No description provided
4.8 MiB
Languages
C 87.8%
Shell 6.6%
Makefile 3.1%
C++ 1%
Python 0.7%
Other 0.8%