[Debian-live-changes] r1581 - in configs: . webconverger/config webconverger-fr webconverger-fr/config webconverger-fr/config/chroot_local-packageslists

kai-guest at alioth.debian.org kai-guest at alioth.debian.org
Sun May 20 18:19:33 UTC 2007


Author: kai-guest
Date: 2007-05-20 18:19:33 +0000 (Sun, 20 May 2007)
New Revision: 1581

Added:
   configs/webconverger-fr/
   configs/webconverger-fr/config/binary
   configs/webconverger-fr/config/chroot_local-packageslists/webconverger
   configs/webconverger-fr/deploy.sh
Removed:
   configs/webconverger-fr/config/binary
   configs/webconverger-fr/config/chroot_local-packageslists/webconverger
Modified:
   configs/webconverger/config/bootstrap
Log:
french version

Modified: configs/webconverger/config/bootstrap
===================================================================
--- configs/webconverger/config/bootstrap	2007-05-20 18:16:27 UTC (rev 1580)
+++ configs/webconverger/config/bootstrap	2007-05-20 18:19:33 UTC (rev 1581)
@@ -12,9 +12,9 @@
 # (Default: standard)
 # LIVE_FLAVOUR="standard"
 
-LIVE_MIRROR_BOOTSTRAP="http://localhost/apt-cacher/ftp.uk.debian.org/debian/"
-LIVE_MIRROR_BINARY="http://ftp.uk.debian.org/debian/"
-LIVE_MIRROR_BOOTSTRAP_SECURITY="http://localhost/apt-cacher/ftp.debian.org/debian-security/"
+#LIVE_MIRROR_BOOTSTRAP="http://localhost/apt-cacher/ftp.uk.debian.org/debian/"
+#LIVE_MIRROR_BINARY="http://ftp.uk.debian.org/debian/"
+#LIVE_MIRROR_BOOTSTRAP_SECURITY="http://localhost/apt-cacher/ftp.debian.org/debian-security/"
 
 # $LIVE_SECTIONS: select the section to use
 # (Default: main)

Copied: configs/webconverger-fr (from rev 1577, configs/webconverger-ko)

Deleted: configs/webconverger-fr/config/binary
===================================================================
--- configs/webconverger-ko/config/binary	2007-05-20 15:21:31 UTC (rev 1577)
+++ configs/webconverger-fr/config/binary	2007-05-20 18:19:33 UTC (rev 1581)
@@ -1,47 +0,0 @@
-# config/chroot: configuration for lh_image_*
-
-# Uncomment for final version
-LIVE_BOOTAPPEND="splash quiet toram locale=be homepage=http://www.google.com"
-#LIVE_BOOTAPPEND="splash quiet homepage=http://hannux.com locale=ko_KR.UTF-8 hannux"
-
-# $LIVE_ENCRYPTION: set encrytion
-# (Default: empty)
-#LIVE_ENCRYPTION=""
-
-# $LIVE_FILESYSTEM: set filesystem
-# (Default: squashfs)
-#LIVE_FILESYSTEM="plain"
-
-# $LIVE_MEMTEST86: set memtest86+
-# (Default: enabled)
-LIVE_MEMTEST86="enabled"
-
-# $LIVE_ISO_VOLUME: set iso volume
-# (Default: Debian Live ${DATE})
-LIVE_ISO_VOLUME="Webconverger ${DATE}"
-
-# $LIVE_SERVER_ADDRESS: set the netboot server address
-# (Default: 192.168.1.1)
-LIVE_SERVER_ADDRESS="192.168.2.1"
-
-# $LIVE_SERVER_PATH: set the netboot server directory
-# (Default: /srv/debian-live)
-LIVE_SERVER_PATH="/srv/debian-live"
-
-# $LIVE_SYSLINUX: set syslinux option
-# (Default: enabled)
-#LIVE_SYSLINUX="enabled"
-#LIVE_BOOTLOADER="grub"
-#LIVE_GRUB_SPLASH="/home/hendry/projects/live/daisy.xpm.gz"
-
-# $LIVE_SYSLINUX_SPLASH: set custom syslinux splash
-# (Default: empty)
-#LIVE_SYSLINUX_SPLASH="/home/hendry/projects/livecd/splash.rle"
-
-# $LIVE_BINARY_IMAGE: set image type
-# (Default: iso)
-#LIVE_BINARY_IMAGE="usb-hdd"
-
-# $LIVE_TEMPLATES: set templates
-# (Default: /usr/share/live-helper/templates)
-LIVE_TEMPLATES="/home/hendry/projects/live/templates/"

Copied: configs/webconverger-fr/config/binary (from rev 1580, configs/webconverger-ko/config/binary)
===================================================================
--- configs/webconverger-fr/config/binary	                        (rev 0)
+++ configs/webconverger-fr/config/binary	2007-05-20 18:19:33 UTC (rev 1581)
@@ -0,0 +1,46 @@
+# config/chroot: configuration for lh_image_*
+
+# Uncomment for final version
+LIVE_BOOTAPPEND="splash quiet homepage=http://hannux.com locale=ko_KR.UTF-8 hannux"
+
+# $LIVE_ENCRYPTION: set encrytion
+# (Default: empty)
+#LIVE_ENCRYPTION=""
+
+# $LIVE_FILESYSTEM: set filesystem
+# (Default: squashfs)
+#LIVE_FILESYSTEM="plain"
+
+# $LIVE_MEMTEST86: set memtest86+
+# (Default: enabled)
+LIVE_MEMTEST86="enabled"
+
+# $LIVE_ISO_VOLUME: set iso volume
+# (Default: Debian Live ${DATE})
+LIVE_ISO_VOLUME="Webconverger ${DATE}"
+
+# $LIVE_SERVER_ADDRESS: set the netboot server address
+# (Default: 192.168.1.1)
+LIVE_SERVER_ADDRESS="192.168.2.1"
+
+# $LIVE_SERVER_PATH: set the netboot server directory
+# (Default: /srv/debian-live)
+LIVE_SERVER_PATH="/srv/debian-live"
+
+# $LIVE_SYSLINUX: set syslinux option
+# (Default: enabled)
+#LIVE_SYSLINUX="enabled"
+#LIVE_BOOTLOADER="grub"
+#LIVE_GRUB_SPLASH="/home/hendry/projects/live/daisy.xpm.gz"
+
+# $LIVE_SYSLINUX_SPLASH: set custom syslinux splash
+# (Default: empty)
+#LIVE_SYSLINUX_SPLASH="/home/hendry/projects/livecd/splash.rle"
+
+# $LIVE_BINARY_IMAGE: set image type
+# (Default: iso)
+LIVE_BINARY_IMAGE="usb-hdd"
+
+# $LIVE_TEMPLATES: set templates
+# (Default: /usr/share/live-helper/templates)
+LIVE_TEMPLATES="/home/hendry/projects/live/templates/"

