CVS commit: src/distrib/i386/installimage

2021-05-31 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon May 31 07:59:02 UTC 2021

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
bump slightly harder


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.20 src/distrib/i386/installimage/Makefile:1.21
--- src/distrib/i386/installimage/Makefile:1.20	Sun May 30 09:54:56 2021
+++ src/distrib/i386/installimage/Makefile	Mon May 31 07:59:02 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.20 2021/05/30 09:54:56 martin Exp $
+#	$NetBSD: Makefile,v 1.21 2021/05/31 07:59:02 martin Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	2000			# for all installation binaries
+INSTIMAGEMB?=	2100			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2021-05-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun May 30 09:54:56 UTC 2021

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
Bump image size slightly (for gcc 10)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.19 src/distrib/i386/installimage/Makefile:1.20
--- src/distrib/i386/installimage/Makefile:1.19	Wed May  6 09:18:10 2020
+++ src/distrib/i386/installimage/Makefile	Sun May 30 09:54:56 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.19 2020/05/06 09:18:10 bouyer Exp $
+#	$NetBSD: Makefile,v 1.20 2021/05/30 09:54:56 martin Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1900			# for all installation binaries
+INSTIMAGEMB?=	2000			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2020-05-06 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed May  6 09:18:10 UTC 2020

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
Bump INSTIMAGEMB, hopefully fix releng autobuilds


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.18 src/distrib/i386/installimage/Makefile:1.19
--- src/distrib/i386/installimage/Makefile:1.18	Tue May  5 16:04:07 2020
+++ src/distrib/i386/installimage/Makefile	Wed May  6 09:18:10 2020
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.18 2020/05/05 16:04:07 christos Exp $
+#	$NetBSD: Makefile,v 1.19 2020/05/06 09:18:10 bouyer Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1871			# for all installation binaries
+INSTIMAGEMB?=	1900			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2020-05-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May  5 16:04:07 UTC 2020

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
A tiny little more.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.17 src/distrib/i386/installimage/Makefile:1.18
--- src/distrib/i386/installimage/Makefile:1.17	Sun May  3 09:29:04 2020
+++ src/distrib/i386/installimage/Makefile	Tue May  5 12:04:07 2020
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.17 2020/05/03 13:29:04 christos Exp $
+#	$NetBSD: Makefile,v 1.18 2020/05/05 16:04:07 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1870			# for all installation binaries
+INSTIMAGEMB?=	1871			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2020-05-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May  3 13:29:04 UTC 2020

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
bump caused by the module debug sets


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.16 src/distrib/i386/installimage/Makefile:1.17
--- src/distrib/i386/installimage/Makefile:1.16	Sat Jan 25 14:09:38 2020
+++ src/distrib/i386/installimage/Makefile	Sun May  3 09:29:04 2020
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.16 2020/01/25 19:09:38 christos Exp $
+#	$NetBSD: Makefile,v 1.17 2020/05/03 13:29:04 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1790			# for all installation binaries
+INSTIMAGEMB?=	1870			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2020-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 25 19:09:38 UTC 2020

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
grow for clang


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.15 src/distrib/i386/installimage/Makefile:1.16
--- src/distrib/i386/installimage/Makefile:1.15	Tue May 14 11:41:23 2019
+++ src/distrib/i386/installimage/Makefile	Sat Jan 25 14:09:38 2020
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.15 2019/05/14 15:41:23 christos Exp $
+#	$NetBSD: Makefile,v 1.16 2020/01/25 19:09:38 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1750			# for all installation binaries
+INSTIMAGEMB?=	1790			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2019-04-06 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Apr  7 05:29:00 UTC 2019

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
Bump for recent Mesa update.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.13 src/distrib/i386/installimage/Makefile:1.14
--- src/distrib/i386/installimage/Makefile:1.13	Sat Dec 15 18:03:17 2018
+++ src/distrib/i386/installimage/Makefile	Sun Apr  7 05:29:00 2019
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.13 2018/12/15 18:03:17 gson Exp $
+#	$NetBSD: Makefile,v 1.14 2019/04/07 05:29:00 rin Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1450			# for all installation binaries
+INSTIMAGEMB?=	1600			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2018-10-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct 30 20:18:30 UTC 2018

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
bump for clang


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.11 src/distrib/i386/installimage/Makefile:1.12
--- src/distrib/i386/installimage/Makefile:1.11	Mon Sep 18 10:42:16 2017
+++ src/distrib/i386/installimage/Makefile	Tue Oct 30 16:18:30 2018
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.11 2017/09/18 14:42:16 joerg Exp $
+#	$NetBSD: Makefile,v 1.12 2018/10/30 20:18:30 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
 BOOTDISK=	sd0			# for USB flash etc.
-INSTIMAGEMB?=	1400			# for all installation binaries
+INSTIMAGEMB?=	1450			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/ramdisks/common

2018-03-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Mar 13 02:22:43 UTC 2018

Modified Files:
src/distrib/i386/ramdisks/common: Makefile.ramdisk

