Add init and get mounts to rootfs service

Update rootfs package to add mount initializer function.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2017-03-09 18:11:26 -08:00
parent 38a6f90f2b
commit 5d4577534a
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
6 changed files with 847 additions and 46 deletions

7
rootfs/init_other.go Normal file
View file

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