]> git.proxmox.com Git - grub2.git/commit - grub-core/normal/main.c
2005-07-03 Yoshinori Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sun, 3 Jul 2005 18:06:56 +0000 (18:06 +0000)
committerokuji <okuji@localhost>
Sun, 3 Jul 2005 18:06:56 +0000 (18:06 +0000)
commit39c9d41d2add237a912a8106ee7af7603c1cee58
tree7596405acfbeb4eb1b314d944f7dd9b5c408053e
parent121c1d832e90375e1f4010403ccef0775a72fc6c
2005-07-03  Yoshinori Okuji  <okuji@enbug.org>

* DISTLIST: Added genfslist.sh.

* normal/main.c (fs_module_list): New variable.
(autoload_fs_module): New function.
(read_fs_list): Likewise.
(grub_normal_execute): Call read_fs_list.

* kern/fs.c (grub_fs_autoload_hook): New variable.
(grub_fs_probe): Added support for auto-loading.

* include/grub/normal.h (struct grub_fs_module_list): New struct.
(grub_fs_module_list_t): New type.

* include/grub/fs.h (grub_fs_autoload_hook_t): New type.
(grub_fs_autoload_hook): New prototype.

* genfslist.sh: New file.

* genmk.rb: Added a rule to generate a filesystem list.
ChangeLog
DISTLIST
conf/i386-pc.mk
conf/powerpc-ieee1275.mk
genfslist.sh [new file with mode: 0644]
genmk.rb
include/grub/fs.h
include/grub/normal.h
kern/fs.c
normal/main.c