From owner-cvs-user Wed Oct 2 23:01:58 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03384 for cvs-user-outgoing; Wed, 2 Oct 1996 23:01:58 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03367; Wed, 2 Oct 1996 23:01:47 -0700 (PDT) Date: Wed, 2 Oct 1996 23:01:47 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610030601.XAA03367@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall uc_eisa.c uc_isa.c uc_kmem.c uc_list.c uc_main.c uc_main.h uc_pci.c uc_scsi.c Makefile disks.c dist.c install.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/02 23:01:46 Modified: release/sysinstall Makefile disks.c dist.c install.c Added: release/sysinstall uc_eisa.c uc_isa.c uc_kmem.c uc_list.c uc_main.c uc_main.h uc_pci.c uc_scsi.c Log: First cut at a "copy userconfig changes from installation kernel to installed kernel" mechanism. This is just the foundation - more work follows and will be committed over the next few hours. Submitted-by: "Eric L. Hernes" & jkh Revision Changes Path 1.41 +3 -2 src/release/sysinstall/Makefile 1.66 +29 -32 src/release/sysinstall/disks.c 1.71 +7 -1 src/release/sysinstall/dist.c 1.124 +58 -25 src/release/sysinstall/install.c