/etc/grub.dで作成したファイルを上書きせずに削除できますか?それが重要な場合は、Fedoraを使用しています。
答え1
/etc/grub.dからファイルを削除できますか?
現在の設定を損なうことなく下のファイルを削除することができますが、/etc/grub.d
そのファイルを保持する方が良いでしょう。 grubはgrubをgrub.cfg
実行またはgrub-mkconfig
更新した後にそのファイルを使用して正しく設定されるため、削除しても利点はありません。
/etc/grub.d/Readme
内容は次のとおりです(Debianの):
All executable files in this directory are processed in shell expansion order.
00_*: Reserved for 00_header.
10_*: Native boot entries.
20_*: Third party apps (e.g. memtest86+).
The number namespace in-between is configurable by system installer and/or
administrator. For example, you can add an entry to boot another OS as
01_otheros, 11_otheros, etc, depending on the position you want it to occupy in
the menu; and then adjust the default setting via /etc/default/grub.
ls /etc/grub.d
:
00_header 10_linux 30_os-prober 40_custom README
05_debian_theme 20_linux_xen 30_uefi-firmware 41_custom
カスタム/etc/grub.d/40_custom
Grubエントリをgrub.cfg
。