3 # Copyright (C) 2005, 2008 Free Software Foundation, Inc.
5 # This script is free software; the author
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # Read source code from stdin and detect partmap names.
19 if test $module = kernel
; then
23 # For now, this emits only a module name, if the module registers a partition map.
24 if grep -v "^#" |
grep '^ *grub_partition_map_register' >/dev
/null
2>&1; then