mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
For amd64, delete the IA32 option for the boot kernel since it needs
SYSV*, which is also removed.
This commit is contained in:
parent
2d7d81e9fb
commit
9be4e09089
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ sed \
|
|||
-e '/SYSV/d' \
|
||||
-e '/UFS_DIRHASH/d' \
|
||||
-e '/WITNESS/d' \
|
||||
-e '/IA32/d' \
|
||||
-e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
|
||||
-e '/ atapist /d' \
|
||||
-e '/ faith /d' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue