/etc/grub.d에서 내가 만들지 않은 파일을 덮어쓰지 않고 삭제할 수 있나요? 그게 중요하다면 페도라를 사용하고 있습니다.
답변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
.