From eb0ffee8a11ad15635d256fc37ddc3828dcb7b82 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 26 Sep 1998 17:05:08 +0000 Subject: [PATCH] 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. :) --- release/alpha/boot_crunch.conf | 4 ++-- release/amd64/boot_crunch.conf | 4 ++-- release/boot_crunch.conf | 4 ++-- release/i386/boot_crunch.conf | 4 ++-- release/pc98/boot_crunch.conf | 4 ++-- release/sysinstall/devices.c | 3 +-- usr.sbin/sade/devices.c | 3 +-- 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 2927029779e5..bfe39d9972a4 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 2927029779e5..bfe39d9972a4 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 2927029779e5..bfe39d9972a4 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 2927029779e5..bfe39d9972a4 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 2927029779e5..bfe39d9972a4 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 ae0c4a1f13a6..330616e5832a 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 ae0c4a1f13a6..330616e5832a 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 ae0c4a1f13a6..330616e5832a 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' },