我找不到 x$feature 的任何参考资料...使用 Google,因为它会向我展示/boot/grub/grub.cfg
.
在自己生成的grub.cfg中,有很多
if [ x$feature_platform_search_hint = xy ] ...
if [ x$feature_default_font_path = xy]...
if [ x$feature_all_video_module = xy ]...
Run Code Online (Sandbox Code Playgroud)
我的理解是它正在检查该功能是否存在。我在哪里可以找到每个可用的功能和描述。
我认为xy
意味着类似真实或可用的东西。你还能有什么其他价值?
编辑:我只需要知道/boot/grub/grub.cfg
. 最好有文档。