Revert "VfatDiskMount: do not initialize uuid"
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 26 Jun 2013 14:21:54 +0000 (17:21 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 26 Jun 2013 14:22:04 +0000 (17:22 +0300)
commit73adc13bc0037aaf03409ae3e0d5f3e32a68af2f
tree56ae26f06911fa1c5072066166076e598d6c7acc
parent246feac2d652614ee2dbc454957ec284ea2567f2
Revert "VfatDiskMount: do not initialize uuid"

This reverts commit 83410bc120b1f214401517f00da86c53e9f3d1b2.

This patch is actually wrong. I discovered that FATFS actually _does_ support
UUID, it is just shorted - it is a 32-bit integer, but has to have the
'XXXX-XXXX' format for fstab.

Let's revert this patch and fix the problem properly.

Change-Id: I1d2019f2f93094d8e222b926ac2519e8e9b9c0b5
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/utils/fs_related.py