From owner-freebsd-commit Mon May 22 19:42:10 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05472 for commit-outgoing; Mon, 22 May 1995 19:42:10 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05443 for cvs-user-outgoing; Mon, 22 May 1995 19:41:44 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05425 ; Mon, 22 May 1995 19:41:20 -0700 Date: Mon, 22 May 1995 19:41:20 -0700 From: "Jordan K. Hubbard" Message-Id: <199505230241.TAA05425@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c ftp.c ftp.h Makefile devices.c dist.c dist.h install.c label.c media.c media_strategy.c menus.c msg.c sysinstall.h system.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/22 19:41:19 Modified: release/sysinstall Makefile devices.c dist.c dist.h install.c label.c media.c media_strategy.c menus.c msg.c sysinstall.h system.c Added: release/sysinstall config.c ftp.c ftp.h Log: 1. Bring in the first cut of Poul's ftp routines. We still don't use them yet, but it's close (we're working on the last wrinkles in the CD install for now). 2. Complete the CDROM installation strategy code. 3. Simplify the distribtuion loading code. 4. General error message cleanup. 5. Write the /etc/fstab file now and split those routines into config.c 6. Clean up the menus a little more.