From owner-cvs-user Wed Jun 7 03:08:36 1995 Return-Path: cvs-user-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA13004 for cvs-user-outgoing; Wed, 7 Jun 1995 03:08:36 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA12989 ; Wed, 7 Jun 1995 03:08:24 -0700 Date: Wed, 7 Jun 1995 03:08:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199506071008.DAA12989@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall disks.c Sender: cvs-user-owner@freebsd.org Precedence: bulk jkh 95/06/07 03:08:23 Modified: release/sysinstall disks.c Log: Added: if ((!d->bios_cyl || d->bios_cyl > 65536) || (!d->bios_hd || d->bios_hd > 2\ 56) || (!d->bios_sect || d->bios_sect >= 64)) msgConfirm("WARNING: The detected geometry is incorrect! Please adjus\ t it to\nthe correct values manually with the (G)eometry command. If you are\n\ unsure about the correct geometry (which may be \"translated\"), please\nconsul\ t the Hardware Guide in the Documentation submenu."); This look right, Bruce & Poul? Anything to save us a few questions..