Nothing needs disktab anymore, so we'd rather have an inode and

slightly over 1K of space on install media...
This commit is contained in:
abs 2009-09-20 22:46:10 +00:00
parent 1fabe01b0f
commit bdf4da2bba
106 changed files with 101 additions and 1039 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2009/09/20 19:49:07 abs Exp $
# $NetBSD: Makefile,v 1.12 2009/09/20 22:46:10 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -16,7 +16,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile termcap.src \
dot.profile termcap.src \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
${DISTRIBDIR}/common/services

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.12 2009/09/20 19:49:07 abs Exp $
# $NetBSD: list,v 1.13 2009/09/20 22:46:10 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -71,8 +71,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2009/09/20 19:49:07 abs Exp $
# $NetBSD: Makefile,v 1.20 2009/09/20 22:46:10 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -16,7 +16,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile termcap.vt100 \
dot.profile termcap.vt100 \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
${DISTRIBDIR}/common/services

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.19 2009/09/20 19:49:07 abs Exp $
# $NetBSD: list,v 1.20 2009/09/20 22:46:10 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -71,9 +71,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.vt100 usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
#COPY ${CURDIR}/inst.sh usr/local/sbin/inst 555
# and the installation tools

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2009/09/20 19:49:07 abs Exp $
# $NetBSD: Makefile,v 1.27 2009/09/20 22:46:10 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -15,8 +15,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= minimal
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
install.sh upgrade.sh \
dot.profile install.sh upgrade.sh \
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
${DESTDIR}/usr/share/misc/termcap \
${DISTRIBDIR}/utils/script-installer/dot.commonutils \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.33 2009/09/20 19:49:07 abs Exp $
# $NetBSD: list,v 1.34 2009/09/20 22:46:10 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin
@ -82,9 +82,6 @@ COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap
COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 2009/04/07 11:49:16 joerg Exp $
# $NetBSD: Makefile,v 1.3 2009/09/20 22:46:11 abs Exp $
IMAGE= ramdisk.fs
IMAGESIZE= 5000k
IMAGEDEPENDS= disktab.preinstall
IMAGEDEPENDS=
USE_SYSINST= yes
SMALLPROG_INET6=1

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2006/06/02 22:11:52 hubertf Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.9 2009/04/07 11:49:16 joerg Exp $
# $NetBSD: list,v 1.10 2009/09/20 22:46:11 abs Exp $
#
SRCDIRS usr.bin/less
@ -71,6 +71,3 @@ SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL route srcdir distrib/utils/x_route
LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.3 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,7 +1,4 @@
# $NetBSD: list,v 1.5 1998/01/06 04:45:07 perry Exp $
# the disktab explanation file
COPY disktab.preinstall etc
# $NetBSD: list,v 1.6 2009/09/20 22:46:11 abs Exp $
# copy the kernel
#COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.inc,v 1.14 2006/01/24 20:28:21 is Exp $
# $NetBSD: Makefile.inc,v 1.15 2009/09/20 22:46:11 abs Exp $
IMAGESIZE= 6m
MAKEFS_FLAGS= -o density=4k
IMAGEENDIAN= be
MAKEDEVTARGETS= floppy
IMAGEDEPENDS+= ${ARCHDIR}/disktab.shadow ${ARCHDIR}/dot.profile \
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
${ARCHDIR}/install.md ${ARCHDIR}/termcap.vt \
${DESTDIR}/usr/mdec/boot.amiga \
${KERNOBJDIR}/INSTALL/netbsd

View File

@ -1,32 +0,0 @@
#
# $NetBSD: disktab.shadow,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.19 2009/05/24 22:59:18 mlelstv Exp $
# $NetBSD: list,v 1.20 2009/09/20 22:46:11 abs Exp $
# Amiga extra's
PROG sbin/disklabel
@ -20,8 +20,6 @@ SPECIAL vi srcdir usr.bin/nvi/build
SYMLINK /tmp var/tmp
# various files that we need in /etc for the install
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
#SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts

