mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
Convert install script to go
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
4
util/util_linux.go
Normal file → Executable file
4
util/util_linux.go
Normal file → Executable file
@@ -39,3 +39,7 @@ func Mount(device, directory, fsType, options string) error {
|
||||
|
||||
return mount.Mount(device, directory, fsType, options)
|
||||
}
|
||||
|
||||
func Unmount(target string) error {
|
||||
return mount.Unmount(target)
|
||||
}
|
||||
|
Reference in New Issue
Block a user