mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Move the separate ISO9660 handler into a new /packages/iso9660-files package in preparation for some future work. Based heavily
on Laurent's original patch posted to the list. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@809 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
6e3c34c7b5
commit
5ed6ff34fc
@@ -30,6 +30,9 @@ modules_init( void )
|
||||
#ifdef CONFIG_DISK_LABEL
|
||||
disklabel_init();
|
||||
#endif
|
||||
#ifdef CONFIG_ISO9660
|
||||
iso9660_init();
|
||||
#endif
|
||||
#ifdef CONFIG_FS
|
||||
files_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user