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:
parent
38a6f90f2b
commit
5d4577534a
6 changed files with 847 additions and 46 deletions
7
rootfs/init_other.go
Normal file
7
rootfs/init_other.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
// +build !linux
|
||||
|
||||
package rootfs
|
||||
|
||||
const (
|
||||
defaultInitializer = ""
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue