Files
immucore/pkg/profile/loader.go

8 lines
127 B
Go
Raw Normal View History

2023-01-12 19:10:10 +01:00
package profile
func Apply() {
// Load all profiles
// Apply mounts
// Apply configurations to sysroot (/) or (/sysroot)
}