Fix mkfs.vfat support (no -q)

This commit is contained in:
Nico Schottelius 2017-06-16 05:30:40 +02:00
commit e7fa238b2a
2 changed files with 29 additions and 28 deletions

View file

@ -3,6 +3,7 @@ Changelog
next:
* Core: Support -j parallelization for object prepare and object run (Darko Poljak)
* Type __install_mkfs: mkfs.vfat does not support -q (Nico Schottelius)
4.4.3: 2017-06-13
* Type __golang_from_vendor: Install golang from https://golang.org/dl/ (Kamila Součková)