Mount livecd in /run/initramfs/live under uki (#223)

This commit is contained in:
Itxaka
2024-02-08 14:22:44 +01:00
committed by GitHub
parent f3f2b71e4f
commit a2874ca3ee
5 changed files with 51 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ func RunStage(stage string) (bytes.Buffer, error) {
if debug || debugFromEnv {
level = zerolog.DebugLevel
}
log := MiddleLog{zerolog.New(zerolog.ConsoleWriter{Out: &buffer, TimeFormat: time.RFC3339}).With().Timestamp().Logger().Level(level)}
log := MiddleLog{zerolog.New(zerolog.ConsoleWriter{Out: &buffer, TimeFormat: time.RFC3339, NoColor: true}).With().Timestamp().Logger().Level(level)}
// Set debug logger
yip := NewYipExecutor(log)
c := ImmucoreConsole{}