Log Message:
clean up CRUNCHBIN.map


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/i386/ramdisks/common/Makefile.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/common/Makefile.ramdisk
diff -u src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.12 src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.13
--- src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.12	Wed Oct  7 14:09:05 2015
+++ src/distrib/i386/ramdisks/common/Makefile.ramdisk	Tue Mar 13 02:22:43 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.ramdisk,v 1.12 2015/10/07 14:09:05 martin Exp $
+#	$NetBSD: Makefile.ramdisk,v 1.13 2018/03/13 02:22:43 mrg Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -33,7 +33,8 @@ PARSELISTENV+=	BOOTMODEL=${BOOTMODEL:Q}
 # This propogates through to the link of ramdiskbin
 # The map file is useful when trying to prune the image
 LDFLAGS+=	-Wl,-Map,${CRUNCHBIN}.map,--cref
-CRUNCHENV += LDFLAGS=${LDFLAGS:Q}
+CRUNCHENV+=	LDFLAGS=${LDFLAGS:Q}
+CLEANFILES+=	${CRUNCHBIN}.map
 
 .if defined(USE_SYSINST)
 .if ${USE_SYSINST} != yes



CVS commit: src/distrib/i386/installimage

2016-02-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 20 16:40:15 UTC 2016

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
bump more.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.8 src/distrib/i386/installimage/Makefile:1.9
--- src/distrib/i386/installimage/Makefile:1.8	Mon Feb  1 16:24:33 2016
+++ src/distrib/i386/installimage/Makefile	Sat Feb 20 11:40:15 2016
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.8 2016/02/01 21:24:33 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2016/02/20 16:40:15 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
 BOOTDISK=	sd0			# for USB flash etc.
-INSTIMAGEMB?=	900			# for all installation binaries
+INSTIMAGEMB?=	1200			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2016-02-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb  1 21:24:33 UTC 2016

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
bump image size


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.7 src/distrib/i386/installimage/Makefile:1.8
--- src/distrib/i386/installimage/Makefile:1.7	Mon Mar  9 14:12:47 2015
+++ src/distrib/i386/installimage/Makefile	Mon Feb  1 16:24:33 2016
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.7 2015/03/09 18:12:47 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2016/02/01 21:24:33 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
 BOOTDISK=	sd0			# for USB flash etc.
-INSTIMAGEMB?=	550			# for all installation binaries
+INSTIMAGEMB?=	900			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2015-03-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar  9 18:12:48 UTC 2015

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
match amd64, we ran out of space.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.6 src/distrib/i386/installimage/Makefile:1.7
--- src/distrib/i386/installimage/Makefile:1.6	Sat Nov 15 07:33:04 2014
+++ src/distrib/i386/installimage/Makefile	Mon Mar  9 14:12:47 2015
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.6 2014/11/15 12:33:04 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.7 2015/03/09 18:12:47 christos Exp $
 
 .include bsd.own.mk
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
 BOOTDISK=	sd0			# for USB flash etc.
-INSTIMAGEMB?=	520			# for all installation binaries
+INSTIMAGEMB?=	550			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386/installimage

2014-11-15 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Nov 15 12:33:04 UTC 2014

Modified Files:
src/distrib/i386/installimage: Makefile

Log Message:
Bump image size from 512MB to 520MB.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/i386/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/installimage/Makefile
diff -u src/distrib/i386/installimage/Makefile:1.5 src/distrib/i386/installimage/Makefile:1.6
--- src/distrib/i386/installimage/Makefile:1.5	Sat Sep 13 10:18:24 2014
+++ src/distrib/i386/installimage/Makefile	Sat Nov 15 12:33:04 2014
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.5 2014/09/13 10:18:24 roy Exp $
+#	$NetBSD: Makefile,v 1.6 2014/11/15 12:33:04 uebayasi Exp $
 
 .include bsd.own.mk
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-i386-install	# gives ${IMGBASE}.img
 
 BOOTDISK=	sd0			# for USB flash etc.
-INSTIMAGEMB?=	512			# for all installation binaries
+INSTIMAGEMB?=	520			# for all installation binaries
 
 PRIMARY_BOOT=		bootxx_ffsv1
 SECONDARY_BOOT=		boot



CVS commit: src/distrib/i386

2013-07-15 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Tue Jul 16 02:10:43 UTC 2013

Modified Files:
src/distrib/i386: Makefile
src/distrib/i386/ramdisks: Makefile
Added Files:
src/distrib/i386/kmod-cgdroot: Makefile
src/distrib/i386/ramdisks/ramdisk-cgdroot: Makefile list

Log Message:
This is the i386 version of the support for full-disk encryption; this commit 
allows building the ramdisk required as well as the associated kernel module 
(to be loaded in the kernel by the bootloader).

This was tested on my Lenovo ThinkPad X301 just like for the amd64 port.

