Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppy

so that we can get it back onto 1.44MB boot media again.  This
does not affect the i386 class build.
This commit is contained in:
Jordan K. Hubbard 1999-12-25 07:22:10 +00:00
parent 0aa40784a0
commit 5dee218bc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55096
5 changed files with 130 additions and 15 deletions

View File

@ -1,5 +1,10 @@
#!/bin/sh
ARCH="`uname -m`"
# First check for the standard x86 PC class.
if [ "${ARCH}" = "i386" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
@ -12,12 +17,30 @@ sed -e '/pty/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
# Otherwise maybe it's an alpha, and it has big binaries.
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/NFS/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
# reset maxusers to something lower
echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"

View File

@ -1,5 +1,10 @@
#!/bin/sh
ARCH="`uname -m`"
# First check for the standard x86 PC class.
if [ "${ARCH}" = "i386" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
@ -12,12 +17,30 @@ sed -e '/pty/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
# Otherwise maybe it's an alpha, and it has big binaries.
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/NFS/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
# reset maxusers to something lower
echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"

View File

@ -1,5 +1,10 @@
#!/bin/sh
ARCH="`uname -m`"
# First check for the standard x86 PC class.
if [ "${ARCH}" = "i386" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
@ -12,12 +17,30 @@ sed -e '/pty/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
# Otherwise maybe it's an alpha, and it has big binaries.
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/NFS/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
# reset maxusers to something lower
echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"

View File

@ -1,5 +1,10 @@
#!/bin/sh
ARCH="`uname -m`"
# First check for the standard x86 PC class.
if [ "${ARCH}" = "i386" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
@ -12,12 +17,30 @@ sed -e '/pty/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
# Otherwise maybe it's an alpha, and it has big binaries.
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/NFS/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
# reset maxusers to something lower
echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"

View File

@ -1,5 +1,10 @@
#!/bin/sh
ARCH="`uname -m`"
# First check for the standard x86 PC class.
if [ "${ARCH}" = "i386" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
@ -12,12 +17,30 @@ sed -e '/pty/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
# Otherwise maybe it's an alpha, and it has big binaries.
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/NFS/d' \
-e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
# reset maxusers to something lower
echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
echo "options NETGRAPH"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"