aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/hsu/config_rosa.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hsu/config_rosa.go')
-rw-r--r--cmd/hsu/config_rosa.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/hsu/config_rosa.go b/cmd/hsu/config_rosa.go
new file mode 100644
index 00000000..30303dba
--- /dev/null
+++ b/cmd/hsu/config_rosa.go
@@ -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"