[Debian-live-changes] r1008 - in configs/webconverger/config: . chroot_localincludes/usr/bin

Kai Hendry kai-guest at alioth.debian.org
Tue Apr 10 12:18:05 UTC 2007


Author: kai-guest
Date: 2007-04-10 12:18:05 +0000 (Tue, 10 Apr 2007)
New Revision: 1008

Modified:
   configs/webconverger/config/chroot_localincludes/usr/bin/persistent-browser
   configs/webconverger/config/common
   configs/webconverger/config/image
Log:
Everything in


Modified: configs/webconverger/config/chroot_localincludes/usr/bin/persistent-browser
===================================================================
--- configs/webconverger/config/chroot_localincludes/usr/bin/persistent-browser	2007-04-10 09:17:05 UTC (rev 1007)
+++ configs/webconverger/config/chroot_localincludes/usr/bin/persistent-browser	2007-04-10 12:18:05 UTC (rev 1008)
@@ -30,7 +30,7 @@
     count=$((count + 1)) # see how many times session is reset
 
     if [ "${HOMEPAGE}" = "http://portal.webconverger.com" ] ; then
-    /usr/bin/iceweasel $HOMEPAGE/?mac=`cat /sys/class/net/eth0/address`&ver=$VERSION&count=$count
+    /usr/bin/iceweasel "$HOMEPAGE/?mac=`cat /sys/class/net/eth0/address`&ver=$VERSION&count=$count"
     else
     /usr/bin/iceweasel $HOMEPAGE
     fi

Modified: configs/webconverger/config/common
===================================================================
--- configs/webconverger/config/common	2007-04-10 09:17:05 UTC (rev 1007)
+++ configs/webconverger/config/common	2007-04-10 12:18:05 UTC (rev 1008)
@@ -51,3 +51,5 @@
 # $LIVE_CHROOT: set the chroot directory
 # (Default: ${LIVE_ROOT}/chroot)
 #LIVE_CHROOT="/tmp/wc/debian-live/chroot"
+#
+#LH_BREAKPOINTS="enabled"

Modified: configs/webconverger/config/image
===================================================================
--- configs/webconverger/config/image	2007-04-10 09:17:05 UTC (rev 1007)
+++ configs/webconverger/config/image	2007-04-10 12:18:05 UTC (rev 1008)
@@ -41,7 +41,7 @@
 
 # $LIVE_BINARY_IMAGE: set image type
 # (Default: iso)
-LIVE_BINARY_IMAGE="usb"
+#LIVE_BINARY_IMAGE="usb"
 
 # $LIVE_SOURCE_IMAGE: set image type
 # (Default: iso)




More information about the Debian-live-changes mailing list