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
084cc2c622
commit
4af604d052
@ -60,7 +60,7 @@ struct devsw *devsw[] = {
|
|||||||
|
|
||||||
struct fs_ops *file_system[] = {
|
struct fs_ops *file_system[] = {
|
||||||
&efi_fsops,
|
&efi_fsops,
|
||||||
&ufs_fsops,
|
/* &ufs_fsops, */
|
||||||
&nfs_fsops,
|
&nfs_fsops,
|
||||||
&zipfs_fsops,
|
&zipfs_fsops,
|
||||||
NULL
|
NULL
|
||||||
|
@ -60,7 +60,7 @@ struct devsw *devsw[] = {
|
|||||||
|
|
||||||
struct fs_ops *file_system[] = {
|
struct fs_ops *file_system[] = {
|
||||||
&efi_fsops,
|
&efi_fsops,
|
||||||
&ufs_fsops,
|
/* &ufs_fsops, */
|
||||||
&nfs_fsops,
|
&nfs_fsops,
|
||||||
&zipfs_fsops,
|
&zipfs_fsops,
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user