amd64 will not provide floppies.

This commit is contained in:
Ruslan Ermilov 2003-07-23 05:55:02 +00:00
parent aebf3f7627
commit d3e8a78512
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117914
2 changed files with 0 additions and 77 deletions

View File

@ -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"

View File

@ -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