Page MenuHomeFreeBSD

D8494.diff
No OneTemporary

D8494.diff

Index: head/sys/boot/common/install.c
===================================================================
--- head/sys/boot/common/install.c
+++ head/sys/boot/common/install.c
@@ -286,7 +286,7 @@
}
s = (inst_rootfs == NULL) ? "/install.iso" : inst_rootfs;
- if (file_loadraw(s, "mfs_root") == NULL) {
+ if (file_loadraw(s, "mfs_root", 1) == NULL) {
error = errno;
command_errmsg = "cannot load root file system";
goto fail;

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 10, 7:33 PM (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38663741
Default Alt Text
D8494.diff (439 B)

Event Timeline