View File

@ -1,3 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 1998/11/19 08:58:04 sakamoto Exp $
#
# Disk geometry and partition layout tables.

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.14 2009/09/20 19:49:07 abs Exp $
# $NetBSD: list,v 1.15 2009/09/20 22:46:11 abs Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@ -70,9 +70,6 @@ SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
#COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
COPY ${CURDIR}/termcap.pc3 usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile
# COPY ${OBJDIR}/install.sh install

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2009/09/20 19:49:07 abs Exp $
# $NetBSD: Makefile,v 1.16 2009/09/20 22:46:11 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -15,7 +15,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
${DISTRIBDIR}/common/services \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.16 2009/09/20 19:49:07 abs Exp $
# $NetBSD: list,v 1.17 2009/09/20 22:46:11 abs Exp $
# usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin
@ -74,8 +74,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2009/09/20 19:49:08 abs Exp $
# $NetBSD: Makefile,v 1.9 2009/09/20 22:46:11 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -16,7 +16,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${DESTDIR}/usr/share/misc/termcap \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.13 2009/09/20 19:49:08 abs Exp $
# $NetBSD: list,v 1.14 2009/09/20 22:46:11 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -76,8 +76,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/09/20 19:49:08 abs Exp $
# $NetBSD: Makefile,v 1.6 2009/09/20 22:46:11 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -20,7 +20,7 @@ IMAGEENDIAN= be
.endif
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${DESTDIR}/usr/share/misc/termcap \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2006/03/30 15:45:42 shige Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.8 2009/09/20 19:49:08 abs Exp $
# $NetBSD: list,v 1.9 2009/09/20 22:46:11 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -68,8 +68,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,29 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.10 2009/09/20 19:49:08 abs Exp $
# $NetBSD: list,v 1.11 2009/09/20 22:46:11 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -75,9 +75,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
# and the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile.inc,v 1.8 2002/04/26 15:50:31 lukem Exp $
# $NetBSD: Makefile.inc,v 1.9 2009/09/20 22:46:11 abs Exp $
IMAGESIZE= 7m
IMAGEENDIAN= be
MAKEDEVTARGETS= all
MAKEFS_FLAGS= -o density=4k
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/install.md \
${DESTDIR}/etc/disktab \
${KERNOBJDIR}/INSTALL/netbsd \
${NETBSDSRCDIR}/share/termcap/termcap.src

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.14 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.15 2009/09/20 22:46:11 abs Exp $
# hp300 extra's
PROG sbin/disklabel
@ -38,8 +38,6 @@ COPY ${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
COPY ${KERNOBJDIR}/INSTALL/netbsd netbsd
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts

View File

@ -1,29 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2005/05/18 14:04:26 chs Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.10 2009/09/20 19:49:08 abs Exp $
# $NetBSD: list,v 1.11 2009/09/20 22:46:11 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -78,9 +78,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
# and the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 2009/04/07 11:49:17 joerg Exp $
# $NetBSD: Makefile.inc,v 1.3 2009/09/20 22:46:12 abs Exp $
DBG= -Os
@ -9,7 +9,7 @@ MAKEDEVTARGETS= all
LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
${DESTDIR}/.profile ${DESTDIR}/etc/disktab
${DESTDIR}/.profile
SMALLPROG_INET6=1
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.3 2009/04/07 11:49:17 joerg Exp $
# $NetBSD: list,v 1.4 2009/09/20 22:46:12 abs Exp $
# extras in bin
PROG bin/csh
@ -29,9 +29,6 @@ SYMLINK /tmp var/tmp
# termcap file
COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.15 2009/04/07 11:49:17 joerg Exp $
# $NetBSD: Makefile.inc,v 1.16 2009/09/20 22:46:12 abs Exp $
DBG= -Os
@ -9,7 +9,7 @@ MAKEDEVTARGETS= all
LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
${DESTDIR}/.profile ${DESTDIR}/etc/disktab
${DESTDIR}/.profile
SMALLPROG_INET6=1
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.11 2009/04/07 11:49:17 joerg Exp $
# $NetBSD: list,v 1.12 2009/09/20 22:46:12 abs Exp $
# extras in bin
PROG bin/csh
@ -29,9 +29,6 @@ SYMLINK /tmp var/tmp
# termcap file
COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.1 2002/07/02 04:14:37 itojun Exp $
# $NetBSD: Makefile.inc,v 1.2 2009/09/20 22:46:12 abs Exp $
DBG= -O
@ -9,5 +9,4 @@ MAKEDEVTARGETS= all
#LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
${DESTDIR}/.profile ${DESTDIR}/etc/disktab \
${DESTDIR}/etc/spwd.db
${DESTDIR}/.profile ${DESTDIR}/etc/spwd.db

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.2 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.3 2009/09/20 22:46:12 abs Exp $
# extras in bin
#PROG bin/csh
@ -33,9 +33,6 @@ COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
LINK etc/spwd.db etc/pwd.db
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2009/04/07 11:49:17 joerg Exp $
# $NetBSD: Makefile,v 1.3 2009/09/20 22:46:12 abs Exp $
BOOTMODEL= big
IMAGE= ramdisk-${BOOTMODEL}.fs
IMAGESIZE= 5000k
IMAGEDEPENDS= disktab.preinstall
IMAGEDEPENDS=
USE_SYSINST= yes
SMALLPROG_INET6=1

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2006/06/02 22:11:07 hubertf Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,5 +1,4 @@
# $NetBSD: list,v 1.3 2009/04/07 11:49:17 joerg Exp $
#
# $NetBSD: list,v 1.4 2009/09/20 22:46:12 abs Exp $
PROG bin/chio
PROG bin/dd
@ -25,6 +24,3 @@ PROG usr/bin/tip
PROG usr/sbin/installboot
PROG usr/sbin/wiconfig
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall

View File

@ -1,29 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.8 2009/09/20 19:49:08 abs Exp $
# $NetBSD: list,v 1.9 2009/09/20 22:46:12 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -70,9 +70,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
# and the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2009/09/20 19:49:08 abs Exp $
# $NetBSD: Makefile,v 1.7 2009/09/20 22:46:12 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -17,7 +17,7 @@ LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig \
${DISTRIBDIR}/common/protocols \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2008/04/14 17:24:56 skrll Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.10 2009/09/20 19:49:08 abs Exp $
# $NetBSD: list,v 1.11 2009/09/20 22:46:12 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -67,9 +67,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the shell startup files
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2009/09/20 19:49:09 abs Exp $
# $NetBSD: Makefile,v 1.33 2009/09/20 22:46:12 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -16,7 +16,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
MAKEDEVTARGETS= raminst
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${DISTRIBDIR}/mac68k/miniroot/termcap \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.24 2009/09/20 19:49:09 abs Exp $
# $NetBSD: list,v 1.25 2009/09/20 22:46:12 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils
@ -77,9 +77,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${DISTRIBDIR}/mac68k/miniroot/termcap usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,29 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.32 2009/09/20 19:49:09 abs Exp $
# $NetBSD: list,v 1.33 2009/09/20 22:46:12 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -85,9 +85,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
# and the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.12 2009/09/20 19:49:09 abs Exp $
# $NetBSD: list,v 1.13 2009/09/20 22:46:12 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@ -77,8 +77,5 @@ COPY ${CURDIR}/termcap.src usr/share/misc/termcap
COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the shell startup files
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,11 +1,10 @@
# $NetBSD: Makefile.inc,v 1.8 2002/05/29 04:11:02 lukem Exp $
# $NetBSD: Makefile.inc,v 1.9 2009/09/20 22:46:12 abs Exp $
IMAGESIZE= 7m
MAKEFS_FLAGS= -o density=4096
IMAGEENDIAN= be
MAKEDEVTARGETS= all
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/install.md \
${DESTDIR}/etc/disktab \
${KERNOBJDIR}/GENERIC/netbsd \
${NETBSDSRCDIR}/share/termcap/termcap.src
LISTS+= ${DISTRIBDIR}/common/list.sysinst

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.15 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.16 2009/09/20 22:46:12 abs Exp $
# mvme68k's extras
PROG sbin/disklabel
@ -37,8 +37,6 @@ COPY ${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.10 2003/02/01 05:03:42 tsutsui Exp $
# $NetBSD: Makefile.inc,v 1.11 2009/09/20 22:46:12 abs Exp $
DBG= -Os
@ -9,5 +9,5 @@ MAKEDEVTARGETS= all
LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
${DESTDIR}/.profile ${DESTDIR}/etc/disktab
${DESTDIR}/.profile
SMALLPROG_INET6=1

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.6 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.7 2009/09/20 22:46:12 abs Exp $
# extras in bin
#PROG bin/csh
@ -29,9 +29,6 @@ SYMLINK /tmp var/tmp
# termcap file
COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.18 2006/07/29 19:10:56 ad Exp $
# $NetBSD: Makefile.inc,v 1.19 2009/09/20 22:46:13 abs Exp $
DBG= -Os
@ -10,7 +10,6 @@ LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
${DESTDIR}/.profile ${DESTDIR}/boot.pmax \
${DESTDIR}/etc/disktab \
${KERNOBJDIR}/GENERIC/netbsd \
${KERNOBJDIR}/GENERIC/netbsd.ecoff \
${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.17 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.18 2009/09/20 22:46:13 abs Exp $
# extras in bin
PROG bin/csh
@ -44,15 +44,10 @@ COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff
COPY ${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff
# various files that we need in /etc for the install
#COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
#SYMLINK /tmp/disktab.shadow etc/disktab
#SYMLINK /tmp/fstab.shadow etc/fstab
#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
#SYMLINK /tmp/hosts etc/hosts
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2009/09/20 19:49:09 abs Exp $
# $NetBSD: Makefile,v 1.42 2009/09/20 22:46:13 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -18,7 +18,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= minimal pty0
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${.CURDIR}/../miniroot/termcap.vt100 \
${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:09 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.23 2009/09/20 19:49:09 abs Exp $
# $NetBSD: list,v 1.24 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
@ -74,8 +74,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/../miniroot/termcap.vt100 usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the shell startup files
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,2 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.3 2008/05/01 21:27:46 garbled Exp $
# Disk geometry and partition layout tables.

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.14 2009/09/20 19:49:09 abs Exp $
# $NetBSD: list,v 1.15 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@ -74,8 +74,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
COPY ${DISTRIBDIR}/common/protocols etc/protocols
COPY ${DISTRIBDIR}/common/services etc/services
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation scripts
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,29 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2009/04/30 12:47:39 tsutsui Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.2 2009/09/20 19:49:09 abs Exp $
# $NetBSD: list,v 1.3 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -77,9 +77,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap
# and the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644

View File

@ -1,29 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.1 2007/10/25 14:20:55 nisimura Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.5 2009/09/20 19:49:10 abs Exp $
# $NetBSD: list,v 1.6 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -75,9 +75,6 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
# and the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc.xxx,v 1.4 2003/11/13 14:07:38 sekiya Exp $
# $NetBSD: Makefile.inc.xxx,v 1.5 2009/09/20 22:46:13 abs Exp $
DBG= -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
@ -10,7 +10,6 @@ LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.iris-ansi \
${DESTDIR}/.profile \
${DESTDIR}/etc/disktab \
${KERNOBJDIR}/GENERIC32_IP2x/netbsd.ecoff \
${KERNOBJDIR}/GENERIC32_IP2x/netbsd \
${KERNOBJDIR}/GENERIC32_IP3x/netbsd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.5 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.6 2009/09/20 22:46:13 abs Exp $
# extras in bin
PROG bin/csh
@ -45,15 +45,10 @@ COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff
###COPY ${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff
# various files that we need in /etc for the install
#COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
#SYMLINK /tmp/disktab.shadow etc/disktab
#SYMLINK /tmp/fstab.shadow etc/fstab
#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
#SYMLINK /tmp/hosts etc/hosts
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2009/09/20 19:49:10 abs Exp $
# $NetBSD: Makefile,v 1.15 2009/09/20 22:46:13 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -17,7 +17,7 @@ LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${.CURDIR}/../miniroot/termcap.iris-ansi \
${DESTDIR}/usr/mdec/aoutboot ${DESTDIR}/usr/mdec/ip2xboot \
${DESTDIR}/usr/mdec/ip3xboot \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:43:27 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.13 2009/09/20 19:49:10 abs Exp $
# $NetBSD: list,v 1.14 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
@ -73,8 +73,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/../miniroot/termcap.iris-ansi usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the shell startup files
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2009/09/20 19:49:10 abs Exp $
# $NetBSD: Makefile,v 1.18 2009/09/20 22:46:13 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -16,7 +16,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
MAKEDEVTARGETS= ramdisk
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile \
dot.profile \
${DESTDIR}/usr/share/misc/termcap \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:10 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.16 2009/09/20 19:49:10 abs Exp $
# $NetBSD: list,v 1.17 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -72,8 +72,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.13 2009/06/01 13:06:03 he Exp $
# $NetBSD: Makefile.inc,v 1.14 2009/09/20 22:46:13 abs Exp $
IMAGESIZE= 8192k
MAKEFS_FLAGS= -o density=4k
@ -7,7 +7,6 @@ MAKEDEVTARGETS= all
LISTS+= ${DISTRIBDIR}/common/list.sysinst
IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
${ARCHDIR}/termcap.src \
${DESTDIR}/etc/disktab \
${DESTDIR}/usr/mdec/boot \
${KERNOBJDIR}/GENERIC/netbsd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.30 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.31 2009/09/20 22:46:13 abs Exp $
# Sparc extra's
PROG bin/rcmd
@ -38,8 +38,6 @@ COPY ${ARCHDIR}/termcap.src usr/share/misc/termcap
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.instfs,v 1.8 2009/09/20 19:49:10 abs Exp $
# $NetBSD: Makefile.instfs,v 1.9 2009/09/20 22:46:13 abs Exp $
INSTFSDIR= ${.CURDIR}/../instfs
@ -14,7 +14,7 @@ IMAGEENDIAN= be
MAKEDEVTARGETS= ramdisk bpf
PARSELISTENV= INSTFSDIR=${INSTFSDIR:Q}
IMAGEDEPENDS= ${CRUNCHBIN} \
${INSTFSDIR}/disktab.preinstall ${INSTFSDIR}/dot.profile \
${INSTFSDIR}/dot.profile \
${INSTFSDIR}/termcap.mini \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2004/04/19 12:44:10 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.13 2009/09/20 19:49:10 abs Exp $
# $NetBSD: list,v 1.14 2009/09/20 22:46:13 abs Exp $
SRCDIRS bin sbin libexec usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -93,9 +93,6 @@ COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
# and the common installation tools
COPY ${INSTFSDIR}/termcap.mini usr/share/misc/termcap
# the disktab explanation file
COPY ${INSTFSDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${INSTFSDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2009/09/20 19:41:35 abs Exp $
# $NetBSD: Makefile,v 1.30 2009/09/20 22:46:13 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -26,7 +26,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
${KERNEL} \
fstab install.md profile termcap \
${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
${DESTDIR}/etc/disktab ${DESTDIR}/etc/group \
${DESTDIR}/etc/group \
${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \
${DESTDIR}/etc/passwd \
${DISTRIBDIR}/common/protocols \

View File

@ -1,5 +1,5 @@
#
# $NetBSD: list,v 1.11 2009/09/20 19:41:35 abs Exp $
# $NetBSD: list,v 1.12 2009/09/20 22:46:13 abs Exp $
#
# The PROM provides a default kernel name of "vmunix"
@ -30,8 +30,6 @@ COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
COPY ${DISTRIBDIR}/common/services etc/services
# some /etc files get special handling (for MFS /tmp yuck)
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
SYMLINK /tmp/disktab.shadow etc/disktab
COPY ${CURDIR}/fstab tmp/fstab.shadow
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2009/09/20 19:41:35 abs Exp $
# $NetBSD: Makefile,v 1.23 2009/09/20 22:46:14 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -17,7 +17,7 @@ MTREECONF= ${.CURDIR}/mtree.conf
IMAGEENDIAN= be
MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab fstab passwd protocols ${DISTRIBDIR}/common/services \
fstab passwd protocols ${DISTRIBDIR}/common/services \
sshrc welcome ${NETBSDSRCDIR}/etc/netconfig
MDSETTARGETS= RAMDISK ramdisk.fs -

View File

@ -1,2 +0,0 @@
# $NetBSD: disktab,v 1.1 2002/04/26 03:29:32 lukem Exp $
# The ramdisk has no need for disktab (yet)

View File

@ -1,5 +1,5 @@
#
# $NetBSD: list,v 1.9 2009/09/20 19:41:35 abs Exp $
# $NetBSD: list,v 1.10 2009/09/20 22:46:14 abs Exp $
#
# ramdisk/list - packing list for the ramdisk.
#
@ -89,7 +89,6 @@ SPECIAL ssh srcdir distrib/utils/ssh
SPECIAL umount srcdir distrib/utils/x_umount
# various files that we need in /etc for the install
COPY ${CURDIR}/disktab etc/disktab
COPY ${CURDIR}/fstab etc/fstab
COPY ${CURDIR}/passwd etc/passwd
COPY ${CURDIR}/protocols etc/protocols

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2009/09/20 19:41:35 abs Exp $
# $NetBSD: Makefile,v 1.41 2009/09/20 22:46:14 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -27,7 +27,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
${KERNEL3} ${KERNEL3X} \
fstab install.md profile termcap \
${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
${DESTDIR}/etc/disktab ${DESTDIR}/etc/group \
${DESTDIR}/etc/group \
${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \
${DESTDIR}/etc/passwd \
${DISTRIBDIR}/common/protocols \

View File

@ -1,5 +1,5 @@
#
# $NetBSD: list,v 1.20 2009/09/20 19:41:35 abs Exp $
# $NetBSD: list,v 1.21 2009/09/20 22:46:14 abs Exp $
#
COPY ${KERNEL3} netbsd.sun3
@ -29,8 +29,6 @@ COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
COPY ${DISTRIBDIR}/common/services etc/services
# some /etc files get special handling (for MFS /tmp yuck)
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
SYMLINK /tmp/disktab.shadow etc/disktab
COPY ${CURDIR}/fstab tmp/fstab.shadow
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.37 2009/09/20 19:41:35 abs Exp $
# $NetBSD: Makefile,v 1.38 2009/09/20 22:46:14 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -17,7 +17,7 @@ MTREECONF= ${.CURDIR}/mtree.conf
IMAGEENDIAN= be
MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 fd0
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab fstab passwd protocols ${DISTRIBDIR}/common/services \
fstab passwd protocols ${DISTRIBDIR}/common/services \
sshrc welcome ${NETBSDSRCDIR}/etc/netconfig
MDSETTARGETS= RAMDISK ramdisk.fs - \

View File

@ -1,2 +0,0 @@
# $NetBSD: disktab,v 1.1 2002/05/17 17:52:36 lukem Exp $
# The ramdisk has no need for disktab (yet)

View File

@ -1,5 +1,5 @@
#
# $NetBSD: list,v 1.5 2009/09/20 19:41:35 abs Exp $
# $NetBSD: list,v 1.6 2009/09/20 22:46:14 abs Exp $
#
# ramdisk/list - packing list for the ramdisk.
#
@ -89,7 +89,6 @@ SPECIAL ssh srcdir distrib/utils/ssh
SPECIAL umount srcdir distrib/utils/x_umount
# various files that we need in /etc for the install
COPY ${CURDIR}/disktab etc/disktab
COPY ${CURDIR}/fstab etc/fstab
COPY ${CURDIR}/passwd etc/passwd
COPY ${CURDIR}/protocols etc/protocols

View File

@ -1,31 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.3 2004/04/19 12:44:10 wiz Exp $
#
# Disk geometry and partition layout tables.
# Key:
# dt controller type
# ty type of disk (fixed, removable, simulated)
# d[0-4] drive-type-dependent parameters
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default
# sf supports bad144-style bad sector forwarding
# sk sector skew per track, default 0
# cs sector skew per cylinder, default 0
# hs headswitch time, default 0
# ts one-cylinder seek time, default 0
# il sector interleave (n:1), 1 default
# bs boot block size, default BBSIZE
# sb superblock size, default SBSIZE
# o[a-h] partition offsets in sectors
# p[a-h] partition sizes in sectors
# b[a-h] partition block sizes in bytes
# f[a-h] partition fragment sizes in bytes
# t[a-h] partition types (filesystem, swap, etc)
#
# All partition sizes reserve space for bad sector tables.
# (5 cylinders needed for maintenance + replacement sectors)
#

View File

@ -1,7 +1,4 @@
# $NetBSD: list,v 1.3 1999/05/23 07:31:21 tron Exp $
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc
# $NetBSD: list,v 1.4 2009/09/20 22:46:14 abs Exp $
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.16 2003/07/10 10:34:17 lukem Exp $
# $NetBSD: Makefile.inc,v 1.17 2009/09/20 22:46:14 abs Exp $
IMAGESIZE= 7m
MAKEFS_FLAGS= -o density=4k
@ -7,7 +7,6 @@ MAKEDEVTARGETS= all
LISTS+= ${DISTRIBDIR}/common/list.sysinst
IMAGEDEPENDS+= ${ARCHDIR}/../install.md \
${ARCHDIR}/dot.profile \
${DESTDIR}/etc/disktab \
${DESTDIR}/usr/mdec/boot \
${KERNOBJDIR}/GENERIC/netbsd \
${NETBSDSRCDIR}/share/termcap/termcap.src

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.8 2008/10/30 12:39:16 tsutsui Exp $
# $NetBSD: list,v 1.9 2009/09/20 22:46:14 abs Exp $
# Vax extras
PROG sbin/disklabel
@ -36,8 +36,6 @@ COPY ${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
# various files that we need in /etc for the install
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
SYMLINK /tmp/disktab.shadow etc/disktab
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2009/09/20 19:49:10 abs Exp $
# $NetBSD: Makefile,v 1.23 2009/09/20 22:46:14 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -17,7 +17,7 @@ IMAGEENDIAN= le
MAKEDEVTARGETS= std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0 ra0 ra1 ra2 ra3 hp0 hp1 \
sd0 sd1 sd2 md0 pty0 cd0 cd1
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.profile termcap.vt100 \
dot.profile termcap.vt100 \
${DESTDIR}/boot ${DESTDIR}/usr/mdec/xxboot \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \

View File

@ -1,3 +0,0 @@
# $NetBSD: disktab.preinstall,v 1.2 2000/03/04 16:06:41 ragge Exp $
#
# Disk geometry and partition layout tables.

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.20 2009/09/20 19:49:10 abs Exp $
# $NetBSD: list,v 1.21 2009/09/20 22:46:14 abs Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -78,8 +78,5 @@ COPY ${DISTRIBDIR}/common/services etc/services
# and the common installation tools
COPY ${CURDIR}/termcap.vt100 usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

Some files were not shown because too many files have changed in this diff Show More