Try to mount oem under livemedia (#110)

This commit is contained in:
Itxaka
2023-04-12 16:19:21 +02:00
committed by GitHub
parent 3c9586f1e7
commit 6bf656cd21
6 changed files with 28 additions and 15 deletions

View File

@@ -260,5 +260,5 @@ func GetOemLabel() string {
Log.Debug().Err(err).Msg("runtime")
return ""
}
return runtime.OEM.Label
return runtime.OEM.FilesystemLabel
}