From e0b2640000b7a38978db80d15c08dd13d27de95a Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 30 Apr 2021 08:55:38 +0200 Subject: [PATCH] happy linting --- pkg/prepare/prepare.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/prepare/prepare.go b/pkg/prepare/prepare.go index 542202d..03990f8 100644 --- a/pkg/prepare/prepare.go +++ b/pkg/prepare/prepare.go @@ -124,9 +124,10 @@ func ntp() error { } // fstab creates a fstab for a read-only system. -// nolint:funlen +// nolint:funlen,cyclop func fstab(system string) error { logger := log.With().Str("stage", "Fstab").Logger() + logger.Debug().Str("system", system).Msg("ignoring for now") // Getting timesync user and group informations. timesyncUser, err := user.Lookup(timesyncUser) @@ -325,6 +326,7 @@ func createUser() error { // symlinks creates all needed symlinks. func symlinks(system string) error { logger := log.With().Str("stage", "Symlinks").Logger() + logger.Debug().Str("system", system).Msg("ignoring for now") links := []struct { symlink string