diff options
Diffstat (limited to 'container/autoetc.go')
| -rw-r--r-- | container/autoetc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/container/autoetc.go b/container/autoetc.go index 56879125..f494d75c 100644 --- a/container/autoetc.go +++ b/container/autoetc.go @@ -20,8 +20,8 @@ func (f *Ops) Etc(host *Absolute, prefix string) *Ops { type AutoEtcOp struct{ Prefix string } -func (e *AutoEtcOp) early(*Params) error { return nil } -func (e *AutoEtcOp) apply(*Params) error { +func (e *AutoEtcOp) early(*setupState) error { return nil } +func (e *AutoEtcOp) apply(*setupState) error { const target = sysrootPath + FHSEtc rel := e.hostRel() + "/" |
