summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-21 17:32:40 +0000
committerobrien <obrien@FreeBSD.org>2001-07-21 17:32:40 +0000
commit8f0380ea5a543dc21427c50701f73504ec8f2a6c (patch)
tree02c18d330af5d2156909f80e58944eaecbff7db6 /release/amd64
parentaa2b67828c56f4fbc9c8c49b63eea06fcee4611a (diff)
downloadFreeBSD-src-8f0380ea5a543dc21427c50701f73504ec8f2a6c.zip
FreeBSD-src-8f0380ea5a543dc21427c50701f73504ec8f2a6c.tar.gz
Unconditionalize these now that they live in ARCH-specific directories.
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh61
1 files changed, 0 insertions, 61 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 572ad5d..e71778e 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -9,11 +9,6 @@ else
FDSIZE=$1
fi
-ARCH="`uname -m`"
-
-# First check for the standard x86 PC class.
-if [ "${ARCH}" = "i386" ]; then
-
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e '/ pci$/d' \
@@ -113,62 +108,6 @@ echo "options NETGRAPH_ETHER"
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 '/DEC_3000_300/d' \
- -e '/DEC_3000_500/d' \
- -e '/SOFTUPDATES/d' \
- -e '/MFS/d' \
- -e '/NFS_ROOT/d' \
- -e '/MSDOSFS/d' \
- -e '/PROCFS/d' \
- -e '/KTRACE/d' \
- -e '/SYSV/d' \
- -e '/P1003_1B/d' \
- -e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
- -e '/DEBUG/d' \
- -e '/DDB/d' \
- -e '/INVARIANTS/d' \
- -e '/INVARIANT_SUPPORT/d' \
- -e '/WITNESS/d' \
- -e '/atapist/d' \
- -e '/ ncr/d' \
- -e '/pass/d' \
- -e '/splash/d' \
- -e '/ apm/d' \
- -e '/pmtimer/d' \
- -e '/pcm/d' \
- -e '/lpt/d' \
- -e '/ppi/d' \
- -e '/vpo/d' \
- -e '/ le /d' \
- -e '/random/d' \
- -e '/gzip/d' \
- -e '/ sl /d' \
- -e '/ppp/d' \
- -e '/pty/d' \
- -e '/gif/d' \
- -e '/faith/d' \
- -e '/uhci/d' \
- -e '/ohci/d' \
- -e '/usb/d' \
- -e '/ugen/d' \
- -e '/uhid/d' \
- -e '/ukbd/d' \
- -e '/ulpt/d' \
- -e '/umass/d' \
- -e '/ums/d' \
- -e '/urio/d' \
- -e '/uscanner/d' \
- -e '/aue/d' \
- -e '/cue/d' \
- -e '/kue/d' \
- -e '/maxusers/d' \
- -e 's/ident.*GENERIC/ident BOOTMFS/g'
-fi
-
# reset maxusers to something lower
echo "maxusers 5"
OpenPOWER on IntegriCloud