2009-10-25 Robert Millan <rmh.grub@aybabtu.com>
* fs/cpio.c [MODE_USTAR]: Initialize `tar' module instead of `cpio'. [! MODE_USTAR]: Initialize `cpio' module instead of `tar'.
This commit is contained in:
parent
346e7fbedb
commit
b240e30c47
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2009-10-25 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
|
* fs/cpio.c [MODE_USTAR]: Initialize `tar' module instead of
|
||||||
|
`cpio'.
|
||||||
|
[! MODE_USTAR]: Initialize `cpio' module instead of `tar'.
|
||||||
|
|
||||||
2009-10-25 Robert Millan <rmh.grub@aybabtu.com>
|
2009-10-25 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* configure.ac: Check for `__ashldi3', `__ashrdi3', `__lshrdi3',
|
* configure.ac: Check for `__ashldi3', `__ashrdi3', `__lshrdi3',
|
||||||
|
|
|
@ -352,9 +352,9 @@ static struct grub_fs grub_cpio_fs = {
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef MODE_USTAR
|
#ifdef MODE_USTAR
|
||||||
GRUB_MOD_INIT (cpio)
|
|
||||||
#else
|
|
||||||
GRUB_MOD_INIT (tar)
|
GRUB_MOD_INIT (tar)
|
||||||
|
#else
|
||||||
|
GRUB_MOD_INIT (cpio)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
grub_fs_register (&grub_cpio_fs);
|
grub_fs_register (&grub_cpio_fs);
|
||||||
|
|
Loading…
Add table
Reference in a new issue