2008-06-17 Robert Millan <rmh@aybabtu.com>
[grub2/phcoder/solaris.git] / genfslist.sh
blobb54f0ff824d6a0fa90bdaa63fded29b2338055fb
1 #! /bin/sh
3 # Copyright (C) 2005 Free Software Foundation, Inc.
5 # This gensymlist.sh 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
12 # PARTICULAR PURPOSE.
14 # Read source code from stdin and detect fs names.
16 module=$1
18 # For now, this emits only a module name, if the module registers a filesystem.
19 if grep -v "^#" | grep '^ *grub_fs_register' >/dev/null 2>&1; then
20 echo $module