Changeset ca127f37 in mainline for uspace/app/sysinst/sysinst.c


Ignore:
Timestamp:
2024-09-07T18:33:36Z (2 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
de4f165
Parents:
e90019d
Message:

Persist volume configuration

File:
1 edited

Legend:

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

    re90019d 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.