2008-08-22 Bean <bean123ch@gmail.com>

* normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.

	* genfslist.sh: Ignore kernel.mod.

	* genpartmaplist.sh: Likewise.
This commit is contained in:
bean 2008-08-23 14:20:45 +00:00
parent 8415f2617c
commit 29c1891563
4 changed files with 23 additions and 0 deletions

View file

@ -15,6 +15,11 @@
module=$1
# Ignore kernel.mod.
if test $module = kernel; then
exit
fi
# For now, this emits only a module name, if the module registers a filesystem.
if grep -v "^#" | grep '^ *grub_fs_register' >/dev/null 2>&1; then
echo $module