Files
immucore/pkg/profile/loader.go
2023-01-12 19:10:10 +01:00

8 lines
127 B
Go

package profile
func Apply() {
// Load all profiles
// Apply mounts
// Apply configurations to sysroot (/) or (/sysroot)
}