hid: implemented image mount/unmount

This commit is contained in:
Artem
2024-11-04 15:31:20 +01:00
parent 083edf165a
commit df0b972ab4
7 changed files with 88 additions and 108 deletions

View File

@@ -2,16 +2,9 @@ package config
import (
"fmt"
"os"
"strings"
)
var RootFS string
func init() {
RootFS = os.Getenv("ROOT_FS")
}
type Config struct {
LogLevel string `yaml:"log_level"`
Auth bool `yaml:"auth"`