XXX implement support for full-disk encryption installs in sysinst


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/i386/Makefile
cvs rdiff -u -r0 -r1.1 src/distrib/i386/kmod-cgdroot/Makefile
cvs rdiff -u -r1.3 -r1.4 src/distrib/i386/ramdisks/Makefile
cvs rdiff -u -r0 -r1.1 src/distrib/i386/ramdisks/ramdisk-cgdroot/Makefile \
src/distrib/i386/ramdisks/ramdisk-cgdroot/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/Makefile
diff -u src/distrib/i386/Makefile:1.9 src/distrib/i386/Makefile:1.10
--- src/distrib/i386/Makefile:1.9	Sun Jan 22 03:53:32 2012
+++ src/distrib/i386/Makefile	Tue Jul 16 02:10:43 2013
@@ -1,10 +1,11 @@
-#	$NetBSD: Makefile,v 1.9 2012/01/22 03:53:32 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.10 2013/07/16 02:10:43 khorben Exp $
 
 SUBDIR=
 SUBDIR+=	ramdisks
 SUBDIR+=	.WAIT
 SUBDIR+=	instkernel
 SUBDIR+=	kmod
+SUBDIR+=	kmod-cgdroot
 SUBDIR+=	.WAIT
 SUBDIR+=	cdroms
 SUBDIR+=	floppies

Index: src/distrib/i386/ramdisks/Makefile
diff -u src/distrib/i386/ramdisks/Makefile:1.3 src/distrib/i386/ramdisks/Makefile:1.4
--- src/distrib/i386/ramdisks/Makefile:1.3	Fri May  2 23:13:06 2008
+++ src/distrib/i386/ramdisks/Makefile	Tue Jul 16 02:10:43 2013
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile,v 1.3 2008/05/02 23:13:06 ad Exp $
+#	$NetBSD: Makefile,v 1.4 2013/07/16 02:10:43 khorben Exp $
 
 SUBDIR=
 SUBDIR+=	ramdisk-big
+SUBDIR+=	ramdisk-cgdroot
 
 TARGETS+=	release
 

Added files:

Index: src/distrib/i386/kmod-cgdroot/Makefile
diff -u /dev/null src/distrib/i386/kmod-cgdroot/Makefile:1.1
--- /dev/null	Tue Jul 16 02:10:43 2013
+++ src/distrib/i386/kmod-cgdroot/Makefile	Tue Jul 16 02:10:43 2013
@@ -0,0 +1,6 @@
+#	$NetBSD: Makefile,v 1.1 2013/07/16 02:10:43 khorben Exp $
+
+MINIROOT=	cgdroot
+RAMDISK=	ramdisk-cgdroot
+
+.include ../../common/Makefile.minirootkmod

Index: src/distrib/i386/ramdisks/ramdisk-cgdroot/Makefile
diff -u /dev/null src/distrib/i386/ramdisks/ramdisk-cgdroot/Makefile:1.1
--- /dev/null	Tue Jul 16 02:10:43 2013
+++ src/distrib/i386/ramdisks/ramdisk-cgdroot/Makefile	Tue Jul 16 02:10:43 2013
@@ -0,0 +1,19 @@
+#	$NetBSD: Makefile,v 1.1 2013/07/16 02:10:43 khorben Exp $
+
+BOOTMODEL=	big
+IMAGE=		ramdisk-cgdroot.fs
+IMAGESIZE=	5000k
+IMAGEDEPENDS= 	
+CRUNCHENV=	INIT_CHROOT=1
+SMALLPROG_INET6=1
+
+.include ${.CURDIR}/../common/Makefile.ramdisk
+
+LISTS+=		${DISTRIBDIR}/common/list.cgdroot
+MTREECONF+=	${DISTRIBDIR}/common/mtree.cgdroot
+
+.if ${USE_INET6} != no
+LISTS+=		${DISTRIBDIR}/common/list.inet6
+.endif
+
+MAKEFS_FLAGS+=	-f 20
Index: src/distrib/i386/ramdisks/ramdisk-cgdroot/list
diff -u /dev/null src/distrib/i386/ramdisks/ramdisk-cgdroot/list:1.1
--- /dev/null	Tue Jul 16 02:10:43 2013
+++ src/distrib/i386/ramdisks/ramdisk-cgdroot/list	Tue Jul 16 02:10:43 2013
@@ -0,0 +1,32 @@
+#	$NetBSD: list,v 1.1 2013/07/16 02:10:43 khorben Exp $
+
+PROG	bin/chio
+PROG	bin/dd
+PROG	bin/df
+PROG	bin/ed
+PROG	bin/mt
+PROG	bin/rcmd
+PROG	bin/sync
+
+PROG	libexec/lfs_cleanerd
+
+PROG	sbin/dkctl
+PROG	sbin/fdisk
+PROG	sbin/mbrlabel
+PROG	sbin/mount_ext2fs
+PROG	sbin/mount_lfs
+PROG	sbin/mount_ntfs
+PROG	sbin/newfs_lfs
+PROG	sbin/raidctl
+PROG	sbin/restore	sbin/rrestore
+PROG	sbin/scsictl
+PROG	sbin/shutdown
+PROG	sbin/slattach
+PROG	sbin/sysctl
+
+PROG	usr/bin/less	usr/bin/more
+PROG	usr/bin/tip
+
+PROG	usr/sbin/installboot
+
+PROG	usr/sbin/wiconfig



