Files
linuxkit/pkg/format/Makefile
Dave Tucker 5273ec1d33 format: Add partition labels and new filesystems
This commit re-writes the format package in Go and adds the ability to
add partition labels and also specify either ext4, btrfs or xfs

Signed-off-by: Dave Tucker <dt@docker.com>
2017-07-26 13:26:39 +01:00

5 lines
51 B
Makefile

IMAGE=format
DEPS=format.go
include ../package.mk