]> code.ossystems Code Review - openembedded-core.git/commit
init-install.sh: improve hard drive searching process
authorChen Qi <Qi.Chen@windriver.com>
Fri, 16 Aug 2013 09:38:09 +0000 (17:38 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 20 Aug 2013 14:09:06 +0000 (07:09 -0700)
commit358f0584d779825307eec08c023b5ff14e72cf9e
treeaaf3711f891bb2e4725b1f1868da156d98d16128
parent2e92d845b433f3a1805c310ccda54cfc7dd8b1e1
init-install.sh: improve hard drive searching process

Previously, only unremovable hard drives are searched and are treated
as candidates of target disks to intall into.

However, it's possible that we're going to install the live image into
a removable media such as an USB. This patch enables this possibility.

In addition, this patch presents more information about the hard drives
so that user may have more knowledge about which hard drive they are
going to install their image into.

[YOCTO #5018]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/initrdscripts/files/init-install.sh