Index: uspace/app/sysinst/sysinst.c
===================================================================
--- uspace/app/sysinst/sysinst.c	(revision f34d2be9e87b070acb43a27a73c4ae74ad2c5d66)
+++ uspace/app/sysinst/sysinst.c	(revision e2625b1a1e5a2895b86f0e39c2d70a39e49e042a)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2014 Jiri Svoboda
+ * Copyright (c) 2018 Jiri Svoboda
  * All rights reserved.
  *
@@ -46,5 +46,4 @@
 #include <str.h>
 #include <str_error.h>
-#include <task.h>
 #include <vfs/vfs.h>
 #include <vol.h>
@@ -68,4 +67,5 @@
 /** HelenOS live CD volume label */
 #define CD_VOL_LABEL "HelenOS-CD"
+/** XXX Should get this from the volume server */
 #define CD_MOUNT_POINT "/vol/" CD_VOL_LABEL
 
@@ -273,5 +273,5 @@
 		return EIO;
 
-	printf("sysinst_copy_boot_blocks: write boot block\n");
+	printf("sysinst_copy_boot_blocks: write core blocks\n");
 	/* XXX Must pad last block with zeros */
 	rc = block_write_direct(sid, core_start, core_blocks, core_img);
