> Thanks for the merge proposal. > > So I'm looking at /usr/lib/grub/grub-multi-install to see if it would consume > this argument - the comment above this line suggests otherwise - and I don't > see where it would do so. > > Have you confirmed a behavior difference when passing this option along, and > can you explain to me how that works?
The comment above suggest that arguments like --target and --efi-directory should not be passed when using grub-multi-install. This is not the case for --no-nvram argument that is parameters set by the user (when user set grub.update_nvram to False in user-data according to https://curtin.readthedocs.io/en/latest/topics/config.html#grub) I have confirmed a behavior difference (which is my case, doesn't crash my UEFI PXE install). Curtin configuration is properly generated but this required argument --no-nvram is never passed even if grub.update_nvram is set to False. -- https://code.launchpad.net/~mpaletou/curtin/+git/curtin/+merge/454385 Your team curtin developers is subscribed to branch curtin:master. -- Mailing list: https://launchpad.net/~curtin-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp

