diff options
author | Marco Amadori <amadorim@vdavda.com> | 2008-04-04 11:44:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:47:58 +0100 |
commit | 382670861b9e3d3b43ad1f9ff19b535a5f423223 (patch) | |
tree | 38930288ad7306519c5d6e94435c295c4e80efd2 /scripts | |
parent | b41681e37771dbf21bfc0ecc7a8c64af21552123 (diff) | |
download | live-boot-382670861b9e3d3b43ad1f9ff19b535a5f423223.tar.gz live-boot-382670861b9e3d3b43ad1f9ff19b535a5f423223.zip |
Fixed a misleading debug message.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/live | 2 |
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 |