mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-19 17:26:24 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
package profile
|
|
|
|
func Apply() {
|
|
// Load all profiles
|
|
// Apply mounts
|
|
// Apply configurations to sysroot (/) or (/sysroot)
|
|
}
|