diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-05-18 03:52:22 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-05-18 03:52:22 +0000 |
| commit | b5568efe33207fe3b28e80997f732f74c8d93a0d (patch) | |
| tree | 1c80018ca4632fe2709f950938398e12696111e3 /release/amd64 | |
| parent | 8c33536c7faec4372f34eece8dcadb740592a4ec (diff) | |
Notes
Diffstat (limited to 'release/amd64')
| -rwxr-xr-x | release/amd64/dokern.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 0648c9660bee..42c5ad43a6dc 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -40,6 +40,8 @@ sed \ -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" |
