diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-26 17:05:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-26 17:05:08 +0000 |
commit | a51c5aa8c3b70a83ca74789cc7cf52d719c1cf3d (patch) | |
tree | 4e7da9ce8b4d0f6e182a8d3cdda0b9f69e09c060 | |
parent | 4b23ce149456da90d76a2e463b96ee2ca35fb9e6 (diff) | |
download | FreeBSD-src-a51c5aa8c3b70a83ca74789cc7cf52d719c1cf3d.zip FreeBSD-src-a51c5aa8c3b70a83ca74789cc7cf52d719c1cf3d.tar.gz |
Remove support for floppy tape installs. I'm sorry, we're outta
space, and it's either this or the DOS installs. I think that the
DOS installs are somehow more important. :)
-rw-r--r-- | release/alpha/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/amd64/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/i386/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/pc98/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/sysinstall/devices.c | 3 | ||||
-rw-r--r-- | usr.sbin/sade/devices.c | 3 | ||||
-rw-r--r-- | usr.sbin/sysinstall/devices.c | 3 |
8 files changed, 13 insertions, 16 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index 2927029..bfe39d9 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,10 +1,10 @@ -# $Id: boot_crunch.conf,v 1.34 1998/09/19 01:47:07 jkh Exp $ +# $Id: boot_crunch.conf,v 1.35 1998/09/22 00:16:23 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 progs sh find -progs pwd ft ppp +progs pwd ppp progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach progs mount_nfs ln gzip gunzip diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 2927029..bfe39d9 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -1,10 +1,10 @@ -# $Id: boot_crunch.conf,v 1.34 1998/09/19 01:47:07 jkh Exp $ +# $Id: boot_crunch.conf,v 1.35 1998/09/22 00:16:23 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 progs sh find -progs pwd ft ppp +progs pwd ppp progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach progs mount_nfs ln gzip gunzip diff --git a/release/boot_crunch.conf b/release/boot_crunch.conf index 2927029..bfe39d9 100644 --- a/release/boot_crunch.conf +++ b/release/boot_crunch.conf @@ -1,10 +1,10 @@ -# $Id: boot_crunch.conf,v 1.34 1998/09/19 01:47:07 jkh Exp $ +# $Id: boot_crunch.conf,v 1.35 1998/09/22 00:16:23 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 progs sh find -progs pwd ft ppp +progs pwd ppp progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach progs mount_nfs ln gzip gunzip diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf index 2927029..bfe39d9 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -1,10 +1,10 @@ -# $Id: boot_crunch.conf,v 1.34 1998/09/19 01:47:07 jkh Exp $ +# $Id: boot_crunch.conf,v 1.35 1998/09/22 00:16:23 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 progs sh find -progs pwd ft ppp +progs pwd ppp progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach progs mount_nfs ln gzip gunzip diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index 2927029..bfe39d9 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/boot_crunch.conf @@ -1,10 +1,10 @@ -# $Id: boot_crunch.conf,v 1.34 1998/09/19 01:47:07 jkh Exp $ +# $Id: boot_crunch.conf,v 1.35 1998/09/22 00:16:23 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 progs sh find -progs pwd ft ppp +progs pwd ppp progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach progs mount_nfs ln gzip gunzip diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index ae0c4a1..330616e 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.81 1998/09/13 16:45:10 wpaul Exp $ + * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -68,7 +68,6 @@ static struct _devname { { DEVICE_TYPE_CDROM, "matcd%da", "Matsushita CDROM ('sound blaster' type)", 17, 0, 8, 4, 'b' }, { DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 19, 2, 8, 4, 'b' }, { DEVICE_TYPE_TAPE, "rsa%d", "SCSI tape drive", 14, 0, 16, 4, 'c' }, - { DEVICE_TYPE_TAPE, "rft%d", "Floppy tape drive (QIC-02)", 9, 32, 64, 4, 'c' }, { DEVICE_TYPE_TAPE, "rwt%d", "Wangtek tape drive", 10, 0, 1, 4, 'c' }, { DEVICE_TYPE_DISK, "da%d", "SCSI disk device", 4, 65538, 8, 16, 'b' }, { DEVICE_TYPE_DISK, "rda%d", "SCSI disk device", 13, 65538, 8, 16, 'c' }, diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index ae0c4a1..330616e 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.81 1998/09/13 16:45:10 wpaul Exp $ + * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -68,7 +68,6 @@ static struct _devname { { DEVICE_TYPE_CDROM, "matcd%da", "Matsushita CDROM ('sound blaster' type)", 17, 0, 8, 4, 'b' }, { DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 19, 2, 8, 4, 'b' }, { DEVICE_TYPE_TAPE, "rsa%d", "SCSI tape drive", 14, 0, 16, 4, 'c' }, - { DEVICE_TYPE_TAPE, "rft%d", "Floppy tape drive (QIC-02)", 9, 32, 64, 4, 'c' }, { DEVICE_TYPE_TAPE, "rwt%d", "Wangtek tape drive", 10, 0, 1, 4, 'c' }, { DEVICE_TYPE_DISK, "da%d", "SCSI disk device", 4, 65538, 8, 16, 'b' }, { DEVICE_TYPE_DISK, "rda%d", "SCSI disk device", 13, 65538, 8, 16, 'c' }, diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index ae0c4a1..330616e 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.81 1998/09/13 16:45:10 wpaul Exp $ + * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -68,7 +68,6 @@ static struct _devname { { DEVICE_TYPE_CDROM, "matcd%da", "Matsushita CDROM ('sound blaster' type)", 17, 0, 8, 4, 'b' }, { DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 19, 2, 8, 4, 'b' }, { DEVICE_TYPE_TAPE, "rsa%d", "SCSI tape drive", 14, 0, 16, 4, 'c' }, - { DEVICE_TYPE_TAPE, "rft%d", "Floppy tape drive (QIC-02)", 9, 32, 64, 4, 'c' }, { DEVICE_TYPE_TAPE, "rwt%d", "Wangtek tape drive", 10, 0, 1, 4, 'c' }, { DEVICE_TYPE_DISK, "da%d", "SCSI disk device", 4, 65538, 8, 16, 'b' }, { DEVICE_TYPE_DISK, "rda%d", "SCSI disk device", 13, 65538, 8, 16, 'c' }, |