AFAIK, the -p specifies the source of the parition where installation
related files locate.
Installation destination is specified in the /system/etc/disk_layout.conf
the path section, by default:
device {
    path /dev/block/sda
    ...
}
Thus it installs to /dev/block/sda

Then in your case, you sda is acting as both the source and destination.
Hope it helps.
--
 Chen

On Mon, Feb 9, 2009 at 11:49 AM, new comer for Android
<[email protected]> wrote:
>
>
> Hi Chen,
>
> Thanks for your reply.
>
> Actually, I want to use the USB live to install the Android on my SSD.
> I referred to the following message link by freedom.
> http://groups.google.com/group/android-porting/msg/ead9055eb825f43c
>
> Where described that use command "'/system/bin/installer -p /dev/block/
> WHAT_YOUR_HARDDRIVE_IS2' (e.g., my USB stick is sdd, I use /dev/
> block/
> sdd2)."
>
> Therefore, I guess that the latter term /dev/block/
> WHAT_YOUR_HARDDRIVEIS2 means the source of installation (i.e. the USB
> live).
>
> So, the latter term is the installation destination?
>
> Best regards,
> newbie
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to