forked from rosa/hakurei
cmd/hsu: alternative hsurc path for Rosa OS
Rosa OS does not have /etc. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
7
cmd/hsu/config_rosa.go
Normal file
7
cmd/hsu/config_rosa.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build rosa
|
||||
|
||||
package main
|
||||
|
||||
// hsuConfPath is the pathname to the hsu configuration file, specific to
|
||||
// Rosa OS. Its contents are interpreted by parseConfig.
|
||||
const hsuConfPath = "/system/etc/hsurc"
|
||||
Reference in New Issue
Block a user