raw.py: create device nodes to access own disk
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 27 Sep 2013 12:59:44 +0000 (15:59 +0300)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Mon, 21 Oct 2013 03:35:23 +0000 (20:35 -0700)
commit9f5f5cfc38e735b7abcf9e11e0969fc4554ebcdc
treeea4f28d1d77dfefd6fcf2224daa2d3323341a473
parente19eeffbe0fb3e05c7a47af06abf52cdaf024e03
raw.py: create device nodes to access own disk

This patch creates loop-back devices in /dev of the image so that it would be
possible to access own disk from within chroot environment. This makes it
possible to install extlinux from chroot, not outside of chroot, as it is done
now. This also allows to do extlinux installation in an installer framework
plugin.

I do realize that this is not the most beautiful thing to do, but it works - I
have a script which installs extlinux when I run it from %post.

Change-Id: I911103e2b109d7300611abdc50be873031da8b30
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/imager/raw.py