From 71fcc972bad6abcd6282f7a80ef5935cdfcf172d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Mar 2026 18:21:42 +0900 Subject: cmd/hsu: alternative hsurc path for Rosa OS Rosa OS does not have /etc. Signed-off-by: Ophestra --- cmd/hsu/config_rosa.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/hsu/config_rosa.go (limited to 'cmd/hsu/config_rosa.go') 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" -- cgit v1.3.1