svn commit: r224652 - head/release

Marius Strobl marius at FreeBSD.org
Thu Aug 4 14:38:31 UTC 2011


Author: marius
Date: Thu Aug  4 14:38:30 2011
New Revision: 224652
URL: http://svn.freebsd.org/changeset/base/224652

Log:
  The release/pc98/mkisoimages.sh added as part of r221466 now also takes "-b"
  to indicate the creation of a bootable image.
  
  Approved by:	re (kib)

Modified:
  head/release/Makefile.sysinstall

Modified: head/release/Makefile.sysinstall
==============================================================================
--- head/release/Makefile.sysinstall	Thu Aug  4 14:20:13 2011	(r224651)
+++ head/release/Makefile.sysinstall	Thu Aug  4 14:38:30 2011	(r224652)
@@ -349,12 +349,8 @@ EXTRAS+= cdrom.1 cdrom.2 cdrom.3
 .if defined(MAKE_ISOS)
 EXTRAS+= iso.1
 .endif
-.if ${TARGET} == "pc98"
-BOOTABLE="-G"
-.else
 BOOTABLE="-b"
 .endif
-.endif
 
 .if !defined(NODOC)
 DOCREL= doc.1 doc.2


More information about the svn-src-all mailing list