mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Disable loader ufs support. It causes the loader to crash on the Itanium2
box that I have. We have no EFI disk drivers yet anyway (maybe that is the problem).
This commit is contained in:
parent
df0e0b8823
commit
296c758b66
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ struct devsw *devsw[] = {
|
|||
|
||||
struct fs_ops *file_system[] = {
|
||||
&efi_fsops,
|
||||
&ufs_fsops,
|
||||
/* &ufs_fsops, */
|
||||
&nfs_fsops,
|
||||
&zipfs_fsops,
|
||||
NULL
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ struct devsw *devsw[] = {
|
|||
|
||||
struct fs_ops *file_system[] = {
|
||||
&efi_fsops,
|
||||
&ufs_fsops,
|
||||
/* &ufs_fsops, */
|
||||
&nfs_fsops,
|
||||
&zipfs_fsops,
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Reference in a new issue