From 85e5b097fdd04ea05ab42a02085f517570853429 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Dec 2024 12:05:32 +0900 Subject: [PATCH] fst/config: add template etc entry Signed-off-by: Ophestra --- fst/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fst/config.go b/fst/config.go index 19e1766..05b588d 100644 --- a/fst/config.go +++ b/fst/config.go @@ -222,6 +222,7 @@ func Template() *Config { {Src: "/dev/dri", Device: true}, }, Link: [][2]string{{"/run/user/65534", "/run/user/150"}}, + Etc: "/etc", AutoEtc: true, Override: []string{"/var/run/nscd"}, },