diff -ur grub-0.90.orig/stage2/fsys_reiserfs.c grub-0.90/stage2/fsys_reiserfs.c
--- grub-0.90.orig/stage2/fsys_reiserfs.c Sat Feb 3 00:31:03 2001
+++ grub-0.90/stage2/fsys_reiserfs.c Sun Oct 21 11:23:16 2001
@@ -620,9 +620,7 @@
if (super.s_journal_block != 0)
{
INFO->journal_block = super.s_journal_block;
- INFO->journal_block_count = super.s_journal_block_count;
- if (INFO->journal_block_count == 0)
- INFO->journal_block_count = super.s_orig_journal_size;
+ INFO->journal_block_count = super.s_orig_journal_size;
if (! is_power_of_two (INFO->journal_block_count))
return 0;On Wed, Nov 07, 2001 at 08:00:29PM -0200, Daniel Silva wrote: > I'm running a gentoo system and grub does not install because it doesn't > recognize reiserfs partition. > What should I do? > > Thanks a lot, > Daniel Tiziani > > PS: I'm not subscribed to the mailist, so if you can help me, PLEASE send > emails to [EMAIL PROTECTED]
msg04542/pgp00000.pgp
Description: PGP signature
