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:
7
rootfs/init_other.go
Normal file
7
rootfs/init_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !linux
|
||||
|
||||
package rootfs
|
||||
|
||||
const (
|
||||
defaultInitializer = ""
|
||||
)
|
||||
Reference in New Issue
Block a user