Deleted: configs/webconverger-fr/config/chroot_local-packageslists/webconverger
===================================================================
--- configs/webconverger-ko/config/chroot_local-packageslists/webconverger	2007-05-20 15:21:31 UTC (rev 1577)
+++ configs/webconverger-fr/config/chroot_local-packageslists/webconverger	2007-05-20 18:19:33 UTC (rev 1581)
@@ -1,112 +0,0 @@
-# Webconverger
-webconverger-archive-keyring
-
-# Minimal
-eject file
-
-# Standard
-console-common locales kbd
-webconverger-usplash webconverger-base
-
-# for backports
-debian-unofficial-archive-keyring
-
-# X11
-# http://lists.debian.org/debian-devel/2006/04/msg00253.html
-xorg
-xresprobe
-discover
-
-# window manager
-dwm
-# For the background
-xloadimage
-
-# browser
-iceweasel 
-
-# Actually you do ...
-iceweasel-webconverger
-
-#iceweasel-l10n-en-gb
-# locales probably need to be hooked in as Iceweasel is much slower with them all
-# iceweasel-l10n-af
-# iceweasel-l10n-ar
-# iceweasel-l10n-be
-# iceweasel-l10n-bg
-# iceweasel-l10n-ca
-# iceweasel-l10n-cs
-# iceweasel-l10n-cy-gb
-# iceweasel-l10n-da
-# iceweasel-l10n-de
-# iceweasel-l10n-dz-bt
-# iceweasel-l10n-el
-# iceweasel-l10n-es-ar
-# iceweasel-l10n-es-es
-# iceweasel-l10n-et-ee
-# iceweasel-l10n-eu
-# iceweasel-l10n-fa-ir
-# iceweasel-l10n-fi
-iceweasel-l10n-fr
-# iceweasel-l10n-fur-it
-# iceweasel-l10n-fy-nl
-# iceweasel-l10n-ga-ie
-# iceweasel-l10n-gu-in
-# iceweasel-l10n-he
-# iceweasel-l10n-hu
-# iceweasel-l10n-it
-# iceweasel-l10n-ja
-# iceweasel-l10n-ka
-# iceweasel-l10n-ko
-# iceweasel-l10n-ku
-# iceweasel-l10n-lt
-# iceweasel-l10n-mk
-# iceweasel-l10n-mn
-# iceweasel-l10n-nb-no
-# iceweasel-l10n-nl
-# iceweasel-l10n-nn-no
-# iceweasel-l10n-pa-in
-# iceweasel-l10n-pl
-# iceweasel-l10n-pt-br
-# iceweasel-l10n-pt-pt
-# iceweasel-l10n-ro
-# iceweasel-l10n-roa-es-val
-# iceweasel-l10n-ru
-# iceweasel-l10n-sk
-# iceweasel-l10n-sl
-# iceweasel-l10n-sv-se
-# iceweasel-l10n-tr
-# iceweasel-l10n-uk-ua
-# iceweasel-l10n-zh-cn
-# iceweasel-l10n-zh-tw
-#
-# For Korean locale support ko_KR.UTF-8
-#scim-hangul scim-tables-ko scim-uim
-#iceweasel-l10n-ko
-#ttf-unfonts
-#cmap-adobe-korea1 ttf-alee xfonts-baekmuk gs-cjk-resource
-#webconverger-hannux
-
-# sound
-alsa-base alsa-oss alsa-utils
-
-# ssh (debug)
-openssh-client
-vim
-
-# printing
-cupsys
-
-# fonts
-x-ttcidfont-conf ttf-bitstream-vera ttf-dejavu ttf-freefont
-
-# pdf
-xpdf mozplugger
-
-########## non-free software
-flashplugin-nonfree 
-msttcorefonts 
-ttf-xfree86-nonfree
-
-# If we want Opera, uncomment line below
-#opera

Copied: configs/webconverger-fr/config/chroot_local-packageslists/webconverger (from rev 1579, configs/webconverger-ko/config/chroot_local-packageslists/webconverger)
===================================================================
--- configs/webconverger-fr/config/chroot_local-packageslists/webconverger	                        (rev 0)
+++ configs/webconverger-fr/config/chroot_local-packageslists/webconverger	2007-05-20 18:19:33 UTC (rev 1581)
@@ -0,0 +1,62 @@
+# Webconverger
+webconverger-archive-keyring
+
+# Minimal
+eject file
+
+# Standard
+console-common locales kbd
+webconverger-usplash webconverger-base
+
+# for backports
+debian-unofficial-archive-keyring
+
+# X11
+# http://lists.debian.org/debian-devel/2006/04/msg00253.html
+xorg
+xresprobe
+discover
+
+# window manager
+dwm
+# For the background
+xloadimage
+
+# browser
+iceweasel 
+
+# Actually you do ...
+iceweasel-webconverger
+
+# For Korean locale support ko_KR.UTF-8
+scim-hangul scim-tables-ko scim-uim
+iceweasel-l10n-ko
+ttf-unfonts
+cmap-adobe-korea1 ttf-alee xfonts-baekmuk gs-cjk-resource
+webconverger-hannux
+
+iceweasel-l10n-ko
+
+# sound
+alsa-base alsa-oss alsa-utils
+
+# ssh (debug)
+openssh-client
+vim
+
+# printing
+cupsys
+
+# fonts
+x-ttcidfont-conf ttf-bitstream-vera ttf-dejavu ttf-freefont
+
+# pdf
+xpdf mozplugger
+
+########## non-free software
+flashplugin-nonfree 
+msttcorefonts 
+ttf-xfree86-nonfree
+
+# If we want Opera, uncomment line below
+#opera

Copied: configs/webconverger-fr/deploy.sh (from rev 1579, configs/webconverger-ko/deploy.sh)
===================================================================
--- configs/webconverger-fr/deploy.sh	                        (rev 0)
+++ configs/webconverger-fr/deploy.sh	2007-05-20 18:19:33 UTC (rev 1581)
@@ -0,0 +1,4 @@
+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




More information about the Debian-live-changes mailing list