Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sysinst/sysinst.c

    rca95ccd rca127f37  
    279279        }
    280280
    281         rv = asprintf(&path, "%s%s", rdpath, "/cfg/volsrv.sif");
     281        rv = asprintf(&path, "%s%s", rdpath, "/cfg/initvol.sif");
    282282        if (rv < 0) {
    283283                rc = ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.