From owner-freebsd-commit Thu May 18 02:02:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01749 for commit-outgoing; Thu, 18 May 1995 02:02:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01736 for cvs-user-outgoing; Thu, 18 May 1995 02:02:34 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01716 ; Thu, 18 May 1995 02:02:12 -0700 Date: Thu, 18 May 1995 02:02:12 -0700 From: "Jordan K. Hubbard" Message-Id: <199505180902.CAA01716@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall command.c disks.c dist.c install.c label.c menus.c system.c tcpip.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/18 02:02:08 Modified: release/sysinstall command.c disks.c dist.c install.c label.c menus.c system.c tcpip.c Log: 1. Primitive bad144 support (I believe an additional command is needed, but won't know until Poul wakes up again). 2. Make vsystem() put its output on the debugging fd. 3. DTRT with root filesystem placement - now I see how this has to work (thanks, Poul). 4. Many miscellaneous spelling errors fixed and general cleanup.