From 53f3a24b94365b7d75fe0dc74f1d88db765e9b1e Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Sat, 23 Nov 2024 14:55:43 -0700 Subject: [PATCH] Update readme cli flags example Signed-off-by: Jacob Weinstock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1aa7e0a2..2f9c4c0f 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ FLAGS -iso-enabled [iso] enable patching an OSIE ISO (default "false") -iso-magic-string [iso] the string pattern to match for in the source ISO, defaults to the one defined in HookOS -iso-static-ipam-enabled [iso] enable static IPAM for HookOS (default "false") + -iso-url [iso] an ISO source URL target for patching -otel-endpoint [otel] OpenTelemetry collector endpoint -otel-insecure [otel] OpenTelemetry collector insecure (default "true") -syslog-addr [syslog] local IP to listen on for Syslog messages (default "172.17.0.3")