From owner-cvs-all@FreeBSD.ORG Wed Aug 20 13:21:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E845E1065683; Wed, 20 Aug 2008 13:21:12 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0E2D8FC1E; Wed, 20 Aug 2008 13:21:12 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7KDLC8C078268; Wed, 20 Aug 2008 13:21:12 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7KDLCmQ078267; Wed, 20 Aug 2008 13:21:12 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200808201321.m7KDLCmQ078267@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Wed, 20 Aug 2008 13:21:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall install.c media.c options.c sysinstall.h tape.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2008 13:21:13 -0000 kensmith 2008-08-20 13:21:04 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall install.c media.c options.c sysinstall.h tape.c Log: SVN rev 181926 on 2008-08-20 13:21:04Z by kensmith Remove sysinstall's ability to adjust the tape block size. Installs from tape have been broken for quite a while, and I'll be removing the rest of sysinstall's knowledge of tapes shortly. I'm doing this piece now because I want to switch from gnu's cpio to bsdcpio being integrated into the installation environment and bsdcpio doesn't seem to handle block sizes at all. Revision Changes Path 1.374 +0 -1 src/usr.sbin/sysinstall/install.c 1.125 +4 -4 src/usr.sbin/sysinstall/media.c 1.83 +0 -3 src/usr.sbin/sysinstall/options.c 1.277 +0 -3 src/usr.sbin/sysinstall/sysinstall.h 1.25 +2 -10 src/usr.sbin/sysinstall/tape.c