CVS commit: src/distrib/i386/cdroms

2012-12-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 21 18:13:22 UTC 2012

Modified Files:
src/distrib/i386/cdroms: Makefile.cdrom

Log Message:
PR/47276: ftp has https support now


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/distrib/i386/cdroms/Makefile.cdrom

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.27 src/distrib/i386/cdroms/Makefile.cdrom:1.28
--- src/distrib/i386/cdroms/Makefile.cdrom:1.27	Sun Jun  3 19:19:09 2012
+++ src/distrib/i386/cdroms/Makefile.cdrom	Fri Dec 21 13:13:22 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.27 2012/06/03 23:19:09 joerg Exp $
+# $NetBSD: Makefile.cdrom,v 1.28 2012/12/21 18:13:22 christos Exp $
 
 .include bsd.own.mk
 
@@ -47,6 +47,10 @@ CDRUNTIME+=	./usr/lib/liblzma.so*
 CDRUNTIME+=	./usr/lib/libterminfo.so*
 CDRUNTIME+=	./usr/lib/libutil.so*
 CDRUNTIME+=	./usr/lib/libz.so*
+.if (${MKCRYPTO} != no)
+CDRUNTIME+=	./usr/lib/libcrypto.so*
+CDRUNTIME+=	./usr/lib/libssl.so*
+.endif
 CDRUNTIME+=	./usr/libexec/ld.elf_so
 CDRUNTIME+=	./usr/libexec/getty
 CDRUNTIME+=	./usr/mdec



CVS commit: src/distrib/i386/ramdisks/common

2012-10-16 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct 16 08:28:14 UTC 2012

Modified Files:
src/distrib/i386/ramdisks/common: list.ramdisk

Log Message:
Make i386/ramdisks/common/list.ramdisk identical to
amd64/ramdisks/common/list.ramdisk.

Previously, the amd64 list.ramdisk used the small version of gzip from
distrib/utils/x_gzip, while the i386 list.ramdisk used the full version
of gzip built from usr.bin/gzip, and also used extra libraries needed to
make that work.  Now, they both use the small version.

The only other difference was in the order of some PROG lines.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/i386/ramdisks/common/list.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/common/list.ramdisk
diff -u src/distrib/i386/ramdisks/common/list.ramdisk:1.23 src/distrib/i386/ramdisks/common/list.ramdisk:1.24
--- src/distrib/i386/ramdisks/common/list.ramdisk:1.23	Wed Aug 15 16:49:09 2012
+++ src/distrib/i386/ramdisks/common/list.ramdisk	Tue Oct 16 08:28:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list.ramdisk,v 1.23 2012/08/15 16:49:09 riz Exp $
+#	$NetBSD: list.ramdisk,v 1.24 2012/10/16 08:28:13 apb Exp $
 
 SRCDIRS	external/bsd/less/bin
 SRCDIRS	bin sbin usr.bin usr.sbin libexec
@@ -28,8 +28,8 @@ PROG	sbin/ifconfig
 PROG	sbin/init
 PROG	sbin/mknod
 PROG	sbin/mount
-PROG	sbin/mount_ext2fs
 PROG	sbin/mount_cd9660
+PROG	sbin/mount_ext2fs
 PROG	sbin/mount_ffs
 # PROG	sbin/mount_kernfs
 PROG	sbin/mount_msdos
@@ -56,6 +56,7 @@ PROG	usr/bin/sed
 
 PROG	usr/sbin/chroot
 
+SPECIAL	gzip		srcdir	distrib/utils/x_gzip
 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
 SPECIAL	ping		srcdir	distrib/utils/x_ping
 SPECIAL	route		srcdir	distrib/utils/x_route
@@ -65,7 +66,7 @@ SPECIAL	route		srcdir	distrib/utils/x_ro
 ARGVLN	sh -sh
 
 # libhack.o is built by Makefile  included Makefile.inc
-LIBS	libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
+LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
 
 # various files that we need in /etc for the install
 COPY	${NETBSDSRCDIR}/etc/group		etc/group



CVS commit: src/distrib/i386/ramdisks/common

2012-08-15 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Aug 15 16:49:09 UTC 2012

Modified Files:
src/distrib/i386/ramdisks/common: list.ramdisk

