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