[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub-mkrescue: Option --core-compress is in help text but not recogn
From: |
Thomas Schmitt |
Subject: |
Re: grub-mkrescue: Option --core-compress is in help text but not recognized |
Date: |
Tue, 04 Sep 2018 23:17:22 +0200 |
Hi,
can it be that in commit f23bc65103d045f899f02ade6dd9d1f964cdb707
"Transform -C option to grub-mkstandalone to --core-compress available"
it was forgotten to change the old 'C' to
GRUB_INSTALL_OPTIONS_INSTALL_CORE_COMPRESS in grub_install_parse() of
util/grub-install-common.c ?
At least the function understands the arguments of --core-compress but
only if key is 'C' rather than GRUB_INSTALL_OPTIONS_INSTALL_CORE_COMPRESS.
The function recognizes the other options by their long enum names.
Have a nice day :)
Thomas