mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Restore MSDOSFS support to the install kernel.
Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh
This commit is contained in:
parent
0f393d5ccb
commit
9f770bc78c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84396
3 changed files with 9 additions and 3 deletions
|
@ -93,13 +93,15 @@ sed -e '/pty/d' \
|
|||
-e '/INVARIANTS/d' \
|
||||
-e '/INVARIANT_SUPPORT/d' \
|
||||
-e '/WITNESS/d' \
|
||||
-e '/MSDOS/d' \
|
||||
-e '/ ncr/d' \
|
||||
-e '/pcm/d' \
|
||||
-e '/atapist/d' \
|
||||
-e '/wds/d' \
|
||||
-e '/lpt/d' \
|
||||
-e '/ppi/d' \
|
||||
-e '/ txp/d' \
|
||||
-e '/ sf/d' \
|
||||
-e '/ ste/d' \
|
||||
-e '/ugen/d' \
|
||||
-e '/uhid/d' \
|
||||
-e '/ulpt/d' \
|
||||
|
|
|
@ -93,13 +93,15 @@ sed -e '/pty/d' \
|
|||
-e '/INVARIANTS/d' \
|
||||
-e '/INVARIANT_SUPPORT/d' \
|
||||
-e '/WITNESS/d' \
|
||||
-e '/MSDOS/d' \
|
||||
-e '/ ncr/d' \
|
||||
-e '/pcm/d' \
|
||||
-e '/atapist/d' \
|
||||
-e '/wds/d' \
|
||||
-e '/lpt/d' \
|
||||
-e '/ppi/d' \
|
||||
-e '/ txp/d' \
|
||||
-e '/ sf/d' \
|
||||
-e '/ ste/d' \
|
||||
-e '/ugen/d' \
|
||||
-e '/uhid/d' \
|
||||
-e '/ulpt/d' \
|
||||
|
|
|
@ -93,13 +93,15 @@ sed -e '/pty/d' \
|
|||
-e '/INVARIANTS/d' \
|
||||
-e '/INVARIANT_SUPPORT/d' \
|
||||
-e '/WITNESS/d' \
|
||||
-e '/MSDOS/d' \
|
||||
-e '/ ncr/d' \
|
||||
-e '/pcm/d' \
|
||||
-e '/atapist/d' \
|
||||
-e '/wds/d' \
|
||||
-e '/lpt/d' \
|
||||
-e '/ppi/d' \
|
||||
-e '/ txp/d' \
|
||||
-e '/ sf/d' \
|
||||
-e '/ ste/d' \
|
||||
-e '/ugen/d' \
|
||||
-e '/uhid/d' \
|
||||
-e '/ulpt/d' \
|
||||
|
|
Loading…
Reference in a new issue