--- lilo-22.4.1/lilo.c.orig 2004-06-25 19:47:18 +0400 +++ lilo-22.4.1/lilo.c 2004-06-25 19:47:42 +0400 @@ -250,7 +250,7 @@ static long raid_setup(void) cfg_set(cf_options,"lba32",NULL,NULL); #endif lba32 = 1; - if (!nowarn) + if (verbose >= 1) fprintf(errstd,"Warning: RAID install requires LBA32 or LINEAR;" " LBA32 assumed.\n"); } @@ -1095,7 +1095,7 @@ static char *bitmap_file; } #ifdef LCF_LBA32 if (geom+linear+lba32 == 0) { - if (!nowarn) fprintf(errstd,"Warning: LBA32 addressing assumed\n"); + if (verbose >= 1) fprintf(errstd,"Warning: LBA32 addressing assumed\n"); lba32 = 1; } #endif