Index: uspace/app/sysinst/sysinst.c
===================================================================
--- uspace/app/sysinst/sysinst.c	(revision 04e520e4cef5045e53cdd7a3b92461ae3a1f7b36)
+++ uspace/app/sysinst/sysinst.c	(revision aba2d04878ae87232f1a04b6539d16fd7d74a626)
@@ -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);
