From bd5e315f274994bd0a537631ad80a1bcf2911647 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 5 May 2026 12:40:49 +0100 Subject: [PATCH] common: update submodule Richard W.M. Jones (1): mlcustomize: Update generated files Srihari Parimi (1): mlcustomize: firstboot.bat must not reboot VM on error code 250 (cherry picked from commit 463d0bbd471bc49df7dfb37231a468bfb0510fdc) --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Submodule common 31d0d6d4..763a2102: diff --git a/common/mlcustomize/customize-options.pod b/common/mlcustomize/customize-options.pod index c8de3953..95767cc7 100644 --- a/common/mlcustomize/customize-options.pod +++ b/common/mlcustomize/customize-options.pod @@ -161,10 +161,7 @@ conveniently wraps the command up in a single line script for you. You can have multiple I<--firstboot> options. They run in the same order that they appear on the command line. -Please take a look at L for more -information and caveats about the first boot scripts. - -See also I<--run>. +See also: L, I<--run>. =item B<--firstboot-command> 'CMD+ARGS' @@ -174,10 +171,7 @@ boots up (as root, late in the boot process). You can have multiple I<--firstboot> options. They run in the same order that they appear on the command line. -Please take a look at L for more -information and caveats about the first boot scripts. - -See also I<--run>. +See also: L, I<--run>. =item B<--firstboot-install> PKG,PKG.. diff --git a/common/mlcustomize/customize_cmdline.ml b/common/mlcustomize/customize_cmdline.ml index 786f4ee4..b8eda519 100644 --- a/common/mlcustomize/customize_cmdline.ml +++ b/common/mlcustomize/customize_cmdline.ml @@ -252,13 +252,13 @@ let rec argspec ?(v2v = false) () = Getopt.String (s_"SCRIPT", fun s -> List.push_front (`FirstbootScript s) ops), s_"Run script at first guest boot" ), - Some "SCRIPT", "Install C