grub/grub-core/io
Vladimir 'phcoder' Serbinenko 0b2db94300 Handling of files of unknown size is currently limited. They can't be
used e.g. for initrd or modules. Moreover gzip handling of not
	easily seekable files is buggy. Disable unknown file size for now. May
	be inefficient but works.

	* grub-core/io/gzio.c (test_header): Always retrieve the file size.
	* grub-core/io/xzio.c (grub_xzio_open): Likewise.
2010-12-26 21:15:31 +01:00
..
bufio.c * include/grub/file.h (grub_file): New member not_easly_seekable. 2010-09-04 18:28:42 +02:00
gzio.c Handling of files of unknown size is currently limited. They can't be 2010-12-26 21:15:31 +01:00
xzio.c Handling of files of unknown size is currently limited. They can't be 2010-12-26 21:15:31 +01:00