mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The file_loadraw function grew an argument, update install function
accordingly. Reviewed by: imp Approved by: sjg (mentor) MFC after: 2 weeks Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D8494
This commit is contained in:
parent
a2696bf3c0
commit
e72f9ec49f
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ install(char *pkgname)
|
|||
}
|
||||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue