raw: support the 'fstab' installerfw attribute
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 27 Jun 2013 04:35:55 +0000 (07:35 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 27 Jun 2013 04:42:45 +0000 (07:42 +0300)
commita7f21923d1fa5bf26987832ff97401c89c53d479
tree8dfb81c4ac6d7e7ab01ab4547f9ae8354f25410f
parent3e359cf4b67b4e01206cf439f7f9676f3de47e7e
raw: support the 'fstab' installerfw attribute

Similarly to the 'extlinux' attribute of the 'installerfw' KS command, start
supporitng the 'fstab' attribute. This means, for example, if the KS file has
this command:

installerfw "extlinux,fstab"

then MIC will not install/configure extlinux, and it will not generate
/etc/fstab. Instead, installer framework scripts will do that.

I've added the support only to raw images, since installerfw "extlinux" is
allso supported only by raw images. The liveusb support can be added later. I
do not do this because I cannot test liveusb images at this point, so I am
afraid of breaking it.

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