Changeset ca95ccd in mainline for uspace/app/sysinst/sysinst.c
- Timestamp:
- 2024-08-22T20:46:18Z (8 months ago)
- Branches:
- master
- Children:
- 9546146
- Parents:
- cde067e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/sysinst.c
rcde067e rca95ccd 309 309 } 310 310 311 rc = vol_volumes_sync(volumes); 312 if (rc != EOK) { 313 printf("Error saving volume confiuration.\n"); 314 goto error; 315 } 316 311 317 printf("Configuring volume server: delete reference\n"); 312 318 vol_volume_del_ref(volume);
Note:
See TracChangeset
for help on using the changeset viewer.