raw.py: fix strange "bug"
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 8 Jan 2013 12:50:43 +0000 (14:50 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 11 Jan 2013 09:42:54 +0000 (11:42 +0200)
commit2ba8ff5515b7b004a9261881962381c17e29dab1
treed5963c75deecf077c44e943c58493abf5fd137ae
parent7131007a683319d8794bc7a53c9d456528b58c09
raw.py: fix strange "bug"

The entire file kind of assumes that there may be several disks. And this is
why we have a lot of complexity in raw.py and partitionedfs.py.

But if we look at _install_syslinux(), we have a nonesense loop at the
beginning. Obviously, the entire function has to be in this loop, otherwise it
makes zero sense, right?

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