Prepare creation of boot CDs:

* Move files in distrib/i386:

floppies/instkernel/Makefile -> instkernel/Makefile
floppies/ramdisk-big/Makefile -> ramdisks/ramdisk-big/Makefile
floppies/ramdisk-big/disktab.preinstall -> ramdisks/ramdisk-big/disktab.preinstall
floppies/ramdisk-big/list -> ramdisks/ramdisk-big/list
floppies/ramdisk-big/list.inet6 -> ramdisks/ramdisk-big/list.inet6
floppies/ramdisk-rescuetiny/Makefile -> ramdisks/ramdisk-rescuetiny/Makefile
floppies/ramdisk-rescuetiny/list -> ramdisks/ramdisk-rescuetiny/list
floppies/ramdisk-small/Makefile -> ramdisks/ramdisk-small/Makefile
floppies/ramdisk-small/list -> ramdisks/ramdisk-small/list
floppies/ramdisk-tiny/Makefile -> ramdisks/ramdisk-tiny/Makefile
floppies/ramdisk-tiny/list -> ramdisks/ramdisk-tiny/list
floppies/common/Makefile.ramdisk -> ramdisks/common/Makefile.ramdisk
floppies/common/dot.profile -> ramdisks/common/dot.profile
floppies/common/list.ramdisk -> ramdisks/common/list.ramdisk
floppies/common/termcap.mini -> ramdisks/common/termcap.mini

 * Adjust paths
This commit is contained in:
hubertf 2006-06-02 22:11:06 +00:00
parent b7899a65bc
commit b3f292908c
19 changed files with 40 additions and 34 deletions

View File

@ -1,6 +1,12 @@
# $NetBSD: Makefile,v 1.2 2002/05/02 18:02:35 lukem Exp $
# $NetBSD: Makefile,v 1.3 2006/06/02 22:11:06 hubertf Exp $
SUBDIR= floppies
SUBDIR=
SUBDIR+= ramdisks
SUBDIR+= .WAIT
SUBDIR+= instkernel
SUBDIR+= .WAIT
#SUBDIR+= cdroms
SUBDIR+= floppies
TARGETS+= release
.include <bsd.subdir.mk>

View File

@ -1,18 +1,6 @@
# $NetBSD: Makefile,v 1.33 2005/06/26 17:47:49 thorpej Exp $
# $NetBSD: Makefile,v 1.34 2006/06/02 22:11:06 hubertf Exp $
SUBDIR=
SUBDIR+= ramdisk-big
SUBDIR+= ramdisk-small
SUBDIR+= ramdisk-tiny
SUBDIR+= ramdisk-rescuetiny
SUBDIR+= .WAIT
SUBDIR+= instkernel
SUBDIR+= .WAIT
SUBDIR+= bootfloppy
SUBDIR+= bootfloppy-big
SUBDIR+= bootfloppy-com

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootfloppy,v 1.18 2003/12/18 00:44:22 lukem Exp $
# $NetBSD: Makefile.bootfloppy,v 1.19 2006/06/02 22:11:06 hubertf Exp $
#
# Makefile snippet to create a set of USTAR floppies
#
@ -10,7 +10,7 @@
# FLOPPYKERNEL Kernel to copy
#
# Optional variables:
# FLOPPYKERNDIR ${FLOPPYKERNEL} is from ${.CURDIR}/../${FLOPPYKERNDIR}
# FLOPPYKERNDIR ${FLOPPYKERNEL} is from ${.CURDIR}/../../${FLOPPYKERNDIR}
# FLOPPY_BOOT Bootstrap to use. [${DESTDIR}/usr/mdec/boot]
# FLOPPYBOOTOPTIONS Options for installboot, eg -o console=com0
#
@ -29,7 +29,7 @@ FLOPPYKERNDIR?= instkernel
FLOPPYSUFFIX?= .fs
MDEC= ${DESTDIR}/usr/mdec
FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} ${FLOPPYBOOTOPTIONS} -m${MACHINE} @IMAGE@ ${MDEC}/bootxx_ustarfs"
FLOPPYKERNOBJ!= cd ${.CURDIR}/../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
FLOPPYKERNOBJ!= cd ${.CURDIR}/../../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
FLOPPY_BOOT?= ${MDEC}/boot
FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2006/03/20 22:36:37 bouyer Exp $
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -11,7 +11,7 @@ RAMDISKS= RAMDISK_B ramdisk-big \
RESCUE_T ramdisk-rescuetiny
.for V F in ${RAMDISKS}
${V}DIR!= cd ${.CURDIR}/../${F} && ${PRINTOBJDIR}
${V}DIR!= cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR}
${V}= ${${V}DIR}/${F}.fs
.endfor

