Browse Source

Rewrote some part in order to be more verbose

David Martínez Moreno 14 years ago
parent
commit
0869053127
1 changed files with 3 additions and 0 deletions
  1. 3 0
      debian/aoetools.init

+ 3 - 0
debian/aoetools.init

@@ -122,6 +122,7 @@ do_start() {
 
     if [ -n "$LVMGROUPS" ]
     then
+	echo "Assembling LVM2 groups..."
         for vg in "$LVMGROUPS"; do
             vgchange --available=y $vg
         done
@@ -134,6 +135,8 @@ do_start() {
             mount $mountpt
             #log_action_begin_msg "Waiting for $mountpt."
         done
+    else
+    	echo "Nothing to mount."
     fi
 }