From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:03:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F2D16A4CE; Wed, 1 Dec 2004 18:03:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A303643D62; Wed, 1 Dec 2004 18:03:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I3IeL004116; Wed, 1 Dec 2004 18:03:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1I3I8s004115; Wed, 1 Dec 2004 18:03:18 GMT (envelope-from jhb) Message-Id: <200412011803.iB1I3I8s004115@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Dec 2004 18:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 01 Dec 2004 18:03:18 -0000 jhb 2004-12-01 18:03:18 UTC FreeBSD src repository Modified files: release/i386 mkisoimages.sh Log: Don't allow ISO images to be made that try to use boot.flp to boot as the boot.flp in 5.3 and later is not self-contained and thus not suitable for CD booting. /boot/cdboot is now the only way to boot the install CDs. MFC after: 2 weeks Revision Changes Path 1.12 +2 -5 src/release/i386/mkisoimages.sh