summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-23 05:55:02 +0000
committerru <ru@FreeBSD.org>2003-07-23 05:55:02 +0000
commitfc5fa1c32ba804f330f6508e9de3732489602ab4 (patch)
treed361a888ed5f45bbf5f94eb4e22fd1b243fec40c /release/amd64
parent4f37c8da5649ad42e3c584df1073e2321a07964c (diff)
downloadFreeBSD-src-fc5fa1c32ba804f330f6508e9de3732489602ab4.zip
FreeBSD-src-fc5fa1c32ba804f330f6508e9de3732489602ab4.tar.gz
amd64 will not provide floppies.
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh52
-rw-r--r--release/amd64/fixit_crunch.conf25
2 files changed, 0 insertions, 77 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
deleted file mode 100755
index 0efa2a3..0000000
--- a/release/amd64/dokern.sh
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-sed \
- -e '/AHC_REG_PRETTY_PRINT/d' \
- -e '/AHD_REG_PRETTY_PRINT/d' \
- -e '/COMPAT_FREEBSD4/d' \
- -e '/DDB/d' \
- -e '/DEBUG/d' \
- -e '/INVARIANTS/d' \
- -e '/INVARIANT_SUPPORT/d' \
- -e '/KTRACE/d' \
- -e '/NFSSERVER/d' \
- -e '/NFS_ROOT/d' \
- -e '/PROCFS/d' \
- -e '/PSEUDOFS/d' \
- -e '/SOFTUPDATES/d' \
- -e '/SYSV/d' \
- -e '/UFS_DIRHASH/d' \
- -e '/WITNESS/d' \
- -e '/IA32/d' \
- -e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
- -e '/ atapist /d' \
- -e '/ faith /d' \
- -e '/ gif /d' \
- -e '/ lpt /d' \
- -e '/ pass /d' \
- -e '/ pmtimer$/d' \
- -e '/ ppi /d' \
- -e '/ ppp /d' \
- -e '/ pty /d' \
- -e '/ random /d' \
- -e '/ ses /d' \
- -e '/ splash /d' \
- -e '/ ugen /d' \
- -e '/ uhid /d' \
- -e '/ ulpt /d' \
- -e '/ urio /d' \
- -e '/ uscanner /d' \
- -e 's/ident.*GENERIC/ident BOOTMFS/g'
-
-echo "options MUTEX_NOINLINE"
-
-echo "options NETGRAPH"
-echo "options NETGRAPH_ETHER"
-echo "options NETGRAPH_PPPOE"
-echo "options NETGRAPH_SOCKET"
-
-echo "options SCSI_NO_OP_STRINGS"
-echo "options SCSI_NO_SENSE_STRINGS"
diff --git a/release/amd64/fixit_crunch.conf b/release/amd64/fixit_crunch.conf
deleted file mode 100644
index 45ad00e..0000000
--- a/release/amd64/fixit_crunch.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-buildopts -DRELEASE_CRUNCH
-
-srcdirs /usr/src/bin
-progs cat chmod cp dd df echo expr kill
-progs ln ls mkdir mv rm rmdir sleep sync
-
-srcdirs /usr/src/sbin
-progs bsdlabel clri dmesg fdisk mknod
-progs mount mount_cd9660 mount_msdosfs
-progs reboot restore swapon umount
-ln bsdlabel disklabel
-ln restore rrestore
-
-srcdirs /usr/src/usr.bin
-progs ftp telnet vi
-ln vi view
-ln vi ex
-
-srcdirs /usr/src/usr.sbin
-progs chown chroot
-ln chown chgrp
-
-libs -ledit -lgeom -lkvm -lm -lncurses -lutil
OpenPOWER on IntegriCloud