summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2008-04-04 11:44:03 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:47:58 +0100
commit382670861b9e3d3b43ad1f9ff19b535a5f423223 (patch)
tree38930288ad7306519c5d6e94435c295c4e80efd2 /scripts
parentb41681e37771dbf21bfc0ecc7a8c64af21552123 (diff)
downloadlive-boot-382670861b9e3d3b43ad1f9ff19b535a5f423223.tar.gz
live-boot-382670861b9e3d3b43ad1f9ff19b535a5f423223.zip
Fixed a misleading debug message.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index 8cff606..46dcb74 100755
--- a/scripts/live
+++ b/scripts/live
@@ -982,7 +982,7 @@ setup_unionfs ()
fi
mkdir -p "${croot}/${imagename}"
- echo "debug: Can not mount backdev ${backdev} (image = ${image}) on croot/imagename ${croot}/${imagename}"
+ echo "debug: Mounting backdev \"${backdev}\" (image = ${image}) on croot/imagename \"${croot}/${imagename}\""
mount -t "${fstype}" -o ro,noatime "${backdev}" "${croot}/${imagename}" || panic "Can not mount ${backdev} (${image}) on ${croot}/${imagename}" && rofsstring="${croot}/${imagename}=${roopt}:${rofsstring}" && rofslist="${croot}/${imagename} ${rofslist}"
fi
done