View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:42 hubertf Exp $
SUBDIR=
SUBDIR+= ramdisk-big
SUBDIR+= ramdisk-rescuetiny
SUBDIR+= ramdisk-small
SUBDIR+= ramdisk-tiny
TARGETS+= release
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.ramdisk,v 1.23 2005/09/10 14:47:15 dsl Exp $
# $NetBSD: Makefile.ramdisk,v 1.1 2006/06/02 22:11:07 hubertf Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

View File

@ -1,4 +1,4 @@
# $NetBSD: dot.profile,v 1.5 2005/09/10 14:50:08 dsl Exp $
# $NetBSD: dot.profile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou

View File

@ -1,4 +1,4 @@
# $NetBSD: list.ramdisk,v 1.11 2003/11/30 14:58:05 dsl Exp $
# $NetBSD: list.ramdisk,v 1.1 2006/06/02 22:11:07 hubertf Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin

View File

@ -1,4 +1,4 @@
# $NetBSD: termcap.mini,v 1.2 2002/06/24 17:36:27 lukem Exp $
# $NetBSD: termcap.mini,v 1.1 2006/06/02 22:11:07 hubertf Exp $
#
# Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
# All rights reserved.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2005/01/18 12:38:45 lukem Exp $
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
BOOTMODEL= big
IMAGE= ramdisk-${BOOTMODEL}.fs

View File

@ -1,4 +1,4 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
# $NetBSD: disktab.preinstall,v 1.1 2006/06/02 22:11:07 hubertf Exp $
#
# Disk geometry and partition layout tables.
# Key:

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.25 2006/05/09 03:22:03 dogcow Exp $
# $NetBSD: list,v 1.1 2006/06/02 22:11:07 hubertf Exp $
#
SRCDIRS usr.bin/less

View File

@ -1,4 +1,4 @@
# $NetBSD: list.inet6,v 1.2 2005/07/10 13:00:21 lukem Exp $
# $NetBSD: list.inet6,v 1.1 2006/06/02 22:11:42 hubertf Exp $
PROG sbin/ping6
PROG sbin/rtsol

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2003/06/05 14:30:12 dsl Exp $
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
BOOTMODEL= tiny
IMAGE= ramdisk-rescue${BOOTMODEL}.fs

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.16 2005/09/10 14:50:08 dsl Exp $
# $NetBSD: list,v 1.1 2006/06/02 22:11:07 hubertf Exp $
PROG bin/cat
PROG bin/chmod

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2003/06/05 14:30:13 dsl Exp $
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
BOOTMODEL= small
IMAGE= ramdisk-${BOOTMODEL}.fs

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.17 2006/05/09 03:22:03 dogcow Exp $
# $NetBSD: list,v 1.1 2006/06/02 22:11:07 hubertf Exp $
PROG bin/cat
PROG bin/chio
@ -53,6 +53,7 @@ PROG usr/bin/tip
# sysinst doesn't use installboot
# PROG usr/sbin/installboot
PROG usr/sbin/bad144
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2004/04/18 20:04:26 dsl Exp $
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
BOOTMODEL= tiny
IMAGE= ramdisk-${BOOTMODEL}.fs

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.17 2005/09/10 14:50:08 dsl Exp $
# $NetBSD: list,v 1.1 2006/06/02 22:11:07 hubertf Exp $
PROG bin/cat
PROG bin/chmod