summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2002-08-09 07:45:42 +0000
committerjhay <jhay@FreeBSD.org>2002-08-09 07:45:42 +0000
commitdd31cc7afeddb9c102cab4ef5b5e8b0ef8ace8d8 (patch)
treeae883ed0ca5f079ea2ae82e77d940615c4f6f914 /release/amd64
parent49c32ba6e5cca970d9776fe252aec5e42657e4e2 (diff)
downloadFreeBSD-src-dd31cc7afeddb9c102cab4ef5b5e8b0ef8ace8d8.zip
FreeBSD-src-dd31cc7afeddb9c102cab4ef5b5e8b0ef8ace8d8.tar.gz
Add a third floppy to releases. It will only be built if there is a
release/${TARGET}/drivers.conf file which list drivers that have to go into the third floppy. Also shuffle i386/drivers.conf so that the floppies don't overflow anymore. Anybody with real/better usage statistics is welcome to shuffle it differently. Reviewed by: ru
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 4372ea2..9d64e7d 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -21,6 +21,7 @@ sed -e '/ pty /d' \
-e '/ random /d' \
-e '/ splash$/d' \
-e '/PROCFS/d' \
+ -e '/PSEUDOFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
@@ -83,6 +84,7 @@ sed -e '/ pty /d' \
-e '/ random /d' \
-e '/ splash$/d' \
-e '/PROCFS/d' \
+ -e '/PSEUDOFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
@@ -109,6 +111,7 @@ sed -e '/ pty /d' \
-e '/ ulpt /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
+ -e '/ ses /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
OpenPOWER on IntegriCloud