diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-07 20:54:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-07 20:54:11 +0000 |
commit | 9c57613c13cda43ccb45adcb06584b82965f0e03 (patch) | |
tree | c12de3e27c6b5df2b0705f03bb3e90107278435e /distrib | |
parent | 76dd62a44a63417ce237ccd39da3f5b9afdccf29 (diff) |
These files are not used anymore.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/common/disktab.preinstall | 32 | ||||
-rw-r--r-- | distrib/mvme68k/ramdisk/disktab.preinstall | 33 |
2 files changed, 0 insertions, 65 deletions
diff --git a/distrib/alpha/common/disktab.preinstall b/distrib/alpha/common/disktab.preinstall deleted file mode 100644 index d8d6fbdb425..00000000000 --- a/distrib/alpha/common/disktab.preinstall +++ /dev/null @@ -1,32 +0,0 @@ -# -# $OpenBSD: disktab.preinstall,v 1.2 2002/06/09 05:53:53 todd Exp $ -# -# Disk geometry and partition layout tables. -# Key: -# dt controller type -# ty type of disk (fixed, removeable, 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) -# diff --git a/distrib/mvme68k/ramdisk/disktab.preinstall b/distrib/mvme68k/ramdisk/disktab.preinstall deleted file mode 100644 index cf62493ac3e..00000000000 --- a/distrib/mvme68k/ramdisk/disktab.preinstall +++ /dev/null @@ -1,33 +0,0 @@ -# -# $OpenBSD: disktab.preinstall,v 1.3 2002/06/09 05:53:54 todd Exp $ -# $NetBSD: disktab.preinstall,v 1.1 1995/07/18 04:13:07 briggs Exp $ -# -# Disk geometry and partition layout tables. -# Key: -# dt controller type -# ty type of disk (fixed, removeable, 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) -# |