diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-12 19:30:00 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-12 19:30:00 +0000 |
commit | 7bfcb5ec463a3fc4359785ffc160669b731dc7a7 (patch) | |
tree | 24c765730e6f9203c405c097bcd08259ea5c1115 /release/amd64 | |
parent | afee9a3a2ffec5ab0aa13f5da6cce85916386384 (diff) | |
download | FreeBSD-src-7bfcb5ec463a3fc4359785ffc160669b731dc7a7.zip FreeBSD-src-7bfcb5ec463a3fc4359785ffc160669b731dc7a7.tar.gz |
Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead of
just removing them from BOOTMFS using dokern.sh.
Diffstat (limited to 'release/amd64')
-rwxr-xr-x | release/amd64/dokern.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 727c006..5346927 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -21,7 +21,6 @@ sed \ -e '/UFS_ACL/d' \ -e '/UFS_DIRHASH/d' \ -e '/WITNESS/d' \ - -e '/ agp /d' \ -e '/ atapist /d' \ -e '/ faith /d' \ -e '/ gif /d' \ @@ -34,8 +33,6 @@ sed \ -e '/ random /d' \ -e '/ ses /d' \ -e '/ splash /d' \ - -e '/ tun /d' \ - -e '/ txp /d' \ -e '/ ugen /d' \ -e '/ uhid /d' \ -e '/ ulpt /d' \ |