Log Message:
Add sbin/gpt to i386 install ramdisk.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/i386/ramdisks/common/list.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/common/list.ramdisk
diff -u src/distrib/i386/ramdisks/common/list.ramdisk:1.22 src/distrib/i386/ramdisks/common/list.ramdisk:1.23
--- src/distrib/i386/ramdisks/common/list.ramdisk:1.22	Sun Jun 17 14:59:15 2012
+++ src/distrib/i386/ramdisks/common/list.ramdisk	Wed Aug 15 16:49:09 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list.ramdisk,v 1.22 2012/06/17 14:59:15 martin Exp $
+#	$NetBSD: list.ramdisk,v 1.23 2012/08/15 16:49:09 riz Exp $
 
 SRCDIRS	external/bsd/less/bin
 SRCDIRS	bin sbin usr.bin usr.sbin libexec
@@ -23,6 +23,7 @@ PROG	sbin/disklabel
 PROG	sbin/dmesg
 PROG	sbin/fsck
 PROG	sbin/fsck_ffs
+PROG	sbin/gpt
 PROG	sbin/ifconfig
 PROG	sbin/init
 PROG	sbin/mknod



CVS commit: src/distrib/i386/ramdisks/ramdisk-big

2012-01-09 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Mon Jan  9 11:52:43 UTC 2012

Modified Files:
src/distrib/i386/ramdisks/ramdisk-big: list

Log Message:
Add /sbin/dkctl. This allows you to drop to a command prompt and enable
writecaches before installing, if necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/i386/ramdisks/ramdisk-big/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/ramdisk-big/list
diff -u src/distrib/i386/ramdisks/ramdisk-big/list:1.5 src/distrib/i386/ramdisks/ramdisk-big/list:1.6
--- src/distrib/i386/ramdisks/ramdisk-big/list:1.5	Sun Feb 13 04:14:58 2011
+++ src/distrib/i386/ramdisks/ramdisk-big/list	Mon Jan  9 11:52:43 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.5 2011/02/13 04:14:58 jym Exp $
+#	$NetBSD: list,v 1.6 2012/01/09 11:52:43 sborrill Exp $
 
 PROG	bin/chio
 PROG	bin/dd
@@ -10,6 +10,7 @@ PROG	bin/sync
 
 PROG	libexec/lfs_cleanerd
 
+PROG	sbin/dkctl
 PROG	sbin/fdisk
 PROG	sbin/mbrlabel
 PROG	sbin/mount_ext2fs



CVS commit: src/distrib/i386/ramdisks/common

2011-04-10 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 10 16:45:52 UTC 2011

Modified Files:
src/distrib/i386/ramdisks/common: Makefile.ramdisk

Log Message:
Extend LDFLAGS, don't replace it.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/i386/ramdisks/common/Makefile.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/common/Makefile.ramdisk
diff -u src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.9 src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.10
--- src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.9	Thu Feb 11 09:06:48 2010
+++ src/distrib/i386/ramdisks/common/Makefile.ramdisk	Sun Apr 10 16:45:52 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.ramdisk,v 1.9 2010/02/11 09:06:48 roy Exp $
+#	$NetBSD: Makefile.ramdisk,v 1.10 2011/04/10 16:45:52 joerg Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
@@ -29,7 +29,8 @@
 
 # This propogates through to the link of ramdiskbin
 # The map file is useful when trying to prune the image
-CRUNCHENV += LDFLAGS='-Wl,-Map,${CRUNCHBIN}.map,--cref'
+LDFLAGS+=	-Wl,-Map,${CRUNCHBIN}.map,--cref
+CRUNCHENV += LDFLAGS=${LDFLAGS:Q}
 
 .if defined(USE_SYSINST)
 .if ${USE_SYSINST} != yes



CVS commit: src/distrib/i386/ramdisks/common

2011-02-11 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Fri Feb 11 23:56:17 UTC 2011

Modified Files:
src/distrib/i386/ramdisks/common: list.ramdisk

Log Message:
BOOTMODEL disappeared when CD ISOs switched from ramdisk to CD-ROM as
root file system 2 years ago.

CMD sed + MTREE is turned into COPY (as does amd64).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/i386/ramdisks/common/list.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/common/list.ramdisk
diff -u src/distrib/i386/ramdisks/common/list.ramdisk:1.16 src/distrib/i386/ramdisks/common/list.ramdisk:1.17
--- src/distrib/i386/ramdisks/common/list.ramdisk:1.16	Fri Jan 14 10:26:33 2011
+++ src/distrib/i386/ramdisks/common/list.ramdisk	Fri Feb 11 23:56:17 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: list.ramdisk,v 1.16 2011/01/14 10:26:33 tsutsui Exp $
+#	$NetBSD: list.ramdisk,v 1.17 2011/02/11 23:56:17 jym Exp $
 
 SRCDIRS	usr.bin/less
 SRCDIRS	bin sbin usr.bin usr.sbin
@@ -80,5 +80,4 @@
 COPY	${DESTDIR}/usr/mdec/mbr_bootsel		usr/mdec/mbr_bootsel
 
 # and the boot script
-CMD	sed -e s/@BOOTMODEL@/${BOOTMODEL}/  ${CURDIR}/../common/dot.profile  .profile
-MTREE	./.profile	type=file uname=root gname=wheel mode=0444
+COPY	${CURDIR}/../common/dot.profile		.profile



