From owner-freebsd-commit Fri Jul 21 03:54:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA21654 for commit-outgoing; Fri, 21 Jul 1995 03:54:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA21639 for cvs-user-outgoing; Fri, 21 Jul 1995 03:54:20 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA21628 ; Fri, 21 Jul 1995 03:54:09 -0700 Date: Fri, 21 Jul 1995 03:54:09 -0700 From: "Rodney W. Grimes" Message-Id: <199507211054.DAA21628@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall cdrom.c config.c disks.c dist.c dist.h dos.c install.c label.c media.c menus.c network.c sysinstall.h Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/07/21 03:54:08 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall cdrom.c config.c disks.c dist.c dist.h dos.c install.c label.c media.c menus.c network.c sysinstall.h Log: date: 1995/06/20 00:28:06; author: jkh; state: Exp; lines: +3 -3 Fix a number of problems and add a couple of new features: o Don't frob the network/CD/DOS/etc configuration when not running as init (e.g. post-install). Assume that everything's happily up and working already. o Add express and custom install options. Now you can invoke just about every individual installation option manually as well as have sysinstall lead you by the nose (or some other suitable appendage) through all the appropriate screens. o Mount the DOS partition read-only by default in /etc/fstab until we figure out why MSDOSFS is so terribly broken. It doesn't appear to be quite so pathological if you don't mount it read/write.