diskimage-builder/diskimage_builder/block_device/level2
Amrith Kumar 59f416ae20 The correct option for label name in fat and vfat is '-n'
The code in mkfs correctly extends the command line with a '-n' for
vfat but does not currently do it for fat. This means that mkfs for
fat ends up with a '-L' which is what you'd do for everything like
ext[234].

The change just treats fat like vfat in the one place where this check
is required.

Change-Id: If65dfd949acdadff33a564640fb42ea73026a786
Closes-Bug: #1703063
2017-07-15 22:48:52 -04:00
..
__init__.py Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
mkfs.py The correct option for label name in fat and vfat is '-n' 2017-07-15 22:48:52 -04:00