mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add ATA_NOPCI option for small kern.flp floppy.
Approved by: re (murray)
This commit is contained in:
parent
db8993ce9e
commit
65e261ce04
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
|
|||
-e '/ wb /d' \
|
||||
-e '/ xl /d'
|
||||
|
||||
echo "options ATA_NOPCI"
|
||||
|
||||
else
|
||||
|
||||
sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue