mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 21:38:44 +00:00
* util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Sometimes
grub.d/README accidentally ends up executable for one reason or another. Ignore it.
This commit is contained in:
parent
1c4827beff
commit
8d4a2fec0d
@ -1,3 +1,9 @@
|
||||
2010-07-02 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Sometimes
|
||||
grub.d/README accidentally ends up executable for one reason or
|
||||
another. Ignore it.
|
||||
|
||||
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* partmap/gpt.c (MAX_SECTOR_LOG): New definition.
|
||||
|
@ -128,6 +128,7 @@ grub_file_is_not_garbage ()
|
||||
if test -f "$1" ; then
|
||||
case "$1" in
|
||||
*.dpkg-*) return 1 ;; # debian dpkg
|
||||
README*) return 1 ;; # documentation
|
||||
esac
|
||||
else
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user