Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 11/15/2003 12:53:35
Module Name: src
Committed By: sekiya
Date: Sat Nov 15 12:53:34 UTC 2003
Modified Files:
src/distrib/utils/sysinst: defs.h net.c util.c
Log Message:
A few sysinst fixes:
* use cd0a rather than cd0[cd] as the CDROM installation device.
This fixes problems with platforms that install from iso9660 images
encapsulated in a partition, and should not affect platforms that
don't.
* add RUN_PROGRESS to the run_prog() flags for ftp installs.
Okay'ed by David Laight.
To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/distrib/utils/sysinst/defs.h
cvs rdiff -r1.97 -r1.98 src/distrib/utils/sysinst/net.c
cvs rdiff -r1.113 -r1.114 src/distrib/utils/sysinst/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.