Changeset ca127f37 in mainline for uspace/app/sysinst/sysinst.c
- Timestamp:
- 2024-09-07T18:33:36Z (2 months ago)
- Branches:
- master
- Children:
- de4f165
- Parents:
- e90019d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/sysinst.c
re90019d rca127f37 279 279 } 280 280 281 rv = asprintf(&path, "%s%s", rdpath, "/cfg/ volsrv.sif");281 rv = asprintf(&path, "%s%s", rdpath, "/cfg/initvol.sif"); 282 282 if (rv < 0) { 283 283 rc = ENOMEM;
Note:
See TracChangeset
for help on using the changeset viewer.