Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 18:14:44 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <20030722151444.GA59592@sunbay.com>
In-Reply-To: <200307221039.12782.jhb@FreeBSD.org>
References:  <200307220904.h6M949hX062242@repoman.freebsd.org> <200307221039.12782.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Tue, Jul 22, 2003 at 10:39:12AM -0400, John Baldwin wrote:
> On Tuesday 22 July 2003 05:04 am, Ruslan Ermilov wrote:
> > ru          2003/07/22 02:04:09 PDT
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     release              Makefile
> >   Log:
> >   /floppies/boot.flp is no longer necessary on bootable i386 CD-ROMs.
> >
> >   Forgotten by:   jhb
> 
> I left it there so that people can choose which method they want to use
> to make bootable CD's.  It was intentional, not a bug.  The method is
> chosen at mkisofs invocation time, not when laying out the hierarchy.
> 
How they can choose it?

--- mkisoimages.sh      24 Jan 2002 10:44:15 -0000      1.6
+++ mkisoimages.sh      11 Apr 2002 16:39:13 -0000      1.7
@@ -4,7 +4,7 @@
 # Author: Jordan K Hubbard
 # Date:   22 June 2001
 #
-# $FreeBSD: src/release/i386/mkisoimages.sh,v 1.6 2002/01/24 10:44:15 murray Exp $
+# $FreeBSD: src/release/i386/mkisoimages.sh,v 1.7 2002/04/11 16:39:13 jhb Exp $
 #
 # This script is used by release/Makefile to build the (optional) ISO images
 # for a FreeBSD release.  It is considered architecture dependent since each
@@ -25,7 +25,7 @@
 if [ "x$1" = "x-b" ]; then
        # This is highly x86-centric and will be used directly below.
-       bootable="-b floppies/boot.flp -c floppies/boot.catalog"
+       bootable="-b boot/cdboot -no-emul-boot"
        shift
 else
        bootable=""


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software Ltd,
ru@FreeBSD.org		FreeBSD committer

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE/HVTkUkv4P6juNwoRAtn1AJ4yckZQKxttl2ozgHaKlghuPZxwIgCfUGdQ
BsY1LbB431ifaaVNLKtcYQA=
=FmkY
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030722151444.GA59592>