freebsd-dev/sbin/newfs_msdos
Ed Maste d9aee13f6f makefs: avoid warning when creating FAT filesystem on existing file
Previously the mkfs_msdos function (from newfs_msdos) emitted warnings
in the case that an image size is specified and the target is not a
file, or no size is specified and the target is not a character device.
The latter warning (not a character device) doesn't make sense when this
code is used in makefs, regardless of whether an image size is specified
or not.

Sponsored by:	The FreeBSD Foundation
2019-11-08 14:11:25 +00:00
..
Makefile Explicitly add more files to the 'runtime' package. 2016-02-09 20:19:31 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkfs_msdos.c makefs: avoid warning when creating FAT filesystem on existing file 2019-11-08 14:11:25 +00:00
mkfs_msdos.h Added option to cluster-align the start of the root directory. 2018-06-15 06:03:40 +00:00
newfs_msdos.8 Added option to cluster-align the start of the root directory. 2018-06-15 06:03:40 +00:00
newfs_msdos.c Added option to cluster-align the start of the root directory. 2018-06-15 06:03:40 +00:00