mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 07:42:36 +00:00
This was split out from pkg/format into its own package. It has the ability to extend ext4, btrfs and xfs partitions. Signed-off-by: Dave Tucker <dt@docker.com>
5 lines
51 B
Makefile
5 lines
51 B
Makefile
IMAGE=extend
|
|
DEPS=extend.go
|
|
|
|
include ../package.mk
|