Revert "rootfs: remove unused functions"

This reverts commit 4e2337794c.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-09-06 11:00:08 -07:00
parent bf08f7cd08
commit 4d8f7895e4
3 changed files with 220 additions and 0 deletions

7
rootfs/init_other.go Normal file
View File

@@ -0,0 +1,7 @@
// +build !linux
package rootfs
const (
defaultInitializer = ""
)