r2724 - dists/trunk/live-initramfs/scripts

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Aug 9 20:58:06 UTC 2007


Author: daniel
Date: 2007-08-09 20:58:05 +0000 (Thu, 09 Aug 2007)
New Revision: 2724

Modified:
   dists/trunk/live-initramfs/scripts/live
Log:


Modified: dists/trunk/live-initramfs/scripts/live
===================================================================
--- dists/trunk/live-initramfs/scripts/live	2007-08-09 20:55:34 UTC (rev 2723)
+++ dists/trunk/live-initramfs/scripts/live	2007-08-09 20:58:05 UTC (rev 2724)
@@ -459,7 +459,7 @@
 
 do_httpmount() {
     rc=1
-    [ "$quiet" != "y" ] && log_begin_msg "Trying to fetch ${FETCH}"
+    [ "$quiet" != "y" ] && log_begin_msg "Trying wget ${FETCH} -O ${mountpoint}/$(basename ${FETCH})"
     mkdir -p "${mountpoint}/${LIVE_MEDIA_PATH}"
     wget "${FETCH}" -O "${mountpoint}/${LIVE_MEDIA_PATH}/$(basename ${FETCH})"
     [ $? -eq 0 ] && rc=0




More information about the debian-live-changes mailing list