From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 08:52:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C77D710657C4 for ; Sat, 9 Oct 2010 08:52:21 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 986B78FC0C for ; Sat, 9 Oct 2010 08:52:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o998qLSn027741 for ; Sat, 9 Oct 2010 08:52:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o998qLXW027740 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 08:52:21 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010090852.o998qLXW027740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 9 Oct 2010 08:52:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh functions-disk.sh functions-extractimage.sh functions-mountdisk.sh functions-newfs.sh functions.sh parseconfig.sh src/usr.sbin/pc-sysinstall/conf pc-sysinstall.conf src/usr.sbin/pc-sysinstall/examples README X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2010 08:52:21 -0000 imp 2010-10-09 08:52:09 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh functions-disk.sh functions-extractimage.sh functions-mountdisk.sh functions-newfs.sh functions.sh parseconfig.sh usr.sbin/pc-sysinstall/conf pc-sysinstall.conf usr.sbin/pc-sysinstall/examples README Log: SVN rev 213650 on 2010-10-09 08:52:09Z by imp Initial patches to install images... PR: 150921 Revision Changes Path 1.8 +45 -35 src/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh 1.6 +37 -23 src/usr.sbin/pc-sysinstall/backend/functions-disk.sh 1.7 +42 -0 src/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh 1.5 +9 -1 src/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh 1.6 +6 -0 src/usr.sbin/pc-sysinstall/backend/functions-newfs.sh 1.5 +151 -38 src/usr.sbin/pc-sysinstall/backend/functions.sh 1.6 +8 -3 src/usr.sbin/pc-sysinstall/backend/parseconfig.sh 1.4 +4 -0 src/usr.sbin/pc-sysinstall/conf/pc-sysinstall.conf 1.5 +3 -2 src/usr.sbin/pc-sysinstall/examples/README