mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-18 16:08:40 +00:00
8
internal/constants/constants.go
Normal file
8
internal/constants/constants.go
Normal file
@@ -0,0 +1,8 @@
|
||||
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"}
|
||||
}
|
Reference in New Issue
Block a user