]> git.ozlabs.org Git - petitboot/blobdiff - discover/paths.c
lib: Move ipmi_bootdev enum to types.h
[petitboot] / discover / paths.c
index 54774cf3b6135cb9ffdac41b0f3f731e7699d1b0..0d414ebaac0833a075b0f65532734e1620e46649 100644 (file)
@@ -310,8 +310,9 @@ static void load_wget(struct load_task *task, int flags)
                pb_system_apps.wget,
                "-O",
                NULL, /* 2: local file */
-               NULL,
-               NULL,
+               NULL, /* 3 (optional): --quiet */
+               NULL, /* 4 (optional): --no-check-certificate */
+               NULL, /* 5: URL */
                NULL,
        };
        int i;