diskimage-builder/diskimage_builder/block_device
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
..
level0 Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
level1 Sync after writing partition table 2017-06-19 17:13:36 +10:00
level2 The correct option for label name in fat and vfat is '-n' 2017-07-15 22:48:52 -04:00
level3 Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
level4 Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
tests Sync after writing partition table 2017-06-19 17:13:36 +10:00
__init__.py Clear __init__.py from cmd move 2017-05-11 18:52:14 +10:00
blockdevice.py Pass all blockdevices to bootloader 2017-06-08 17:14:22 +10:00
cmd.py Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
config.py Add state to NodeBase class 2017-06-08 17:13:26 +10:00
exception.py Move exception to it's own file (again) 2017-05-20 06:44:39 +00:00
plugin.py Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
utils.py Refactor mount-point sorting 2017-05-31 11:05:50 +10:00