[Debian-live-changes] r1652 - in configs/webconverger-fr: . config

kai-guest at alioth.debian.org kai-guest at alioth.debian.org
Wed May 23 19:26:18 UTC 2007


Author: kai-guest
Date: 2007-05-23 19:26:18 +0000 (Wed, 23 May 2007)
New Revision: 1652

Modified:
   configs/webconverger-fr/config/binary
   configs/webconverger-fr/deploy.sh
Log:
Renames and tweaks


Modified: configs/webconverger-fr/config/binary
===================================================================
--- configs/webconverger-fr/config/binary	2007-05-23 19:23:39 UTC (rev 1651)
+++ configs/webconverger-fr/config/binary	2007-05-23 19:26:18 UTC (rev 1652)
@@ -9,7 +9,7 @@
 
 # $LIVE_FILESYSTEM: set filesystem
 # (Default: squashfs)
-#LIVE_FILESYSTEM="plain"
+#LIVE_CHROOT_FILESYSTEM="plain"
 
 # $LIVE_MEMTEST86: set memtest86+
 # (Default: enabled)
@@ -21,11 +21,11 @@
 
 # $LIVE_SERVER_ADDRESS: set the netboot server address
 # (Default: 192.168.1.1)
-LIVE_SERVER_ADDRESS="192.168.2.1"
+LIVE_NET_SERVER="192.168.2.1"
 
 # $LIVE_SERVER_PATH: set the netboot server directory
 # (Default: /srv/debian-live)
-LIVE_SERVER_PATH="/srv/debian-live"
+LIVE_NET_PATH="/srv/debian-live"
 
 # $LIVE_SYSLINUX: set syslinux option
 # (Default: enabled)
@@ -39,7 +39,7 @@
 
 # $LIVE_BINARY_IMAGE: set image type
 # (Default: iso)
-#LIVE_BINARY_IMAGE="usb-hdd"
+#LIVE_BINARY_IMAGES="usb-hdd"
 
 # $LIVE_TEMPLATES: set templates
 # (Default: /usr/share/live-helper/templates)

Modified: configs/webconverger-fr/deploy.sh
===================================================================
--- configs/webconverger-fr/deploy.sh	2007-05-23 19:23:39 UTC (rev 1651)
+++ configs/webconverger-fr/deploy.sh	2007-05-23 19:26:18 UTC (rev 1652)
@@ -1,4 +1,9 @@
-mv binary.iso hannux.iso
-mv packages.txt hannux.txt
-md5sum hannux.iso > hannux.MD5SUM
-scp hannux.* hendry.iki.fi:/home/hendry/download.webconverger.com/custom
+
+SUPPORTED="fr"
+
+rm -rf $LOCALE
+mkdir $LOCALE
+mv binary.iso $LOCALE/webconverger-$LOCALE.iso
+mv packages.txt $LOCALE/
+md5sum $LOCALE/webconverger-$LOCALE.iso > $LOCALE/webconverger-$LOCALE.iso.MD5SUM
+rsync -essh -rtpvP $LOCALE/ hendry.iki.fi:/home/hendry/download.webconverger.com/i18n/$LOCALE/




More information about the Debian-live-changes mailing list