Date: Wed, 20 Aug 2008 13:21:04 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c media.c options.c sysinstall.h tape.c Message-ID: <200808201321.m7KDLCmQ078267@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808201321.m7KDLCmQ078267>