--- lilo-22.7.3/raid.c.orig 2006-12-29 14:07:08 +0000 +++ lilo-22.7.3/raid.c 2006-12-29 14:09:42 +0000 @@ -158,7 +158,7 @@ int raid_setup(void) die("Only RAID1 devices are supported as boot devices"); if (!linear && !lba32) { lba32 = 1; - if (!nowarn) + if (!nowarn && verbose) warn("RAID install requires LBA32 or LINEAR;" " LBA32 assumed.\n"); }