diff --git a/entry.sh b/entry.sh
index c744a40..01c9a19 100755
--- a/entry.sh
+++ b/entry.sh
@@ -2,10 +2,9 @@
 
 function first_stage(){
 	echo foo first_stage
-	
+	echo mount divice to $TARGET
 }
 
 function second_stage(){
 	echo bar second_stage
-	
 }