Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src Pull up following revision(s) (requested by snj in ticket...
details: https://anonhg.NetBSD.org/src/rev/108dc0a13bf3
branches: netbsd-7
changeset: 799031:108dc0a13bf3
user: martin <martin%NetBSD.org@localhost>
date: Fri Feb 27 09:23:02 2015 +0000
description:
Pull up following revision(s) (requested by snj in ticket #548):
etc/etc.amd64/Makefile.inc: revision 1.15
distrib/notes/common/contents: revision 1.171
distrib/amd64/floppies/bootfloppy-com/Makefile: file removal
distrib/notes/amd64/contents: revision 1.3
distrib/amd64/floppies/bootfloppy/Makefile: file removal
distrib/amd64/floppies/Makefile: file removal
distrib/amd64/floppies/common/boot.cfg: file removal
distrib/amd64/Makefile: revision 1.9
distrib/notes/common/main: revision 1.515
distrib/amd64/floppies/common/Makefile.bootfloppy: file removal
distrib/amd64/floppies/bootfloppy-big/Makefile: file removal
Nuke the five(!) install floppies. Welcome to 2015. Approved by
dsl@, Master of Port.
diffstat:
distrib/amd64/Makefile | 3 +-
distrib/amd64/floppies/Makefile | 9 ----
distrib/amd64/floppies/bootfloppy-big/Makefile | 21 -----------
distrib/amd64/floppies/bootfloppy-com/Makefile | 7 ---
distrib/amd64/floppies/bootfloppy/Makefile | 6 ---
distrib/amd64/floppies/common/Makefile.bootfloppy | 43 -----------------------
distrib/amd64/floppies/common/boot.cfg | 11 -----
distrib/notes/amd64/contents | 6 +--
distrib/notes/common/contents | 4 +-
distrib/notes/common/main | 12 ++++-
etc/etc.amd64/Makefile.inc | 4 +-
11 files changed, 14 insertions(+), 112 deletions(-)
diffs (256 lines):
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/Makefile
--- a/distrib/amd64/Makefile Fri Feb 27 07:20:18 2015 +0000
+++ b/distrib/amd64/Makefile Fri Feb 27 09:23:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/07/15 00:29:49 khorben Exp $
+# $NetBSD: Makefile,v 1.7.6.1 2015/02/27 09:23:03 martin Exp $
SUBDIR=
SUBDIR+= ramdisks
@@ -8,7 +8,6 @@
SUBDIR+= kmod-cgdroot
SUBDIR+= .WAIT
SUBDIR+= cdroms
-SUBDIR+= floppies
SUBDIR+= liveimage
SUBDIR+= installimage
TARGETS+= release
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/floppies/Makefile
--- a/distrib/amd64/floppies/Makefile Fri Feb 27 07:20:18 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2007/03/06 21:52:45 bouyer Exp $
-
-SUBDIR=
-SUBDIR+= bootfloppy
-SUBDIR+= bootfloppy-com
-
-TARGETS+= release
-
-.include <bsd.subdir.mk>
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/floppies/bootfloppy-big/Makefile
--- a/distrib/amd64/floppies/bootfloppy-big/Makefile Fri Feb 27 07:20:18 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2007/12/17 13:47:29 joerg Exp $
-
-# This Makefile builds a boot image on a 2.88M-sized image.
-#
-# Since NetBSD currently can't write 2.88M diskettes, its only
-# use is as a boot image for El Torito bootable CD-ROM images.
-#
-# To prepare a CD, do the following steps:
-# 1) create a release(7) tree called NetBSD-1.3I
-# 2) create NetBSD-1.3I/boot.i386/ and place boot.fs in that directory
-# 3) do ``mkisofs -A "NetBSD ${version}" -b boot.i386/boot.fs -f \
-# -o i386-cd.img -r -T NetBSD-1.3I''
-# (you may omit '-f' if you're not using symlinks in the release tree)
-# This should place the image in i386-cd.img, which can hopefully
-# be used to burn a CD.
-
-FLOPPYBASE= boot-big
-FLOPPYPAD= 1
-FLOPPYKERNEL= netbsd-INSTALL.gz
-
-.include "${.CURDIR}/../common/Makefile.bootfloppy"
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/floppies/bootfloppy-com/Makefile
--- a/distrib/amd64/floppies/bootfloppy-com/Makefile Fri Feb 27 07:20:18 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2007/12/17 13:47:30 joerg Exp $
-
-FLOPPYBASE= boot-com
-FLOPPYKERNEL= netbsd-INSTALL.gz
-FLOPPYBOOTOPTIONS= -o console=com0
-
-.include "${.CURDIR}/../common/Makefile.bootfloppy"
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/floppies/bootfloppy/Makefile
--- a/distrib/amd64/floppies/bootfloppy/Makefile Fri Feb 27 07:20:18 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2007/12/17 13:47:29 joerg Exp $
-
-FLOPPYBASE= boot
-FLOPPYKERNEL= netbsd-INSTALL.gz
-
-.include "${.CURDIR}/../common/Makefile.bootfloppy"
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/floppies/common/Makefile.bootfloppy
--- a/distrib/amd64/floppies/common/Makefile.bootfloppy Fri Feb 27 07:20:18 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile.bootfloppy,v 1.11 2011/02/08 12:25:36 jym Exp $
-#
-# Makefile snippet to create a set of USTAR floppies
-#
-
-#
-# Required variables:
-# FLOPPYBASE Basename of floppies. Floppy number ${n} will
-# be generated as ${FLOPPYBASE}${n}.fs
-# FLOPPYKERNEL Kernel to copy
-#
-# Optional variables:
-# FLOPPYKERNDIR ${FLOPPYKERNEL} is from ${.CURDIR}/../../${FLOPPYKERNDIR}
-# FLOPPY_BOOT Bootstrap to use. [${DESTDIR}/usr/mdec/boot]
-# FLOPPYBOOTOPTIONS Options for installboot, eg -o console=com0
-#
-
-.include <bsd.own.mk>
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
-
-FLOPPYSIZE?= 2880
-.if defined(FLOPPYSIZE) && (${FLOPPYSIZE} != 2880)
-FLOPPYMETAFILE!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}
-.else
-FLOPPYSIZE= 2880
-.endif
-FLOPPYKERNDIR?= instkernel
-FLOPPYSUFFIX?= .fs
-MDEC= ${DESTDIR}/usr/mdec
-FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} ${FLOPPYBOOTOPTIONS} -m${MACHINE} @IMAGE@ ${MDEC}/bootxx_ustarfs"
-FLOPPYKERNOBJ!= cd ${.CURDIR}/../../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
-
-FLOPPY_BOOT?= ${MDEC}/boot
-FLOPPY_BOOT_CFG?= ${DISTRIBDIR}/${MACHINE}/floppies/common/boot.cfg
-FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
-FLOPPYFILES= boot boot.cfg ${FLOPPYMETAFILE} netbsd
-FLOPPYPAD= 1
-
-FLOPPY_RELEASEDIR= installation/floppy
-
-.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
-
-.include <bsd.prog.mk>
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/amd64/floppies/common/boot.cfg
--- a/distrib/amd64/floppies/common/boot.cfg Fri Feb 27 07:20:18 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-banner=NetBSD floppy diskette installation
-banner================================================================================
-banner=
-banner=ACPI should work on all modern and legacy hardware, however if you have
-banner=problems, please try disabling it.
-banner=
-menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
-menu=Drop to boot prompt:prompt
-timeout=10
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/notes/amd64/contents
--- a/distrib/notes/amd64/contents Fri Feb 27 07:20:18 2015 +0000
+++ b/distrib/notes/amd64/contents Fri Feb 27 09:23:02 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.2 2012/08/17 20:10:53 riz Exp $
+.\" $NetBSD: contents,v 1.2.12.1 2015/02/27 09:23:03 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -75,10 +75,6 @@
.
\*M bootable cdrom images; see below.
.
-. It Pa floppy/
-.
-\*M boot and installation floppies; see below.
-.
. It Pa misc/
.
Miscellaneous \*M installation utilities; see
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/notes/common/contents
--- a/distrib/notes/common/contents Fri Feb 27 07:20:18 2015 +0000
+++ b/distrib/notes/common/contents Fri Feb 27 09:23:02 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.170 2012/02/14 15:09:02 jakllsch Exp $
+.\" $NetBSD: contents,v 1.170.20.1 2015/02/27 09:23:02 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -272,7 +272,7 @@
. It Pa bootfs/
Netbootable RAM disk kernel and the file system in the RAM disk; see below.
.\}
-.if \n[alpha]:\n[amd64]:\n[amiga]:\n[atari]:\n[bebox]:\n[ews4800mips]:\
+.if \n[alpha]:\n[amiga]:\n[atari]:\n[bebox]:\n[ews4800mips]:\
\n[i386]:\n[news68k]:\n[newsmips]:\n[sparc]:\n[x68k]:\n[prep] \{\
. It Pa floppy/
\*M boot and installation floppies; see below.
diff -r cc6aee0af9f7 -r 108dc0a13bf3 distrib/notes/common/main
--- a/distrib/notes/common/main Fri Feb 27 07:20:18 2015 +0000
+++ b/distrib/notes/common/main Fri Feb 27 09:23:02 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.510.4.1 2014/11/14 14:58:28 martin Exp $
+.\" $NetBSD: main,v 1.510.4.2 2015/02/27 09:23:02 martin Exp $
.\"
.\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -137,6 +137,8 @@
.Pa boot-com.iso
is for installation over serial console (com0, 9600 baud).
.Pp
+.\} \" amd64:i386
+.if \n[i386] \{\
Option 3: boot floppy images from
.Pa \*M/installation/floppy/ .
.Pp
@@ -148,6 +150,8 @@
and
.Pa boot-com2.fs
are for installation via serial console (com0, 9600 baud).
+.\} \" i386
+.if \n[i386]:\n[amd64] \{\
.It
The default kernel on CD-ROMs has ACPI enabled.
This is known to cause issues on a few machines which have buggy ACPI
@@ -205,7 +209,7 @@
.Pa \*M/binary/sets/
directory.
When you boot the install
-.if \n[amd64] image, CD-ROM or floppies,
+.if \n[amd64] image or CD-ROM,
.if \n[i386] image, CD-ROM or floppies,
.if \n[macppc] kernel from floppies, hard drive, or CD-ROM,
.if \n[sparc] floppies or CD-ROM,
@@ -233,10 +237,11 @@
all the installation sets.
.ie \n[i386]:\n[amd64] \{\
.It
-Write the CD-ROM images or floppy images out.
+Write the boot images
.Pp
Many commercial and freeware programs are available to burn CD-ROMs.
.Pp
+.if \n[i386] \{\
If you have problems writing a raw image to a floppy,
the
.Ic rawrite.exe
@@ -249,6 +254,7 @@
.Pa i386/installation/misc/
directory may be of help.
.\}
+.\}
.if \n[macppc] \{\
.It
If your \*M has a floppy drive, create the pair of boot floppies using
diff -r cc6aee0af9f7 -r 108dc0a13bf3 etc/etc.amd64/Makefile.inc
--- a/etc/etc.amd64/Makefile.inc Fri Feb 27 07:20:18 2015 +0000
+++ b/etc/etc.amd64/Makefile.inc Fri Feb 27 09:23:02 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14.12.1 2014/12/04 19:18:09 snj Exp $
+# $NetBSD: Makefile.inc,v 1.14.12.2 2015/02/27 09:23:02 martin Exp $
#
# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
#
@@ -14,13 +14,11 @@
BUILD_KERNELS= INSTALL INSTALL_XEN3_DOMU
INSTALLATION_DIRS+= installation/cdrom
-INSTALLATION_DIRS+= installation/floppy
INSTALLATION_DIRS+= installation/misc
INSTALLATION_DIRS+= installation/miniroot
snap_md_post:
cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
- ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*'
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*'
Home |
Main Index |
Thread Index |
Old Index