r2722 - dists/trunk/live-initramfs/scripts

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Aug 9 20:52:28 UTC 2007


Author: daniel
Date: 2007-08-09 20:52:28 +0000 (Thu, 09 Aug 2007)
New Revision: 2722

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:44:16 UTC (rev 2721)
+++ dists/trunk/live-initramfs/scripts/live	2007-08-09 20:52:28 UTC (rev 2722)
@@ -459,7 +459,7 @@
 
 do_httpmount() {
     rc=1
-    [ "$quiet" != "y" ] && log_begin_msg "Trying wget ${FETCH} -O ${mountpoint}/$(basename ${FETCH})"
+    [ "$quiet" != "y" ] && log_begin_msg "Trying to fetch ${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