Index: uspace/app/sysinst/sysinst.c
===================================================================
--- uspace/app/sysinst/sysinst.c	(revision 4c25f86b1558a507002d419609042765cdcc59fd)
+++ uspace/app/sysinst/sysinst.c	(revision 4af6fb1061744102e247db830a5b0bb327f86af1)
@@ -309,4 +309,10 @@
 	}
 
+	rc = vol_volumes_sync(volumes);
+	if (rc != EOK) {
+		printf("Error saving volume confiuration.\n");
+		goto error;
+	}
+
 	printf("Configuring volume server: delete reference\n");
 	vol_volume_del_ref(volume);
