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
@ -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 New Issue
Block a user