changeset 465:5f48776756db

installer: inform the user that the device was not modified in case we failed Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 09 Apr 2011 13:15:09 -0400
parents ef5574a29c05
children 678579f3a83b
files installer/cpio.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/installer/cpio.c	Sat Apr 09 13:02:39 2011 -0400
+++ b/installer/cpio.c	Sat Apr 09 13:15:09 2011 -0400
@@ -46,6 +46,7 @@
 		wto("File '");
 		wto(te->fn);
 		wto("' already exists on the device.\n");
+		wto("The device has been left unmodified.\n");
 		die();
 	}