CVS commit: src/distrib/i386/cdroms

2011-01-27 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Thu Jan 27 15:34:38 UTC 2011

Modified Files:
src/distrib/i386/cdroms: Makefile.cdrom

Log Message:
Use ${INSTALL} ${COPY} instead of ${CP}.

This avoids a problem where files with mode 0400 (CVSREAD=t) are
copied to OBJDIR and then can't be re-copied on a subsequent build.
ok joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/i386/cdroms/Makefile.cdrom

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.22 src/distrib/i386/cdroms/Makefile.cdrom:1.23
--- src/distrib/i386/cdroms/Makefile.cdrom:1.22	Fri Jan 14 10:26:33 2011
+++ src/distrib/i386/cdroms/Makefile.cdrom	Thu Jan 27 15:34:38 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.22 2011/01/14 10:26:33 tsutsui Exp $
+# $NetBSD: Makefile.cdrom,v 1.23 2011/01/27 15:34:38 gdt Exp $
 
 .include bsd.own.mk
 
@@ -55,15 +55,15 @@
 
 image_md_pre:
 	${MKDIR} cdrom/libexec/dhcpcd-hooks
-	${CP} ${.CURDIR}/../../../common/10-resolv.conf cdrom/libexec/dhcpcd-hooks
-	${CP} ${.CURDIR}/../../../common/99-print-sysinst cdrom/libexec/dhcpcd-hooks
+	${INSTALL} ${COPY} ${.CURDIR}/../../../common/10-resolv.conf cdrom/libexec/dhcpcd-hooks
+	${INSTALL} ${COPY} ${.CURDIR}/../../../common/99-print-sysinst cdrom/libexec/dhcpcd-hooks
 	${MKDIR} cdrom/etc
 	${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
 	${INSTALL} ${COPY} ${.CURDIR}/../etc.ttys cdrom/etc/ttys
 	${INSTALL} ${COPY} ${.CURDIR}/../etc.rc cdrom/etc/rc
 	${INSTALL} ${COPY} -m 0555 ${.CURDIR}/../install.sh cdrom/install.sh
 	${MKDIR} cdrom/mnt2 cdrom/targetroot
-	${CP} ${SYSINSTDIR}/sysinst cdrom
+	${INSTALL} ${COPY} ${SYSINSTDIR}/sysinst cdrom
 	${CHMOD} ugo+rx cdrom/sysinst
-	${CP} ${SYSINSTDIR}/sysinstmsgs.?? cdrom
+	${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom
 	${MKDIR} cdrom/var



CVS commit: src/distrib/i386/cdroms

2010-04-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr 19 04:41:36 UTC 2010

Modified Files:
src/distrib/i386/cdroms: Makefile.cdrom
Added Files:
src/distrib/i386/cdroms: etc.rc etc.ttys install.sh

Log Message:
Use the same multiuser mode setup as the sparc64 install CD.
Add a few usefull binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/i386/cdroms/Makefile.cdrom
cvs rdiff -u -r0 -r1.1 src/distrib/i386/cdroms/etc.rc \
src/distrib/i386/cdroms/etc.ttys src/distrib/i386/cdroms/install.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.17 src/distrib/i386/cdroms/Makefile.cdrom:1.18
--- src/distrib/i386/cdroms/Makefile.cdrom:1.17	Sun Apr  4 23:02:23 2010
+++ src/distrib/i386/cdroms/Makefile.cdrom	Mon Apr 19 04:41:36 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.17 2010/04/04 23:02:23 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.18 2010/04/19 04:41:36 martin Exp $
 
 .include bsd.own.mk
 
@@ -24,12 +24,14 @@
 CDRUNTIME+=	./stand
 CDRUNTIME+=	./tmp
 CDRUNTIME+=	./usr/bin/ftp
+CDRUNTIME+=	./usr/bin/grep
 CDRUNTIME+=	./usr/bin/gzip
 CDRUNTIME+=	./usr/bin/less
 CDRUNTIME+=	./usr/bin/more
 CDRUNTIME+=	./usr/bin/netstat
 CDRUNTIME+=	./usr/bin/progress
 CDRUNTIME+=	./usr/bin/sed
+CDRUNTIME+=	./usr/bin/sort
 CDRUNTIME+=	./usr/bin/tip
 CDRUNTIME+=	./usr/bin/vmstat
 CDRUNTIME+=	./usr/lib/libbz2.so*
@@ -41,6 +43,7 @@
 CDRUNTIME+=	./usr/lib/libutil.so*
 CDRUNTIME+=	./usr/lib/libz.so*
 CDRUNTIME+=	./usr/libexec/ld.elf_so
+CDRUNTIME+=	./usr/libexec/getty
 CDRUNTIME+=	./usr/mdec
 CDRUNTIME+=	./usr/sbin/chown
 CDRUNTIME+=	./usr/sbin/chroot
@@ -54,10 +57,11 @@
 	${CP} ${.CURDIR}/../../../common/10-resolv.conf cdrom/libexec/dhcpcd-hooks
 	${CP} ${.CURDIR}/../../../common/99-print-sysinst cdrom/libexec/dhcpcd-hooks
 	${MKDIR} cdrom/etc
-	${CP} ${.CURDIR}/../../ramdisks/common/dot.profile cdrom/etc/rc
-	${ECHO}   cdrom/etc/rc
-	${ECHO} # exit to single user mode  cdrom/etc/rc
-	${ECHO} exit 1  cdrom/etc/rc
+	${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
+	${CP} ${.CURDIR}/../etc.ttys cdrom/etc/ttys
+	${CP} ${.CURDIR}/../etc.rc cdrom/etc/rc
+	${CP} ${.CURDIR}/../install.sh cdrom/install.sh
+	${CHMOD} 0555 cdrom/install.sh
 	${MKDIR} cdrom/mnt2 cdrom/targetroot
 	${CP} ${SYSINSTDIR}/sysinst cdrom
 	${CHMOD} ugo+rx cdrom/sysinst

Added files:

Index: src/distrib/i386/cdroms/etc.rc
diff -u /dev/null src/distrib/i386/cdroms/etc.rc:1.1
--- /dev/null	Mon Apr 19 04:41:36 2010
+++ src/distrib/i386/cdroms/etc.rc	Mon Apr 19 04:41:36 2010
@@ -0,0 +1,57 @@
+# $NetBSD: etc.rc,v 1.1 2010/04/19 04:41:36 martin Exp $
+#
+# Copyright (c) 1997 Perry E. Metzger
+# Copyright (c) 1994 Christopher G. Demetriou
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#notice, this list of conditions and the following disclaimer in the
+#documentation and/or other materials provided with the distribution.
+# 3. All advertising materials mentioning features or use of this software
+#must display the following acknowledgement:
+#  This product includes software developed for the
+#  NetBSD Project.  See http://www.NetBSD.org/ for
+#  information about NetBSD.
+# 4. The name of the author may not be used to endorse or promote products
+#derived from this software without specific prior written permission.
+# 
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 
+# Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp
+
+PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
+export PATH
+
+# hack to get around bugs in kernfs's rootdev/rrootdev lookup.
+ls -l /dev/*  /dev/null 21
+
+# mount a few tempfs to allow modifications over the CD contents
+mount -t tmpfs tmpfs /tmp
+mount -t tmpfs tmpfs /var
+mount -t tmpfs -o union tmpfs /etc
+
+# prepare important directories in the tmpfses, so dhcpcd 

CVS commit: src/distrib/i386/cdroms

2009-10-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Oct 24 06:36:39 UTC 2009

Modified Files:
src/distrib/i386/cdroms/bootcd: boot.cfg.in
src/distrib/i386/cdroms/installcd: boot.cfg.in

Log Message:
www.netbsd.org - www.NetBSD.org


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/i386/cdroms/bootcd/boot.cfg.in
cvs rdiff -u -r1.7 -r1.8 src/distrib/i386/cdroms/installcd/boot.cfg.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/cdroms/bootcd/boot.cfg.in
diff -u src/distrib/i386/cdroms/bootcd/boot.cfg.in:1.8 src/distrib/i386/cdroms/bootcd/boot.cfg.in:1.9
--- src/distrib/i386/cdroms/bootcd/boot.cfg.in:1.8	Mon Dec  1 10:20:15 2008
+++ src/distrib/i386/cdroms/bootcd/boot.cfg.in	Sat Oct 24 06:36:39 2009
@@ -7,7 +7,7 @@
 banner=
 banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
 banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.netbsd.org/.
+banner=try disabling it and report a bug at http://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
 menu=Install NetBSD (no ACPI):boot netbsd -2
 menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12

Index: src/distrib/i386/cdroms/installcd/boot.cfg.in
diff -u src/distrib/i386/cdroms/installcd/boot.cfg.in:1.7 src/distrib/i386/cdroms/installcd/boot.cfg.in:1.8
--- src/distrib/i386/cdroms/installcd/boot.cfg.in:1.7	Mon Dec  1 10:20:15 2008
+++ src/distrib/i386/cdroms/installcd/boot.cfg.in	Sat Oct 24 06:36:39 2009
@@ -3,7 +3,7 @@
 banner=
 banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
 banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.netbsd.org/.
+banner=try disabling it and report a bug at http://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
 menu=Install NetBSD (no ACPI):boot netbsd -2
 menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12



CVS commit: src/distrib/i386

2009-09-29 Thread Adam Hoka
Module Name:src
Committed By:   ahoka
Date:   Wed Sep 30 00:32:08 UTC 2009

Modified Files:
src/distrib/i386/cdroms: Makefile.cdrom
src/distrib/i386/ramdisks/common: dot.profile

Log Message:
Give a chance for dhcpcd to work by mounting a memory backed /var/db and
/var/run. Also create an empty lease file in /tmp/dhcpcd-lease.

XXX is this needed on other platforms too?


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/i386/cdroms/Makefile.cdrom
cvs rdiff -u -r1.3 -r1.4 src/distrib/i386/ramdisks/common/dot.profile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.13 src/distrib/i386/cdroms/Makefile.cdrom:1.14
--- src/distrib/i386/cdroms/Makefile.cdrom:1.13	Fri Sep 25 14:09:27 2009
+++ src/distrib/i386/cdroms/Makefile.cdrom	Wed Sep 30 00:32:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.13 2009/09/25 14:09:27 christos Exp $
+# $NetBSD: Makefile.cdrom,v 1.14 2009/09/30 00:32:08 ahoka Exp $
 
 .include bsd.own.mk
 
@@ -55,3 +55,4 @@
 	${CP} ${SYSINSTDIR}/sysinst cdrom
 	${CHMOD} ugo+rx cdrom/sysinst
 	${CP} ${SYSINSTDIR}/sysinstmsgs.?? cdrom
+	${MKDIR} cdrom/var

Index: src/distrib/i386/ramdisks/common/dot.profile
diff -u src/distrib/i386/ramdisks/common/dot.profile:1.3 src/distrib/i386/ramdisks/common/dot.profile:1.4
--- src/distrib/i386/ramdisks/common/dot.profile:1.3	Tue Nov 25 14:25:59 2008
+++ src/distrib/i386/ramdisks/common/dot.profile	Wed Sep 30 00:32:08 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.profile,v 1.3 2008/11/25 14:25:59 ad Exp $
+#	$NetBSD: dot.profile,v 1.4 2009/09/30 00:32:08 ahoka Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -57,8 +57,12 @@
 	# set up some sane defaults
 	stty newcrt werase ^W intr ^C kill ^U erase ^H
 	mount -t tmpfs tmpfs /tmp
+	mount -t tmpfs tmpfs /var
 	mount -t tmpfs -o union tmpfs /etc
 
+	mkdir -p /var/run /var/db
+	echo  /tmp/dhcpcd-lease
+
 	grep() sed -n /$1/p
 
 	if [ -x /sysinst ]; then



CVS commit: src/distrib/i386/cdroms

2009-08-30 Thread Hubert Feyrer
Module Name:src
Committed By:   hubertf
Date:   Sun Aug 30 22:30:30 UTC 2009

Modified Files:
src/distrib/i386/cdroms: Makefile.cdrom

Log Message:
Make sure cdrom/etc exists before copying files into it.

Needed when someone sets CDRUNTIME to  in  a subdirectory's Makefile,
to not get anything besides a kernel and maybe a ramdisk (module) on a CD.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/i386/cdroms/Makefile.cdrom

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.11 src/distrib/i386/cdroms/Makefile.cdrom:1.12
--- src/distrib/i386/cdroms/Makefile.cdrom:1.11	Sat Mar  7 20:19:45 2009
+++ src/distrib/i386/cdroms/Makefile.cdrom	Sun Aug 30 22:30:30 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.11 2009/03/07 20:19:45 christos Exp $
+# $NetBSD: Makefile.cdrom,v 1.12 2009/08/30 22:30:30 hubertf Exp $
 
 .include bsd.own.mk
 
@@ -46,6 +46,7 @@
 CDRUNTIME+=	./usr/share/misc/termcap
 
 image_md_pre:
+	${MKDIR} cdrom/etc
 	${CP} ${.CURDIR}/../../ramdisks/common/dot.profile cdrom/etc/rc
 	${MKDIR} cdrom/mnt2 cdrom/targetroot
 	${CP} ${SYSINSTDIR}/sysinst cdrom



CVS commit: src/distrib/i386/ramdisks/common

2009-04-29 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Apr 29 18:01:50 UTC 2009

Modified Files:
src/distrib/i386/ramdisks/common: list.ramdisk

Log Message:
Remove unneeded gnu/usr.bin from SRCDIRS.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/i386/ramdisks/common/list.ramdisk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/i386/ramdisks/common/list.ramdisk
diff -u src/distrib/i386/ramdisks/common/list.ramdisk:1.9 src/distrib/i386/ramdisks/common/list.ramdisk:1.10
--- src/distrib/i386/ramdisks/common/list.ramdisk:1.9	Sun Jan 25 22:08:38 2009
+++ src/distrib/i386/ramdisks/common/list.ramdisk	Wed Apr 29 18:01:50 2009
@@ -1,7 +1,7 @@
-#	$NetBSD: list.ramdisk,v 1.9 2009/01/25 22:08:38 abs Exp $
+#	$NetBSD: list.ramdisk,v 1.10 2009/04/29 18:01:50 tsutsui Exp $
 
 SRCDIRS	usr.bin/less
-SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin
+SRCDIRS	bin sbin usr.bin usr.sbin
 
 # Programs for a minimal ramdisk image