mirror of
https://github.com/kairos-io/immucore.git
synced 2025-07-05 10:56:33 +00:00
9 lines
242 B
Go
9 lines
242 B
Go
package constants
|
|
|
|
const PersistentStateTarget = "/usr/local/.state"
|
|
|
|
func DefaultRWPaths() []string {
|
|
// Default RW_PATHS to mount if there are none defined
|
|
return []string{"/etc", "/root", "/home", "/opt", "/srv", "/usr/local", "/var"}
|
|
}
|