[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#685754: unblock: live-config/3.0.4-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package live-config

Several fixes, mostly relating to locales and keyboard configuration,
along with doc updates.

unblock live-config/3.0.4-1

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

diff -Nru live-config-3.0~a43/bin/boot-init.sh live-config-3.0.3/bin/boot-init.sh
--- live-config-3.0~a43/bin/boot-init.sh	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/bin/boot-init.sh	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -95,8 +95,6 @@
 
 Eject ()
 {
-	# Exit if the system was booted from an ISO image rather than a physical CD
-	grep -qs find_iso= /proc/cmdline && return 0
 	# TODO: i18n
 	BOOT_DEVICE="$(get_boot_device)"
 
@@ -143,21 +141,6 @@
 	fi
 }
 
-# Don't prompt to eject the SD card on Babbage board, where we reuse it
-# as a quasi-boot-floppy. Technically this uses a bit of ubiquity
-# (archdetect), but since this is mostly only relevant for
-# installations, who cares ...
-if [ -x "$(which archdetect 2>/dev/null)" ]
-then
-	subarch="$(archdetect)"
-
-	case $subarch in
-		arm*/imx51)
-			return 0
-			;;
-	esac
-fi
-
 echo "live-boot: caching reboot files..."
 
 prompt=1
@@ -175,7 +158,8 @@
 
 # Check if we need to eject the drive
 if grep -qs "cdrom-detect/eject=false" /proc/cmdline || \
-   grep -qs "noeject" /proc/cmdline
+   grep -qs "noeject" /proc/cmdline || \
+   grep -qs "find_iso" /proc/cmdline
 then
 	return
 else
diff -Nru live-config-3.0~a43/bin/live-config-update live-config-3.0.3/bin/live-config-update
--- live-config-3.0~a43/bin/live-config-update	2012-07-09 13:13:10.000000000 -0300
+++ live-config-3.0.3/bin/live-config-update	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/bin/live-debconfig live-config-3.0.3/bin/live-debconfig
--- live-config-3.0~a43/bin/live-debconfig	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/bin/live-debconfig	1969-12-31 20:00:00.000000000 -0400
@@ -1,60 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Setup local debconf
-if [ ! -e /var/lib/live/debconfig ]
-then
-	mkdir -p /var/lib/live/debconfig
-	chmod 0700 /var/lib/live/debconfig
-fi
-
-if [ ! -e /var/lib/live/debconfig/systemrc ]
-then
-
-cat > /var/lib/live/debconfig/systemrc << EOF
-Config: configdb
-Templates: templatedb
-
-Name: config
-Driver: File
-Mode: 644
-Reject-Type: password
-Filename: /var/lib/live/debconfig/config.dat
-
-Name: passwords
-Driver: File
-Mode: 600
-Backup: false
-Required: false
-Accept-Type: password
-Filename: /var/lib/live/debconfig/passwords.dat
-
-Name: configdb
-Driver: Stack
-Stack: config, passwords
-
-Name: templatedb
-Driver: File
-Mode: 644
-Filename: /var/lib/live/debconfig/templates.dat
-EOF
-
-fi
-
-DEBCONF_SYSTEMRC="/var/lib/live/debconfig/systemrc"
-
-if [ "${1}" = "--noscripts" ]
-then
-	exit
-fi
-
-# Run debconf scripts
-for _SCRIPT in /lib/live/debconfig/*
-do
-	if [ -x "${_SCRIPT}" ]
-	then
-		# FIXME: make scripts a multiselect
-		"${_SCRIPT}"
-	fi
-done
diff -Nru live-config-3.0~a43/debian/changelog live-config-3.0.3/debian/changelog
--- live-config-3.0~a43/debian/changelog	2012-07-12 15:17:18.000000000 -0300
+++ live-config-3.0.3/debian/changelog	2012-08-14 07:56:06.000000000 -0300
@@ -1,3 +1,98 @@
+live-config (3.0.3-1) unstable; urgency=low
+
+  * Correcting some spelling typos in script comments.
+  * Using consistent line breaks in alternative conditionals.
+  * Removing note about only supporting kde in kde-services script,
+    there's no older kde version supported anyway.
+  * Don't show flags in KDE (kxkbrc) too as we already do with GNOME by
+    default for better cultural correctness.
+  * Improving comment about shadow workaround in user-setup script.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 14 Aug 2012 12:55:07 +0200
+
+live-config (3.0.2-1) unstable; urgency=low
+
+  * Removing live-debconfig leftovers.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 14 Aug 2012 11:10:05 +0200
+
+live-config (3.0.1-1) unstable; urgency=low
+
+  * Correcting typo in keyboard-configuration recommends.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 10 Aug 2012 22:36:51 +0200
+
+live-config (3.0.0-1) unstable; urgency=low
+
+  * Adding updated Italian manpage translation from skizzhg
+    <skizzhg@gmx.com>.
+  * Shortening filename for xorg.conf.d file.
+  * Ensure that /etc/X11/xorg.conf.d exists before writing the
+    configuration file.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 03 Aug 2012 18:29:55 +0200
+
+live-config (3.0~b2-1) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Simplyfing find_iso eject check in boot initscript.
+  * Removing special hack for some arm boards in boot initscript.
+  * Moving initramfs-tools scripts content to live-tools.
+  * Harmonizing GPL boilerplate texts.
+  * Renumbering scripts to reflect initramfs-tools script removal.
+
+  [ chals ]
+  * Dealing with two easy-to-fix fuzzy strings in pt_BR on a best effort
+    basis.
+
+  [ Ben Armstrong ]
+  * Clarifying that keyboard variants and layouts are matched.
+  * Clarifying further that matching is one-to-one in order and blank
+    values allowed.
+
+  [ Daniel Baumann ]
+  * Updating keyboard variant description in manpages a bit further.
+  * Adding updated Brazilian Portuguese manpage translations from Tiago
+    Bortoletto Vaz <tiago@debian.org>.
+
+  [ chals ]
+  * Completing the French and Spanish translations of the man page.
+
+  [ Daniel Baumann ]
+  * Adding recommends to keyboard-configuration.
+  * Adding recommends to locales and locales-all.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 29 Jul 2012 02:16:23 +0200
+
+live-config (3.0~b1-1) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Correcting wrong preseed fieldname in keyboard-configuration for
+    optionscode.
+  * Sorting keyboard-configuration handling alphabetically.
+  * Correcting wrong variable to make language assignments in locales
+    script actually work.
+  * Simplifying writing /etc/default/locale in locales script.
+  * Decrufting locales script to handle multiple locales.
+
+  [ Ben Armstrong ]
+  * Fixing two script name message typos.
+
+  [ Daniel Baumann ]
+  * Renaming live-config.keyboard-variant option to live-
+    config.keyboard-variants to indicate that multiple values can be
+    specified at the same time, thanks to Ben Armstrong
+    <synrg@debian.org>.
+
+  [ chals ]
+  * Fixing one 'fuzzy' in the Spanish translation of the man page.
+  * Fixing one 'fuzzy' in the French translation of the man page.
+
+  [ Daniel Baumann ]
+  * Correcting multi-locales assembling in locales script.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 24 Jul 2012 21:45:08 +0200
+
 live-config (3.0~a43-1) unstable; urgency=low
 
   * Adding /etc/os-release support to hostname debconf script.
diff -Nru live-config-3.0~a43/debian/control live-config-3.0.3/debian/control
--- live-config-3.0~a43/debian/control	2012-07-12 15:17:18.000000000 -0300
+++ live-config-3.0.3/debian/control	2012-08-14 07:56:06.000000000 -0300
@@ -13,7 +13,9 @@
 Package: live-config
 Architecture: all
 Depends: ${misc:Depends}, live-config-sysvinit | live-config-backend
-Recommends: live-config-doc, live-tools, user-setup, sudo
+Recommends:
+ live-config-doc, live-tools, keyboard-configuration, locales | locales-all,
+ user-setup, sudo
 Suggests: wget
 Description: Debian Live - System Configuration Scripts
  live-config contains the scripts that configure a Debian Live system during
diff -Nru live-config-3.0~a43/debian/live-config.postrm live-config-3.0.3/debian/live-config.postrm
--- live-config-3.0~a43/debian/live-config.postrm	2012-07-12 15:17:18.000000000 -0300
+++ live-config-3.0.3/debian/live-config.postrm	2012-08-14 07:56:06.000000000 -0300
@@ -7,7 +7,7 @@
 		rm -f /etc/sudoers.d/live
 		rm -f /etc/profile.d/locales-all.sh
 		rm -f /etc/profile.d/zz-live.sh
-		rm -f /etc/X11/xorg.conf.d/99-live_*.conf
+		rm -f /etc/X11/xorg.conf.d/99-live.conf
 
 		rm -rf /var/lib/live/config
 		rm -rf /var/lib/live/debconfig
diff -Nru live-config-3.0~a43/Makefile live-config-3.0.3/Makefile
--- live-config-3.0~a43/Makefile	2012-07-12 15:16:00.000000000 -0300
+++ live-config-3.0.3/Makefile	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/manpages/bin/update-version.sh live-config-3.0.3/manpages/bin/update-version.sh
--- live-config-3.0~a43/manpages/bin/update-version.sh	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/manpages/bin/update-version.sh	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/manpages/de/live-config.de.7 live-config-3.0.3/manpages/de/live-config.de.7
--- live-config-3.0~a43/manpages/de/live-config.de.7	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/de/live-config.de.7	2012-08-14 07:54:45.000000000 -0300
@@ -1,7 +1,7 @@
 .\" live-config(7) - System Configuration Scripts
 .\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 .\"
-.\" live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 .\" This is free software, and you are welcome to redistribute it
 .\" under certain conditions; see COPYING for details.
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-CONFIG 7 12.07.2012 3.0~a43\-1 "Debian Live Projekt"
+.TH LIVE\-CONFIG 7 14.08.2012 3.0.2\-1 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-config\fP \- System Konfiguration Skripte
@@ -107,9 +107,13 @@
 Ermöglicht die Tastatur Layouts zu bestimmen. Wenn mehr als ein Layout
 angegeben wird, ermöglichen die Tools der Desktopumgebung das Wechseln unter
 X11. Es ist kein Standardwert gesetzt.
-.IP "\fBlive\-config.keyboard\-variant\fP=\fITASTATUR_VARIANT\fP | \fBkeyboard\-variant\fP=\fITASTATUR_VARIANT\fP" 4
-Ermöglicht die Tastatur Variante zu bestimmen. Es ist kein Standardwert
-gesetzt.
+.IP "\fBlive\-config.keyboard\-variants\fP=\fITASTATUR_VARIANTE1\fP,\fITASTATUR_VARIANTE2\fP ... \fITASTATUR_VARIANTEn\fP | \fBkeyboard\-variants\fP=\fITASTATUR_VARIANTE1\fP,\fITASTATUR_VARIANTE2\fP ... \fITASTATUR_VARIANTEn\fP" 4
+Ermöglicht die Tastatur Variante zu bestimmen. Wenn mehr als eine Variante
+angegeben wird, sollte die gleiche Anzahl an Werten wie Tastatur Layouts
+angegeben werden weil diese jeweils eins zu eins zugeordnet werden. Leere
+Werte sind ebenfalls zulässig. Die Tools der Desktopumgebung ermöglichen das
+Wechseln zwischen jedem Layout und Varianten Paar unter X11. Es ist kein
+Standardwert gesetzt.
 .IP "\fBlive\-config.keyboard\-options\fP=\fITASTATUR_OPTIONEN\fP | \fBkeyboard\-options\fP=\fITASTATUR_OPTIONEN\fP" 4
 Ermöglicht die Tastatur Optionen zu bestimmen. Es ist kein Standardwert
 gesetzt.
@@ -233,9 +237,10 @@
 Diese Variable enspricht dem
 \&'\fBlive\-config.keyboard\-layouts\fP=\fITASTATUR_LAYOUT1\fP,\fITASTATUR_LAYOUT2\fP
 \&... \fITASTATUR_LAYOUTn\fP' Parameter.
-.IP \fBLIVE_KEYBOARD_VARIANT\fP=\fITASTATUR_VARIANTE\fP 4
+.IP "\fBLIVE_KEYBOARD_VARIANTS\fP=\fITASTATUR_VARIANTE1\fP,\fITASTATUR_VARIANTE2\fP ... \fITASTATUR_VARIANTEn\fP" 4
 Diese Variable enspricht dem
-\&'\fBlive\-config.keyboard\-variant\fP=\fITASTATUR_VARIANTE\fP' Parameter.
+\&'\fBlive\-config.keyboard\-variants\fP=\fITASTATUR_VARIANTE1\fP,\fITASTATUR_VARIANTE2\fP
+\&... \fITASTATUR_VARIANTEn\fP' Parameter.
 .IP \fBLIVE_KEYBOARD_OPTIONS\fP=\fITASTATUR_OPTIONEN\fP 4
 Diese Variable enspricht dem
 \&'\fBlive\-config.keyboard\-options\fP=\fITASTATUR_OPTIONEN\fP' Parameter.
@@ -330,9 +335,6 @@
 .IP \fBgnome\-screensaver\fP 4
 schaltet das Sperren des Bildschirmes während der Bildschirmschoner läuft
 ab.
-.IP \fBinitramfs\-tools\fP 4
-lässt update\-initramfs auch das Live Medium aktualisieren falls Persistency
-benutzt wird.
 .IP \fBkaboom\fP 4
 schaltet den KDE Migration Wizard ab (squeeze und neuer).
 .IP \fBkde\-services\fP 4
diff -Nru live-config-3.0~a43/manpages/en/live-config.7 live-config-3.0.3/manpages/en/live-config.7
--- live-config-3.0~a43/manpages/en/live-config.7	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/en/live-config.7	2012-08-14 07:55:21.000000000 -0300
@@ -1,12 +1,12 @@
 .\" live-config(7) - System Configuration Scripts
 .\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 .\"
-.\" live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 .\" This is free software, and you are welcome to redistribute it
 .\" under certain conditions; see COPYING for details.
 .\"
 .\"
-.TH LIVE\-CONFIG 7 2012\-07\-12 3.0~a43-1 "Debian Live Project"
+.TH LIVE\-CONFIG 7 2012\-08\-14 3.0.3-1 "Debian Live Project"
 
 .SH NAME
 \fBlive\-config\fR \- System Configuration Scripts
@@ -62,10 +62,10 @@
 Allows to change the keyboard model. There is no default value set.
 .IP "\fBlive\-config.keyboard\-layouts\fR=\fIKEYBOARD_LAYOUT1\fR,\fIKEYBOARD_LAYOUT2\fR ... \fIKEYBOARD_LAYOUTn\fR | \fBkeyboard\-layouts\fR=\fIKEYBOARD_LAYOUT1\fR,\fIKEYBOARD_LAYOUT2\fR ... \fIKEYBOARD_LAYOUTn\fR" 4
 Allows to change the keyboard layouts. If more than one is specified, the tools of the desktop environment will allow to switch it under X11. There is no default value set.
-.IP "\fBlive\-config.keyboard\-variant\fR=\fIKEYBOARD_VARIANT\fR | \fBkeyboard\-variant\fR=\fIKEYBOARD_VARIANT\fR" 4
-Allows to change the keyboard variant. There is no default value set.
+.IP "\fBlive\-config.keyboard\-variants\fR=\fIKEYBOARD_VARIANT1\fR,\fIKEYBOARD_VARIANT2\fR ... \fIKEYBOARD_VARIANTn\fR | \fBkeyboard\-variants\fR=\fIKEYBOARD_VARIANT1\fR,\fIKEYBOARD_VARIANT2\fR ... \fIKEYBOARD_VARIANTn\fR" 4
+Allows to change the keyboard variants. If more than one is specified, the same number of values as keyboard\-layouts values should be specified as they will be matched one\-to\-one in the order specified. Blank values are allowed. The tools of the desktop environment will allow to switch between each layout and variant pair under X11. There is no default value set.
 .IP "\fBlive\-config.keyboard\-options\fR=\fIKEYBOARD_OPTIONS\fR | \fBkeyboard\-options\fR=\fIKEYBOARD_OPTIONS\fR" 4
-Allows to change the keyboard options. There are no default value set.
+Allows to change the keyboard options. There is no default value set.
 .IP "\fBlive\-config.sysv-rc\fR=\fISERVICE1\fR,\fISERVICE2\fR ... \fISERVICEn\fR | \fBsysv-rc\fR=\fISERVICE1\fR,\fISERVICE2\fR ... \fISERVICEn\fR" 4
 Allows to disable sysv services through update-rc.d.
 .IP "\fBlive\-config.x\-session\-manager=\fIX_SESSION_MANAGER\fR | \fBx\-session\-manager\fR=\fIX_SESSION_MANAGER\fR" 4
@@ -136,8 +136,8 @@
 This variable equals the '\fBlive\-config.keyboard\-model\fR=\fIKEYBOARD_MODEL\fR' parameter.
 .IP "\fBLIVE_KEYBOARD_LAYOUTS\fR=\fIKEYBOARD_LAYOUT1\fR,\fIKEYBOARD_LAYOUT2\fR ... \fIKEYBOARD_LAYOUTn\fR" 4
 This variable equals the '\fBlive\-config.keyboard\-layouts\fR=\fIKEYBOARD_LAYOUT1\fR,\fIKEYBOARD_LAYOUT2\fR ... \fIKEYBOARD_LAYOUTn\fR' parameter.
-.IP "\fBLIVE_KEYBOARD_VARIANT\fR=\fIKEYBOARD_VARIANT\fR" 4
-This variable equals the '\fBlive\-config.keyboard\-variant\fR=\fIKEYBOARD_VARIANT\fR' parameter.
+.IP "\fBLIVE_KEYBOARD_VARIANTS\fR=\fIKEYBOARD_VARIANT1\fR,\fIKEYBOARD_VARIANT2\fR ... \fIKEYBOARD_VARIANTn\fR" 4
+This variable equals the '\fBlive\-config.keyboard\-variants\fR=\fIKEYBOARD_VARIANT1\fR,\fIKEYBOARD_VARIANT2\fR ... \fIKEYBOARD_VARIANTn\fR' parameter.
 .IP "\fBLIVE_KEYBOARD_OPTIONS\fR=\fIKEYBOARD_OPTIONS\fR" 4
 This variable equals the '\fBlive\-config.keyboard\-options\fR=\fIKEYBOARD_OPTIONS\fR' parameter.
 .IP "\fBLIVE_SYSV_RC\fR=\fISERVICE1\fR,\fISERVICE2\fR ... \fISERVICEn\fR" 4
@@ -211,8 +211,6 @@
 disables hibernation.
 .IP "\fBgnome\-screensaver\fR" 4
 disables the screensaver locking the screen.
-.IP "\fBinitramfs\-tools\fR" 4
-makes update\-initramfs to also update the live media when using persistency.
 .IP "\fBkaboom\fR" 4
 disables KDE migration wizard (squeeze and newer).
 .IP "\fBkde\-services\fR" 4
diff -Nru live-config-3.0~a43/manpages/es/live-config.es.7 live-config-3.0.3/manpages/es/live-config.es.7
--- live-config-3.0~a43/manpages/es/live-config.es.7	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/es/live-config.es.7	2012-08-14 07:55:21.000000000 -0300
@@ -1,7 +1,7 @@
 .\" live-config(7) - System Configuration Scripts
 .\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 .\"
-.\" live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 .\" This is free software, and you are welcome to redistribute it
 .\" under certain conditions; see COPYING for details.
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-CONFIG 7 12.07.2012 3.0~a43\-1 "Proyecto Debian Live"
+.TH LIVE\-CONFIG 7 14.08.2012 3.0.3\-1 "Proyecto Debian Live"
 
 .SH NOMBRE
 \fBlive\-config\fP \- Scripts de configuración del sistema
@@ -105,8 +105,12 @@
 Permite cambiar la disposición del teclado. Si se especifica más de una, las
 herramientas de escritorio permitirán cambiarlas bajo X11. No hay ningún
 valor por omisión.
-.IP "\fBlive\-config.keyboard\-variant\fP=\fIKEYBOARD_VARIANT\fP | \fBkeyboard\-variant\fP=\fIKEYBOARD_VARIANT\fP" 4
-Permite cambiar la variante del teclado. No hay ningún valor por omisión.
+.IP "\fBlive\-config.keyboard\-variants\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP ... \fIKEYBOARD_VARIANTn\fP | \fBkeyboard\-variants\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP ... \fIKEYBOARD_VARIANTn\fP" 4
+Permite cambiar las variantes de teclado. Si se especifica más de una, se
+deben especificar el mismo número de variantes como de distribuciones de
+teclado, ya que se corresponderan una a una en el orden especificado. Se
+pueden dejar valores en blanco. Las herramientas de escritorio permitirán
+cambiarlas bajo X11. No hay ningún valor por omisión.
 .IP "\fBlive\-config.keyboard\-options\fP=\fIKEYBOARD_OPTIONS\fP | \fBkeyboard\-options\fP=\fIKEYBOARD_OPTIONS\fP" 4
 Permite cambiar las opciones del teclado. No hay un valor por omisión.
 .IP "\fBlive\-config.sysv\-rc\fP=\fISERVICE1\fP,\fISERVICE2\fP ... \fISERVICEn\fP | \fBsysv\-rc\fP=\fISERVICE1\fP,\fISERVICE2\fP ... \fISERVICEn\fP" 4
@@ -224,9 +228,10 @@
 Esta variable es igual al parámetro
 \&'\fBlive\-config.keyboard\-layouts\fP=\fIKEYBOARD_LAYOUT1\fP,\fIKEYBOARD_LAYOUT2\fP
 \&... \fIKEYBOARD_LAYOUTn\fP'
-.IP \fBLIVE_KEYBOARD_VARIANT\fP=\fIKEYBOARD_VARIANT\fP 4
+.IP "\fBLIVE_KEYBOARD_VARIANTS\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP ... \fIKEYBOARD_VARIANTn\fP" 4
 Esta variable es igual al parámetro
-\&'\fBlive\-config.keyboard\-variant\fP=\fIKEYBOARD_VARIANT\fP'
+\&'\fBlive\-config.keyboard\-variants\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP
+\&... \fIKEYBOARD_VARIANTn\fP'
 .IP \fBLIVE_KEYBOARD_OPTIONS\fP=\fIKEYBOARD_OPTIONS\fP 4
 Esta variable es igual al
 parámetro'\fBlive\-config.keyboard\-options\fP=\fIKEYBOARD_OPTIONS\fP'
@@ -319,9 +324,6 @@
 Desactiva la hibernación.
 .IP \fBgnome\-screensaver\fP 4
 Impide que el salvapantallas bloquee la pantalla.
-.IP \fBinitramfs\-tools\fP 4
-Posibilita que update\-initramfs actualice también los medios en vivo cuando
-se usan en modo persistente.
 .IP \fBkaboom\fP 4
 Desactiva el asistente de migración de KDE (Squeeze y superior).
 .IP \fBkde\-services\fP 4
diff -Nru live-config-3.0~a43/manpages/fr/live-config.fr.7 live-config-3.0.3/manpages/fr/live-config.fr.7
--- live-config-3.0~a43/manpages/fr/live-config.fr.7	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/fr/live-config.fr.7	2012-08-14 07:55:21.000000000 -0300
@@ -1,7 +1,7 @@
 .\" live-config(7) - System Configuration Scripts
 .\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 .\"
-.\" live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 .\" This is free software, and you are welcome to redistribute it
 .\" under certain conditions; see COPYING for details.
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-CONFIG 7 12.07.2012 3.0~a43\-1 "Projet Debian Live"
+.TH LIVE\-CONFIG 7 14.08.2012 3.0.3\-1 "Projet Debian Live"
 
 .SH NOM
 \fBlive\-config\fP \- Scripts de configuration du système
@@ -110,9 +110,12 @@
 est spécifiée, les utilitaires de l'environnement de bureau permettront de
 passer de l'une à l'autre sous X11. Aucune valeur par défaut n'est
 spécifiée.
-.IP "\fBlive\-config.keyboard\-variant\fP=\fITYPE_DE_CLAVIER\fP | \fBkeyboard\-variant\fP=\fITYPE_DE_CLAVIER\fP" 4
-Permet de changer le type de clavier. Aucune valeur par défaut n'est
-spécifiée.
+.IP "\fBlive\-config.keyboard\-variants\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP ... \fIKEYBOARD_VARIANTn\fP | \fBkeyboard\-variants\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP ... \fIKEYBOARD_VARIANTn\fP" 4
+Permet de changer la variante du clavier. Si plus d'une est spécifiée, le
+même nombre de valeurs doivent être spécifiées car elles se correspondront
+une à une dans l'ordre spécifié. On peut utiliser valeurs vides. Les outils
+de l'environnement de bureau permettront de passer de l'une à l'autre sous
+X11. Aucune valeur par défaut n'est spécifiée.
 .IP "\fBlive\-config.keyboard\-options\fP=\fIOPTIONS_DU_CLAVIER\fP | \fBkeyboard\-options\fP=\fIOPTIONS_DU_CLAVIER\fP" 4
 Permet de changer les options du clavier. Aucune valeur par défaut n'est
 spécifiée.
@@ -236,9 +239,10 @@
 Cette variable correspond au paramètre
 \&'\fBlive\-config.keyboard\-layouts\fP=\fICONFIGURATION1_DU_CLAVIER\fP,\fICONFIGURATION2_DU_CLAVIER\fP
 \&... \fICONFIGURATIONn_DU_CLAVIER\fP'.
-.IP \fBLIVE_KEYBOARD_VARIANT\fP=\fITYPE_DE_CLAVIER\fP 4
+.IP "\fBLIVE_KEYBOARD_VARIANTS\fP=\fIKEYBOARD_VARIANT1\fP,\fIKEYBOARD_VARIANT2\fP ... \fIKEYBOARD_VARIANTn\fP" 4
 Cette variable correspond au paramètre
-\&'\fBlive\-config.keyboard\-variant\fP=\fITYPE_DE_CLAVIER\fP'.
+\&'\fBlive\-config.keyboard\-variants\fP=\fICONFIGURATION1_DU_CLAVIER\fP,\fICONFIGURATION2_DU_CLAVIER\fP
+\&... \fICONFIGURATIONn_DU_CLAVIER\fP'.
 .IP \fBLIVE_KEYBOARD_OPTIONS\fP=\fIOPTIONS_DU_CLAVIER\fP 4
 Cette variable correspond au paramètre
 \&'\fBlive\-config.keyboard\-options\fP=\fIOPTIONS_DU_CLAVIER\fP'.
@@ -332,9 +336,6 @@
 désactive l'hibernation.
 .IP \fBgnome\-screensaver\fP 4
 désactive le verrouillage de session par l'économiseur d'écran.
-.IP \fBinitramfs\-tools\fP 4
-permet à update\-initramfs de mettre à jour le média live lorsqu'on utlise la
-persistance.
 .IP \fBkaboom\fP 4
 désactive l'assistant de migration de KDE (squeeze et plus récent).
 .IP \fBkde\-services\fP 4
diff -Nru live-config-3.0~a43/manpages/it/live-config.it.7 live-config-3.0.3/manpages/it/live-config.it.7
--- live-config-3.0~a43/manpages/it/live-config.it.7	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/it/live-config.it.7	2012-08-14 07:55:21.000000000 -0300
@@ -1,7 +1,7 @@
 .\" live-config(7) - System Configuration Scripts
 .\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 .\"
-.\" live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 .\" This is free software, and you are welcome to redistribute it
 .\" under certain conditions; see COPYING for details.
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-CONFIG 7 12.07.2012 3.0~a43\-1 "Progetto Debian Live"
+.TH LIVE\-CONFIG 7 14.08.2012 3.0.3\-1 "Progetto Debian Live"
 
 .SH NOME
 \fBlive\-config\fP \- Script di configurazione del sistema
@@ -24,12 +24,12 @@
 \fBlive\-config\fP può essere configurato tramite parametri di avvio o file di
 configurazione; se per una certa opzione vengono utilizzati entrambi i
 meccanismi, i parametri di avvio hanno la precedenza su questi
-ultimi. Quando si utilizza la persistenza, gli script di \fBlive\-config\fP
+ultimi. Quando si utilizza la persistenza gli script di \fBlive\-config\fP
 vengono eseguiti solo una volta.
 .PP
-Per configurare i parametri di live\-config utilizzati in modo predefinitoin
-un'immagine live, si veda l'opzione \-\-bootappend\-live nella pagina di
-manualedi \fIlb_config\fP(1).
+Per configurare i parametri di live\-config utilizzati in modo predefinito in
+un'immagine live, vedere l'opzione \-\-bootappend\-live nella pagina di manuale
+di \fIlb_config\fP(1).
 
 .SS "Parametri di avvio (script)"
 \fBlive\-config\fP viene attivato solo se "boot=live" è utilizzato come
@@ -40,54 +40,55 @@
 
 .IP "\fBlive\-config\fP | \fBconfig\fP" 4
 Vengono eseguiti tutti gli script; questo è ciò che le immagini di Debian
-Live utilizzano in modo predefinito.
+Live fanno in modo predefinito.
 .IP "\fBlive\-config\fP=\fISCRIPT1\fP,\fISCRIPT2\fP, ... \fISCRIPTn\fP | \fBconfig\fP=\fISCRIPT1\fP,\fISCRIPT2\fP, ... \fISCRIPTn\fP" 4
 Vengono eseguiti solo gli script specificati. Si noti che l'ordine è
 importante, ad esempio "live\-config=sudo,user\-setup" non funzionerebbe in
 quanto prima di poter configurare l'utente per sudo è necessario
-aggiungerlo. Si vedano i nomi degli script in /lib/live/config per il loro
-ordinamento numerico.
+aggiungerlo. Per l'ordinamento numerico vedere i nomi degli script in
+/lib/live/config.
 .IP "\fBlive\-noconfig\fP | \fBnoconfig\fP" 4
 Non viene eseguito alcuno script, equivale a non utilizzare nessun parametro
 di "live\-config" o "live\-noconfig".
 .IP "\fBlive\-noconfig\fP=\fISCRIPT1\fP,\fISCRIPT2\fP, ... \fISCRIPTn\fP | \fBnoconfig\fP=\fISCRIPT1\fP,\fISCRIPT2\fP, ... \fISCRIPTn\fP" 4
-Vengono eseguiti tutti gli script, tranne quelli specificati.
+Vengono eseguiti tutti gli script tranne quelli specificati.
 
 .SS "Parametri di avvio (opzioni)"
 Alcuni singoli script possono modificare il loro comportamento in base a un
 parametro di avvio.
 
 .IP "\fBlive\-config.debconf\-preseed\fP=filesystem|medium|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP | \fBdebconf\-preseed\fP=medium|filesystem|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP" 4
-Allows to fetch and apply one or more debconf preseed files to be applied to
-the debconf database. Note that the URLs must be fetchable by wget (http,
-ftp or file://).
+Permette di prelevare e applicare uno o più file debconf di
+preconfigurazione da applicare al database debconf. Si noti che gli URL
+devono essere scaricabili da wget (http, ftp o file://).
 .br
-Se il file è posizionato sul supporto live può essere prelevato con
-file:///live/image/\fIFILE\fP o con file:///\fIFILE\fP se è nella radice del
+Se il file è posizionato sul supporto live, questo  può essere prelevato con
+file:///live/image/\fIFILE\fP, o con file:///\fIFILE\fP se è nella radice del
 filesystem del sistema live stesso.
 .br
-All preseed files in /lib/live/preseed/ in the root filesystem of the live
-system can be automatically be enabled with the keyword 'filesystem'.
+Tutti i file di preconfigurazione in /lib/live/preseed/ nella radice del
+sistema live possono essere abilitati automaticamente con la parola chiave
+"filesystem".
 .br
-All preseed files in /live/preseed/ of the live medium can be automatically
-be enabled with the keyword 'medium'.
+Tutti i file di preconfigurazione in /live/preseed/ sul supporto live
+possono essere abilitati automaticamente con la parola chiave "medium".
 .br
-If several mechanisms are combined, then filesystem preseed files are
-applied first, then medium preseed files, and last the network preseed
-files.
+Se vengono congiunti diversi meccanismi i file di preconfigurazione di tipo
+filesystem vengono applicati per primi, seguiti dalla tipologia medium e
+quindi da quelli network.
 .IP "\fBlive\-config.hostname\fP=\fIHOSTNAME\fP | \fBhostname\fP=\fIHOSTNAME\fP" 4
 Permette di impostare l'hostname del sistema, il predefinito è "debian".
 .IP "\fBlive\-config.username\fP=\fINOMEUTENTE\fP | \fBusername\fP=\fINOMEUTENTE\fP" 4
 Permette di impostare il nome utente che viene creato per il login
 automatico, il predefinito è "user".
-.IP "\fBlive\-config.user\-default\-groups\fP=\fIGROUPO1\fP,\fIGROUPO2\fP ... \fIGROUPOn\fP | \fBuser\-default\-groups\fP=\fIGROUPO1\fP,\fIGROUPO2\fP ... \fIGROUPOn\fP" 4
+.IP "\fBlive\-config.user\-default\-groups\fP=\fIGRUPPO\fP,\fIGRUPPO2\fP ... \fIGRUPPOn\fP | \fBuser\-default\-groups\fP=\fIGRUPPO1\fP,\fIGRUPPO2\fP ... \fIGRUPPOn\fP" 4
 Permette di impostare i gruppi dei quali fanno parte gli utenti creati per
 il login automatico. Il valore predefinito è "audio cdrom dip floppy video
 plugdev netdev powerdev scanner bluetooth".
 .IP "\fBlive\-config.user\-fullname\fP=\(dq\fINOME COMPLETO UTENTE\fP\(dq | \fBuser\-fullname\fP=\(dq\fINOME COMPLETO UTENTE\fP\(dq" 4
 Permette di impostare il nome utente completo che viene creato per il login
 automatico, il predefinito è "Debian Live user".
-.IP "\fBlive\-config.locales\fP=\fILOCALE1\fP,\fILOCALE2\fP ... \fILOCALEn\fP | \fBlocales\fP=\fILOCALE1\fP,\fILOCALE2\fP ... \fILOCALEn\fP" 4
+.IP "\fBlive\-config.locales\fP=\fILOCALIZZAZIONE1\fP,\fILOCALIZZAZIONE2\fP ... \fILOCALIZZAZIONEn\fP | \fBlocales\fP=\fILOCALIZZAZIONE1\fP,\fILOCALIZZAZIONE2\fP ... \fILOCALIZZAZIONEn\fP" 4
 Permette di impostare la localizzazione del sistema, ad esempio
 "it_IT.UTF\-8", il predefinito è "en_US.UTF\-8". Se la localizzazione
 selezionata non è già disponibile viene generata al volo automaticamente.
@@ -95,29 +96,33 @@
 Permette di impostare il fuso orario del sistema, ad esempio "Europe/Rome",
 il predefinito è "UTC".
 .IP "\fBlive\-config.utc\fP=\fByes\fP|no | \fButc\fP=\fByes\fP|no" 4
-Permette di scegliere se il sistema supponga che l'orologio hardware sia
-impostato o meno su UTC, il valore predefinito è "yes".
+Permette di scegliere se il sistema debba supporre che l'orologio hardware
+sia impostato o meno su UTC, il valore predefinito è "yes".
 .IP "\fBlive\-config.keyboard\-model\fP=\fIMODELLO_TASTIERA\fP | \fBkeyboard\-model\fP=\fIMODELLO_TASTIERA\fP" 4
 Permette di scegliere il modello della tastiera, non è impostato alcun
 valore predefinito.
-.IP "\fBlive\-config.keyboard\-layouts\fP=\fILAYOUT1_TASTIERA\fP,\fILAYOUT2_TASTIERA\fP ... \fILAYOUTn_TASTIERA\fP | \fBkeyboard\-layouts\fP=\fILAYOUT1_TASTIERA\fP,\fILAYOUT2_TASTIERA\fP ... \fILAYOUTn_TASTIERA\fP" 4
+.IP "\fBlive\-config.keyboard\-layouts\fP=\fILAYOUT_TASTIERA1\fP,\fILAYOUT_TASTIERA2\fP ... \fILAYOUT_TASTIERAn\fP | \fBkeyboard\-layouts\fP=\fILAYOUT_TASTIERA1\fP,\fILAYOUT_TASTIERA2\fP ... \fILAYOUT_TASTIERAn\fP" 4
 Permette di modificare i layout della tastiera. Se ne viene specificato più
-di uno, gli strumenti dell'ambiente desktop consentiranno di cambiarlo sotto
+di uno gli strumenti dell'ambiente desktop consentiranno di cambiarlo in
 X11. Non è impostato alcun valore predefinito.
-.IP "\fBlive\-config.keyboard\-variant\fP=\fIVARIANTE_TASTIERA\fP | \fBkeyboard\-variant\fP=\fIVARIANTE_TASTIERA\fP" 4
-Permette di impostare un layout alternativo per la tastiera, non è impostato
-alcun valore predefinito.
+.IP "\fBlive\-config.keyboard\-variants\fP=\fISCHEMA_TASTIERA1\fP,\fISCHEMA_TASTIERA2\fP ... \fISCHEMA_TASTIERAn\fP | \fBkeyboard\-variants\fP=\fISCHEMA_TASTIERA1\fP,\fISCHEMA_TASTIERA2\fP ... \fISCHEMA_TASTIERAn\fP" 4
+Permette di modificare gli schemi della tastiera (es. qwerty, qWERTZ,
+AZERTY, ecc.). Se ne viene specificato più di uno è necessario indicare lo
+stesso numero di valori dei layout della tastiera che verranno abbinati ad
+uno schema nell'ordine definito. Sono ammessi valori vuoti. Gli strumenti
+dell'ambiente desktop consentiranno di passare da uno all'altro in X11. Non
+è impostato alcun valore predefinito.
 .IP "\fBlive\-config.keyboard\-options\fP=\fIOPZIONI_TASTIERA\fP | \fBkeyboard\-options\fP=\fIOPZIONI_TASTIERA\fP" 4
 Permette di modificare le opzioni della tastiera, non è impostato alcun
 valore predefinito.
-.IP "\fBlive\-config.sysv\-rc\fP=\fISERVICE1\fP,\fISERVICE2\fP ... \fISERVICEn\fP | \fBsysv\-rc\fP=\fISERVICE1\fP,\fISERVICE2\fP ... \fISERVICEn\fP" 4
+.IP "\fBlive\-config.sysv\-rc\fP=\fISERVIZIO1\fP,\fISERVIZIO2\fP ... \fISERVIZIOn\fP | \fBsysv\-rc\fP=\fISERVIZIO1\fP,\fISERVIZIO2\fP ... \fISERVIZIOn\fP" 4
 Permette di disabilitare i servizi di sysv tramite update\-rc.d.
 .IP "\fBlive\-config.x\-session\-manager=\fP\fIX_SESSION_MANAGER\fP | \fBx\-session\-manager\fP=\fIX_SESSION_MANAGER\fP" 4
 Permette di impostare x\-session\-manager tramite update\-alternatives.
-.IP "\fBlive\-config.xorg\-driver\fP=\fIDRIVER_PER_XORG\fP | \fBxorg\-driver\fP=\fIDRIVER_PER_XORG\fP" 4
+.IP "\fBlive\-config.xorg\-driver\fP=\fIDRIVER_XORG\fP | \fBxorg\-driver\fP=\fIDRIVER_XORG\fP" 4
 Permette di impostare il driver per xorg invece di riconoscerlo
 automaticamente.
-.IP "\fBlive\-config.xorg\-resolution\fP=\fIRISOLUZIONE_PER_XORG\fP | \fBxorg\-resolution\fP=\fIRISOLUZIONE_PER_XORG\fP" 4
+.IP "\fBlive\-config.xorg\-resolution\fP=\fIRISOLUZIONE_XORG\fP | \fBxorg\-resolution\fP=\fIRISOLUZIONE_XORG\fP" 4
 Permette di impostare la risoluzione per xorg invece di riconoscerla
 automaticamente, ad esempio 1024x768.
 .IP "\fBlive\-config.hooks\fP=filesystem|medium|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP | \fBhooks\fP=medium|filesystem|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP" 4
@@ -130,8 +135,8 @@
 /usr/share/doc/live\-config/examples/hooks/ e all'indirizzo
 <\fIhttp://live.debian.net/other/hooks\fP>.
 .br
-Se il file è posizionato sul supporto live può essere prelevato con
-file:///live/image/\fIFILE\fP o con file:///\fIFILE\fP se è nella radice del
+Se il file è posizionato sul supporto live, questo  può essere prelevato con
+file:///live/image/\fIFILE\fP, o con file:///\fIFILE\fP se è nella radice del
 filesystem del sistema live stesso.
 .br
 Tutti gli hook nella directory /lib/live/hooks/ del sistema live possono
@@ -140,8 +145,9 @@
 Tutti gli hook nella directory /live/hooks/ del sistema live possono essere
 abilitati automaticamente con la parola chiave "medium".
 .br
-Se vengono congiunti svariati meccanismi, gli hook del filesystem saranno
-eseguiti per primi, seguiti dai medium, e infine gli hook network.
+Se vengono congiunti svariati meccanismi, gli hook di tipo filesystem
+vengono applicati per primi, seguiti dalla tipologia medium e quindi da
+quelli network.
 
 .SS "Parametri di avvio (scorciatoie)"
 Per alcuni casi di uso comune in cui sarebbe necessario combinare diversi
@@ -170,16 +176,16 @@
 \fBlive\-config\fP può essere configurato (ma non attivato) attraverso file di
 configurazione. Tranne le scorciatoie che sono configurabili con un
 parametro di avvio, tutto può essere configurato in alternativa tramite uno
-o più file. Se vengono usati questi file, è ancora richiesto il parametro
-"boot=live" per attivare \fBlive\-config\fP.
+o più file. Se vengono usati questi file, il parametro "boot=live" è
+comunque richiesto per attivare \fBlive\-config\fP.
 .PP
 I file di configurazione sono collocabili sia nello stesso filesystem di
 root (/etc/live/config.conf, /etc/live/config.d/*.conf), sia nel supporto
 live (live/config.conf, live/config.d/*.conf). Se per una certa opzione si
 usano entrambe le destinazioni, avrà la precedenza quello del supporto live.
 .PP
-Anche se i file di configurazione messi nelle directory conf.d non
-richiedono un nome o suffisso particolari, per coerenza è suggerito di usare
+Sebbene i file di configurazione messi nelle directory conf.d non richiedano
+un nome o un suffisso particolari, per coerenza è suggerito di usare
 "vendor.conf"o "project.conf" come schema di denominazione (laddove "vendor"
 o "project"è sostituito con un nome reale, risultando in un nome di file
 come "debian\-eeepc.conf").
@@ -209,9 +215,10 @@
 .IP "\fBLIVE_USER_FULLNAME\fP=\(dq\fINOME COMPLETO UTENTE\fP\(dq" 4
 Questa variabile equivale al parametro "\fBlive\-config.user\-fullname\fP="\fINOME
 COMPLETO UTENTE\fP".
-.IP "\fBLIVE_LOCALES\fP=\fILOCALE1\fP,\fILOCALE2\fP ... \fILOCALEn\fP" 4
+.IP "\fBLIVE_LOCALES\fP=\fILOCALIZZAZIONE1\fP,\fILOCALIZZAZIONE2\fP ... \fILOCALIZZAZIONEn\fP" 4
 Questa variabile equivale al parametro
-"\fBlive\-config.locales\fP=\fILOCALE1\fP,\fILOCALE2\fP ... \fILOCALEn\fP".
+"\fBlive\-config.locales\fP=\fILOCALIZZAZIONE1\fP,\fILOCALIZZAZIONE2\fP
+\&... \fILOCALIZZAZIONEn\fP".
 .IP "\fBLIVE_TIMEZONE\fP=\fIFUSO ORARIO\fP" 4
 Questa variabile equivale al parametro "\fBlive\-config.timezone\fP=\fIFUSO
 ORARIO\fP".
@@ -220,25 +227,26 @@
 .IP \fBLIVE_KEYBOARD_MODEL\fP=\fIMODELLO_TASTIERA\fP 4
 Questa variabile equivale al parametro
 "\fBlive\-config.keyboard\-model\fP=\fIMODELLO_TASTIERA\fP".
-.IP "\fBLIVE_KEYBOARD_LAYOUTS\fP=\fILAYOUT1_TASTIERA\fP,\fILAYOUT2_TASTIERA\fP ... \fILAYOUTn_TASTIERA\fP" 4
+.IP "\fBLIVE_KEYBOARD_LAYOUTS\fP=\fILAYOUT_TASTIERA1\fP,\fILAYOUT_TASTIERA2\fP ... \fILAYOUT_TASTIERAn\fP" 4
 Questa variabile equivale al parametro
-"\fBlive\-config.keyboard\-layouts\fP=\fILAYOUT1_TASTIERA\fP,\fILAYOUT2_TASTIERA\fP
-\&... \fILAYOUTn_TASTIERA\fP".
-.IP \fBLIVE_KEYBOARD_VARIANT\fP=\fIVARIANTE_TASTIERA\fP 4
+"\fBlive\-config.keyboard\-layouts\fP=\fILAYOUT_TASTIERA1\fP,\fILAYOUT_TASTIERA2\fP
+\&... \fILAYOUT_TASTIERAn\fP".
+.IP "\fBLIVE_KEYBOARD_VARIANTS\fP=\fISCHEMA_TASTIERA1\fP,\fISCHEMA_TASTIERA2\fP ... \fISCHEMA_TASTIERAn\fP" 4
 Questa variabile equivale al parametro
-"\fBlive\-config.keyboard\-variant\fP=\fIVARIANTE_TASTIERA\fP".
+"\fBlive\-config.keyboard\-layouts\fP=\fISCHEMA_TASTIERA1\fP,\fISCHEMA_TASTIERA2\fP
+\&... \fISCHEMA_TASTIERAn\fP".
 .IP \fBLIVE_KEYBOARD_OPTIONS\fP=\fIOPZIONI_TASTIERA\fP 4
 Questa variabile equivale al parametro
 "\fBlive\-config.keyboard\-options\fP=\fIOPZIONI_TASTIERA\fP".
-.IP "\fBLIVE_SYSV_RC\fP=\fISERVICE1\fP,\fISERVICE2\fP ... \fISERVICEn\fP" 4
+.IP "\fBLIVE_SYSV_RC\fP=\fISERVIZIO1\fP,\fISERVIZIO2\fP ... \fISERVIZIOn\fP" 4
 Questa variabile equivale al parametro
-"\fBlive\-config.sysv\-rc\fP=\fISERVICE1\fP,\fISERVICE2\fP ... \fISERVICEn\fP".
-.IP \fBLIVE_XORG_DRIVER\fP=\fIDRIVER_PER_XORG\fP 4
+"\fBlive\-config.sysv\-rc\fP=\fISERVIZIO1\fP,\fISERVIZIO2\fP ... \fISERVIZIOn\fP".
+.IP \fBLIVE_XORG_DRIVER\fP=\fIDRIVER_XORG\fP 4
 Questa variabile equivale al parametro
-"\fBlive\-config.xorg\-driver\fP=\fIDRIVER_PER_XORG\fP".
-.IP \fBLIVE_XORG_RESOLUTION\fP=\fIRISOLUZIONE_PER_XORG\fP 4
+"\fBlive\-config.xorg\-driver\fP=\fIDRIVER_XORG\fP".
+.IP \fBLIVE_XORG_RESOLUTION\fP=\fIRISOLUZIONE_XORG\fP 4
 Questa variabile equivale al parametro
-"\fBlive\-config.xorg\-resolution\fP=\fIRISOLUZIONE_PER_XORG\fP".
+"\fBlive\-config.xorg\-resolution\fP=\fIRISOLUZIONE_XORG\fP".
 .IP "\fBLIVE_HOOKS\fP=filesystem|medium|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP" 4
 Questa variabile equivale al parametro
 "\fBlive\-config.hooks\fP=filesystem|medium|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP".
@@ -260,8 +268,8 @@
 non richieda di fornire un pacchetto di \fBlive\-config\fP modificato
 localmente. Tuttavia la stessa cosa si può ottenere disabilitando i
 rispettivi script tramite il meccanismo di live\-noconfig, come spiegato
-sopra. Per evitare di dover specificare ogni volta con parametri di boot gli
-script da disabilitare, si usi un file di configurazione come mostrato in
+prima. Per evitare di dover specificare ogni volta con parametri di boot gli
+script da disabilitare, usare un file di configurazione come mostrato in
 precedenza.
 .PP
 È consigliato mettere i file di configurazione per il sistema live in un
@@ -272,8 +280,8 @@
 \fBlive\-config\fP attualmente offre i seguenti script in /lib/live/config.
 
 .IP \fBdebconf\fP 4
-allows to apply arbitrary preseed files placed on the live media or an
-http/ftp server.
+permette di applicare file di preconfigurazione arbitrai situati sul
+supporto live o su un server http/ftp.
 .IP \fBhostname\fP 4
 configura i file /etc/hostname e /etc/hosts.
 .IP \fBuser\-setup\fP 4
@@ -318,9 +326,6 @@
 disabilita l'ibernazione.
 .IP \fBgnome\-screensaver\fP 4
 disabilita lo screensaver che blocca lo schermo.
-.IP \fBinitramfs\-tools\fP 4
-fa sì che update\-initramfs aggiorni anche il supporto live quando si
-utilizza la persistenza.
 .IP \fBkaboom\fP 4
 disabilita la procedura guidata di migrazione di KDE (squeeze e successive).
 .IP \fBkde\-services\fP 4
@@ -328,7 +333,7 @@
 .IP \fBdebian\-installer\-launcher\fP 4
 aggiunge debian\-installer\-launcher sul desktop dell'utente.
 .IP \fBmodule\-init\-tools\fP 4
-carica automaticamente alcuni moduli su certe architetture.
+carica automaticamente alcuni moduli per certe architetture.
 .IP \fBpolicykit\fP 4
 concede i privilegi per l'utente tramite policykit.
 .IP \fBsslcert\fP 4
@@ -338,7 +343,7 @@
 .IP \fBanacron\fP 4
 disabilita anacron.
 .IP \fButil\-linux\fP 4
-disabilita hwclock.
+disabilita hwclock (parte di util\-linux).
 .IP \fBlogin\fP 4
 disabilita lastlog.
 .IP \fBxserver\-xorg\fP 4
@@ -375,12 +380,12 @@
 
 .SH HOMEPAGE
 Si possono trovare ulteriori informazioni su live\-config e il progetto
-Debian Live alla pagina <\fIhttp://live.debian.net/\fP> e nel manuale
-all'indirizzo <\fIhttp://live.debian.net/manual/\fP>.
+Debian Live sulla homepage <\fIhttp://live.debian.net/\fP> e nel
+manuale all'indirizzo <\fIhttp://live.debian.net/manual/\fP>.
 
 .SH BUG
 I bug possono essere segnalati presentando un bugreport per il pacchetto
-live\-config nel Debian Bug Tracking System all'indirizzo
+live\-config sul Debian Bug Tracking System all'indirizzo
 <\fIhttp://bugs.debian.org/\fP> o inviando un'email alla mailing list
 di Debian Live <\fIdebian\-live@lists.debian.org\fP>.
 
diff -Nru live-config-3.0~a43/manpages/Makefile live-config-3.0.3/manpages/Makefile
--- live-config-3.0~a43/manpages/Makefile	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/manpages/Makefile	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/manpages/po/de/live-config.7.po live-config-3.0.3/manpages/po/de/live-config.7.po
--- live-config-3.0~a43/manpages/po/de/live-config.7.po	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/po/de/live-config.7.po	2012-08-14 07:55:21.000000000 -0300
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-config 3.0~a43-1\n"
-"POT-Creation-Date: 2012-07-12 20:07+0300\n"
+"Project-Id-Version: live-config 3.0.3-1\n"
+"POT-Creation-Date: 2012-08-14 12:53+0300\n"
 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
 "Last-Translator: Daniel Baumann <daniel@debian.org>\n"
 "Language-Team: none\n"
@@ -24,14 +24,14 @@
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "2012-07-12"
-msgstr "12.07.2012"
+msgid "2012-08-14"
+msgstr "14.08.2012"
 
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "3.0~a43-1"
-msgstr "3.0~a43-1"
+msgid "3.0.3-1"
+msgstr "3.0.2-1"
 
 #. type: TH
 #: en/live-config.7:9
@@ -388,15 +388,24 @@
 #. type: IP
 #: en/live-config.7:65
 #, no-wrap
-msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
-msgstr "B<live-config.keyboard-variant>=I<TASTATUR_VARIANT> | B<keyboard-variant>=I<TASTATUR_VARIANT>"
+msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<live-config.keyboard-variants>=I<TASTATUR_VARIANTE1>,I<TASTATUR_VARIANTE2> ... I<TASTATUR_VARIANTEn> | B<keyboard-variants>=I<TASTATUR_VARIANTE1>,I<TASTATUR_VARIANTE2> ... I<TASTATUR_VARIANTEn>"
 
 #. type: Plain text
 #: en/live-config.7:67
-msgid "Allows to change the keyboard variant. There is no default value set."
-msgstr ""
-"Ermöglicht die Tastatur Variante zu bestimmen. Es ist kein Standardwert "
-"gesetzt."
+msgid ""
+"Allows to change the keyboard variants. If more than one is specified, the "
+"same number of values as keyboard-layouts values should be specified as they "
+"will be matched one-to-one in the order specified. Blank values are allowed. "
+"The tools of the desktop environment will allow to switch between each "
+"layout and variant pair under X11. There is no default value set."
+msgstr ""
+"Ermöglicht die Tastatur Variante zu bestimmen. Wenn mehr als eine Variante "
+"angegeben wird, sollte die gleiche Anzahl an Werten wie Tastatur Layouts "
+"angegeben werden weil diese jeweils eins zu eins zugeordnet werden. Leere "
+"Werte sind ebenfalls zulässig. Die Tools der Desktopumgebung ermöglichen das "
+"Wechseln zwischen jedem Layout und Varianten Paar unter X11. Es ist kein "
+"Standardwert gesetzt."
 
 #. type: IP
 #: en/live-config.7:67
@@ -406,7 +415,7 @@
 
 #. type: Plain text
 #: en/live-config.7:69
-msgid "Allows to change the keyboard options. There are no default value set."
+msgid "Allows to change the keyboard options. There is no default value set."
 msgstr ""
 "Ermöglicht die Tastatur Optionen zu bestimmen. Es ist kein Standardwert "
 "gesetzt."
@@ -851,17 +860,19 @@
 #. type: IP
 #: en/live-config.7:139
 #, no-wrap
-msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
-msgstr "B<LIVE_KEYBOARD_VARIANT>=I<TASTATUR_VARIANTE>"
+msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<LIVE_KEYBOARD_VARIANTS>=I<TASTATUR_VARIANTE1>,I<TASTATUR_VARIANTE2> ... I<TASTATUR_VARIANTEn>"
 
 #. type: Plain text
 #: en/live-config.7:141
 msgid ""
 "This variable equals the 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>' parameter."
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
+"I<KEYBOARD_VARIANTn>' parameter."
 msgstr ""
 "Diese Variable enspricht dem 'B<live-config.keyboard-"
-"variant>=I<TASTATUR_VARIANTE>' Parameter."
+"variants>=I<TASTATUR_VARIANTE1>,I<TASTATUR_VARIANTE2> ... "
+"I<TASTATUR_VARIANTEn>' Parameter."
 
 #. type: IP
 #: en/live-config.7:141
@@ -1231,13 +1242,13 @@
 msgstr "konfiguriert sysv-rc durch abschalten von angegebenen Services."
 
 #. type: IP
-#: en/live-config.7:204 en/live-config.7:234
+#: en/live-config.7:204 en/live-config.7:232
 #, no-wrap
 msgid "B<login>"
 msgstr "B<login>"
 
 #. type: Plain text
-#: en/live-config.7:206 en/live-config.7:236
+#: en/live-config.7:206 en/live-config.7:234
 msgid "disables lastlog."
 msgstr "schaltet lastlog ab."
 
@@ -1289,157 +1300,143 @@
 #. type: IP
 #: en/live-config.7:214
 #, no-wrap
-msgid "B<initramfs-tools>"
-msgstr "B<initramfs-tools>"
-
-#. type: Plain text
-#: en/live-config.7:216
-msgid ""
-"makes update-initramfs to also update the live media when using persistency."
-msgstr ""
-"lässt update-initramfs auch das Live Medium aktualisieren falls Persistency "
-"benutzt wird."
-
-#. type: IP
-#: en/live-config.7:216
-#, no-wrap
 msgid "B<kaboom>"
 msgstr "B<kaboom>"
 
 #. type: Plain text
-#: en/live-config.7:218
+#: en/live-config.7:216
 msgid "disables KDE migration wizard (squeeze and newer)."
 msgstr "schaltet den KDE Migration Wizard ab (squeeze und neuer)."
 
 #. type: IP
-#: en/live-config.7:218
+#: en/live-config.7:216
 #, no-wrap
 msgid "B<kde-services>"
 msgstr "B<kde-services>"
 
 #. type: Plain text
-#: en/live-config.7:220
+#: en/live-config.7:218
 msgid "disables some unwanted KDE services (squeeze and newer)."
 msgstr "schaltet ein paar ungewollte KDE Services ab (squeeze und neuer)."
 
 #. type: IP
-#: en/live-config.7:220
+#: en/live-config.7:218
 #, no-wrap
 msgid "B<debian-installer-launcher>"
 msgstr "B<debian-installer-launcher>"
 
 #. type: Plain text
-#: en/live-config.7:222
+#: en/live-config.7:220
 msgid "adds debian-installer-launcher on users desktop."
 msgstr "fügt debian-installer-launcher auf dem Benutzer Desktop hinzu."
 
 #. type: IP
-#: en/live-config.7:222
+#: en/live-config.7:220
 #, no-wrap
 msgid "B<module-init-tools>"
 msgstr "B<module-init-tools>"
 
 #. type: Plain text
-#: en/live-config.7:224
+#: en/live-config.7:222
 msgid "automatically load some modules on some architectures."
 msgstr "lädt automatisch gewisse Module auf bestimmten Architekturen."
 
 #. type: IP
-#: en/live-config.7:224
+#: en/live-config.7:222
 #, no-wrap
 msgid "B<policykit>"
 msgstr "B<policykit>"
 
 #. type: Plain text
-#: en/live-config.7:226
+#: en/live-config.7:224
 msgid "grant user privilegies through policykit."
 msgstr "räumt dem Benutzer Privilegien durch policykit ein."
 
 #. type: IP
-#: en/live-config.7:226
+#: en/live-config.7:224
 #, no-wrap
 msgid "B<sslcert>"
 msgstr "B<sslcert>"
 
 #. type: Plain text
-#: en/live-config.7:228
+#: en/live-config.7:226
 msgid "regenerating ssl snake-oil certificates."
 msgstr "erneuert SSL snake-oil Zertifikate."
 
 #. type: IP
-#: en/live-config.7:228
+#: en/live-config.7:226
 #, no-wrap
 msgid "B<update-notifier>"
 msgstr "B<update-notifier>"
 
 #. type: Plain text
-#: en/live-config.7:230
+#: en/live-config.7:228
 msgid "disables update-notifier."
 msgstr "schaltet update-notifier ab."
 
 #. type: IP
-#: en/live-config.7:230
+#: en/live-config.7:228
 #, no-wrap
 msgid "B<anacron>"
 msgstr "B<anacron>"
 
 #. type: Plain text
-#: en/live-config.7:232
+#: en/live-config.7:230
 msgid "disables anacron."
 msgstr "schaltet anacron aus."
 
 #. type: IP
-#: en/live-config.7:232
+#: en/live-config.7:230
 #, no-wrap
 msgid "B<util-linux>"
 msgstr "B<util-linux>"
 
 #. type: Plain text
-#: en/live-config.7:234
+#: en/live-config.7:232
 msgid "disables util-linux' hwclock."
 msgstr "schaltet hwclock von util-linux ab."
 
 #. type: IP
-#: en/live-config.7:236
+#: en/live-config.7:234
 #, no-wrap
 msgid "B<xserver-xorg>"
 msgstr "B<xserver-xorg>"
 
 #. type: Plain text
-#: en/live-config.7:238
+#: en/live-config.7:236
 msgid "configures xserver-xorg."
 msgstr "konfiguriert xserver-xorg."
 
 #. type: IP
-#: en/live-config.7:238
+#: en/live-config.7:236
 #, no-wrap
 msgid "B<ureadahead> (ubuntu only)"
 msgstr "B<ureadahead> (nur Ubuntu)"
 
 #. type: Plain text
-#: en/live-config.7:240
+#: en/live-config.7:238
 msgid "disables ureadahead."
 msgstr "schaltet ureadahead ab."
 
 #. type: IP
-#: en/live-config.7:240
+#: en/live-config.7:238
 #, no-wrap
 msgid "B<openssh-server>"
 msgstr "B<openssh-server>"
 
 #. type: Plain text
-#: en/live-config.7:242
+#: en/live-config.7:240
 msgid "recreates openssh-server host keys."
 msgstr "erstellt OpenSSH-Server Host Schlüssel."
 
 #. type: IP
-#: en/live-config.7:242
+#: en/live-config.7:240
 #, no-wrap
 msgid "B<hooks>"
 msgstr "B<hooks>"
 
 #. type: Plain text
-#: en/live-config.7:244
+#: en/live-config.7:242
 msgid ""
 "allows to run arbitrary commands from a script placed on the live media or "
 "an http/ftp server."
@@ -1448,112 +1445,112 @@
 "einem HTTP/FTP Server auszuführen."
 
 #. type: SH
-#: en/live-config.7:245
+#: en/live-config.7:243
 #, no-wrap
 msgid "FILES"
 msgstr "DATEIEN"
 
 #. type: IP
-#: en/live-config.7:246
+#: en/live-config.7:244
 #, no-wrap
 msgid "B</etc/live/config.conf>"
 msgstr "B</etc/live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:247
+#: en/live-config.7:245
 #, no-wrap
 msgid "B</etc/live/config.d/*.conf>"
 msgstr "B</etc/live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:248
+#: en/live-config.7:246
 #, no-wrap
 msgid "B<live/config.conf>"
 msgstr "B<live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:249
+#: en/live-config.7:247
 #, no-wrap
 msgid "B<live/config.d/*.conf>"
 msgstr "B<live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:250
+#: en/live-config.7:248
 #, no-wrap
 msgid "B</lib/live/config.sh>"
 msgstr "B</lib/live/config.sh>"
 
 #. type: IP
-#: en/live-config.7:251
+#: en/live-config.7:249
 #, no-wrap
 msgid "B</lib/live/config/>"
 msgstr "B</lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:252
+#: en/live-config.7:250
 #, no-wrap
 msgid "B</var/lib/live/config/>"
 msgstr "B</var/lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:253
+#: en/live-config.7:251
 #, no-wrap
 msgid "B</var/log/live/config.log>"
 msgstr "B</var/log/live/config.log>"
 
 #. type: IP
-#: en/live-config.7:255
+#: en/live-config.7:253
 #, no-wrap
 msgid "B</live/hooks/*>"
 msgstr "B</live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:256
+#: en/live-config.7:254
 #, no-wrap
 msgid "B<live/hooks/*>"
 msgstr "B<live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:257
+#: en/live-config.7:255
 #, no-wrap
 msgid "B</live/preseed/*>"
 msgstr "B</live/preseed/*>"
 
 #. type: IP
-#: en/live-config.7:258
+#: en/live-config.7:256
 #, no-wrap
 msgid "B<live/preseed/* >"
 msgstr "B<live/preseed/* >"
 
 #. type: SH
-#: en/live-config.7:260
+#: en/live-config.7:258
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 #. type: Plain text
-#: en/live-config.7:262
+#: en/live-config.7:260
 msgid "I<live-boot>(7)"
 msgstr "I<live-boot>(7)"
 
 #. type: Plain text
-#: en/live-config.7:264
+#: en/live-config.7:262
 msgid "I<live-build>(7)"
 msgstr "I<live-build>(7)"
 
 #. type: Plain text
-#: en/live-config.7:266
+#: en/live-config.7:264
 msgid "I<live-tools>(7)"
 msgstr "I<live-tools>(7)"
 
 #. type: SH
-#: en/live-config.7:267
+#: en/live-config.7:265
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-config.7:269
+#: en/live-config.7:267
 msgid ""
 "More information about live-config and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -1564,13 +1561,13 @@
 "unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
-#: en/live-config.7:270
+#: en/live-config.7:268
 #, no-wrap
 msgid "BUGS"
 msgstr "FEHLER"
 
 #. type: Plain text
-#: en/live-config.7:272
+#: en/live-config.7:270
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-config package "
 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
@@ -1584,13 +1581,13 @@
 "werden."
 
 #. type: SH
-#: en/live-config.7:273
+#: en/live-config.7:271
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-config.7:274
+#: en/live-config.7:272
 msgid ""
 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
 msgstr ""
diff -Nru live-config-3.0~a43/manpages/po/es/live-config.7.po live-config-3.0.3/manpages/po/es/live-config.7.po
--- live-config-3.0~a43/manpages/po/es/live-config.7.po	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/po/es/live-config.7.po	2012-08-14 07:55:21.000000000 -0300
@@ -5,10 +5,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-config 3.0~a43-1\n"
-"POT-Creation-Date: 2012-07-12 20:07+0300\n"
-"PO-Revision-Date: 2012-04-07 17:19+0200\n"
-"Last-Translator: Carlos Zuferri «chals» <chals@altorricon.com>\n"
+"Project-Id-Version: live-config 3.0.3-1\n"
+"POT-Creation-Date: 2012-08-14 12:53+0300\n"
+"PO-Revision-Date: 2012-07-28 22:11+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
 "Language-Team: none\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
@@ -25,14 +25,14 @@
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "2012-07-12"
-msgstr "12.07.2012"
+msgid "2012-08-14"
+msgstr "14.08.2012"
 
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "3.0~a43-1"
-msgstr "3.0~a43-1"
+msgid "3.0.3-1"
+msgstr "3.0.3-1"
 
 #. type: TH
 #: en/live-config.7:9
@@ -383,14 +383,23 @@
 #. type: IP
 #: en/live-config.7:65
 #, no-wrap
-msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
-msgstr "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
+msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
 
 #. type: Plain text
 #: en/live-config.7:67
-msgid "Allows to change the keyboard variant. There is no default value set."
-msgstr ""
-"Permite cambiar la variante del teclado. No hay ningún valor por omisión."
+msgid ""
+"Allows to change the keyboard variants. If more than one is specified, the "
+"same number of values as keyboard-layouts values should be specified as they "
+"will be matched one-to-one in the order specified. Blank values are allowed. "
+"The tools of the desktop environment will allow to switch between each "
+"layout and variant pair under X11. There is no default value set."
+msgstr ""
+"Permite cambiar las variantes de teclado. Si se especifica más de una, se "
+"deben especificar el mismo número de variantes como de distribuciones de "
+"teclado, ya que se corresponderan una a una en el orden especificado. Se "
+"pueden dejar valores en blanco. Las herramientas de escritorio permitirán "
+"cambiarlas bajo X11. No hay ningún valor por omisión."
 
 #. type: IP
 #: en/live-config.7:67
@@ -400,7 +409,7 @@
 
 #. type: Plain text
 #: en/live-config.7:69
-msgid "Allows to change the keyboard options. There are no default value set."
+msgid "Allows to change the keyboard options. There is no default value set."
 msgstr "Permite cambiar las opciones del teclado. No hay un valor por omisión."
 
 #. type: IP
@@ -840,17 +849,18 @@
 #. type: IP
 #: en/live-config.7:139
 #, no-wrap
-msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
-msgstr "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
+msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
 
 #. type: Plain text
 #: en/live-config.7:141
 msgid ""
 "This variable equals the 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>' parameter."
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
+"I<KEYBOARD_VARIANTn>' parameter."
 msgstr ""
 "Esta variable es igual al parámetro 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>'"
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>'"
 
 #. type: IP
 #: en/live-config.7:141
@@ -1220,13 +1230,13 @@
 msgstr "configura sysv-rc desactivando los sevicios listados."
 
 #. type: IP
-#: en/live-config.7:204 en/live-config.7:234
+#: en/live-config.7:204 en/live-config.7:232
 #, no-wrap
 msgid "B<login>"
 msgstr "B<login>"
 
 #. type: Plain text
-#: en/live-config.7:206 en/live-config.7:236
+#: en/live-config.7:206 en/live-config.7:234
 msgid "disables lastlog."
 msgstr "Desactiva lastlog."
 
@@ -1277,157 +1287,143 @@
 #. type: IP
 #: en/live-config.7:214
 #, no-wrap
-msgid "B<initramfs-tools>"
-msgstr "B<initramfs-tools>"
-
-#. type: Plain text
-#: en/live-config.7:216
-msgid ""
-"makes update-initramfs to also update the live media when using persistency."
-msgstr ""
-"Posibilita que update-initramfs actualice también los medios en vivo cuando "
-"se usan en modo persistente."
-
-#. type: IP
-#: en/live-config.7:216
-#, no-wrap
 msgid "B<kaboom>"
 msgstr "B<kaboom>"
 
 #. type: Plain text
-#: en/live-config.7:218
+#: en/live-config.7:216
 msgid "disables KDE migration wizard (squeeze and newer)."
 msgstr "Desactiva el asistente de migración de KDE (Squeeze y superior)."
 
 #. type: IP
-#: en/live-config.7:218
+#: en/live-config.7:216
 #, no-wrap
 msgid "B<kde-services>"
 msgstr "B<kde-services>"
 
 #. type: Plain text
-#: en/live-config.7:220
+#: en/live-config.7:218
 msgid "disables some unwanted KDE services (squeeze and newer)."
 msgstr "Desactiva algunos servicios de KDE no deseados (squeeze y superior)."
 
 #. type: IP
-#: en/live-config.7:220
+#: en/live-config.7:218
 #, no-wrap
 msgid "B<debian-installer-launcher>"
 msgstr "B<debian-installer-launcher>"
 
 #. type: Plain text
-#: en/live-config.7:222
+#: en/live-config.7:220
 msgid "adds debian-installer-launcher on users desktop."
 msgstr "añade un icono del instalador de debian en el escritorio del usuario."
 
 #. type: IP
-#: en/live-config.7:222
+#: en/live-config.7:220
 #, no-wrap
 msgid "B<module-init-tools>"
 msgstr "B<module-init-tools>"
 
 #. type: Plain text
-#: en/live-config.7:224
+#: en/live-config.7:222
 msgid "automatically load some modules on some architectures."
 msgstr "automáticamente carga algunos módulos en algunas arquitecturas."
 
 #. type: IP
-#: en/live-config.7:224
+#: en/live-config.7:222
 #, no-wrap
 msgid "B<policykit>"
 msgstr "B<policykit>"
 
 #. type: Plain text
-#: en/live-config.7:226
+#: en/live-config.7:224
 msgid "grant user privilegies through policykit."
 msgstr "garantiza privilegios de usuario mediante policykit."
 
 #. type: IP
-#: en/live-config.7:226
+#: en/live-config.7:224
 #, no-wrap
 msgid "B<sslcert>"
 msgstr "B<sslcert>"
 
 #. type: Plain text
-#: en/live-config.7:228
+#: en/live-config.7:226
 msgid "regenerating ssl snake-oil certificates."
 msgstr "Regenera los certificados ssl snake-oil."
 
 #. type: IP
-#: en/live-config.7:228
+#: en/live-config.7:226
 #, no-wrap
 msgid "B<update-notifier>"
 msgstr "B<update-notifier>"
 
 #. type: Plain text
-#: en/live-config.7:230
+#: en/live-config.7:228
 msgid "disables update-notifier."
 msgstr "Desactiva el update-notifier."
 
 #. type: IP
-#: en/live-config.7:230
+#: en/live-config.7:228
 #, no-wrap
 msgid "B<anacron>"
 msgstr "B<anacron>"
 
 #. type: Plain text
-#: en/live-config.7:232
+#: en/live-config.7:230
 msgid "disables anacron."
 msgstr "Desactiva anacron."
 
 #. type: IP
-#: en/live-config.7:232
+#: en/live-config.7:230
 #, no-wrap
 msgid "B<util-linux>"
 msgstr "B<util-linux>"
 
 #. type: Plain text
-#: en/live-config.7:234
+#: en/live-config.7:232
 msgid "disables util-linux' hwclock."
 msgstr "Desactiva util-linux' hwclock."
 
 #. type: IP
-#: en/live-config.7:236
+#: en/live-config.7:234
 #, no-wrap
 msgid "B<xserver-xorg>"
 msgstr "B<xserver-xorg>"
 
 #. type: Plain text
-#: en/live-config.7:238
+#: en/live-config.7:236
 msgid "configures xserver-xorg."
 msgstr "configura xserver-xorg."
 
 #. type: IP
-#: en/live-config.7:238
+#: en/live-config.7:236
 #, no-wrap
 msgid "B<ureadahead> (ubuntu only)"
 msgstr "B<ureadahead> (ubuntu solamente)"
 
 #. type: Plain text
-#: en/live-config.7:240
+#: en/live-config.7:238
 msgid "disables ureadahead."
 msgstr "Desactiva ureadahead."
 
 #. type: IP
-#: en/live-config.7:240
+#: en/live-config.7:238
 #, no-wrap
 msgid "B<openssh-server>"
 msgstr "B<openssh-server>"
 
 #. type: Plain text
-#: en/live-config.7:242
+#: en/live-config.7:240
 msgid "recreates openssh-server host keys."
 msgstr "Recrea las claves del host openssh-server."
 
 #. type: IP
-#: en/live-config.7:242
+#: en/live-config.7:240
 #, no-wrap
 msgid "B<hooks>"
 msgstr "B<hooks>"
 
 #. type: Plain text
-#: en/live-config.7:244
+#: en/live-config.7:242
 msgid ""
 "allows to run arbitrary commands from a script placed on the live media or "
 "an http/ftp server."
@@ -1436,112 +1432,112 @@
 "el medio en vivo o en un servidor http/ftp."
 
 #. type: SH
-#: en/live-config.7:245
+#: en/live-config.7:243
 #, no-wrap
 msgid "FILES"
 msgstr "FICHEROS"
 
 #. type: IP
-#: en/live-config.7:246
+#: en/live-config.7:244
 #, no-wrap
 msgid "B</etc/live/config.conf>"
 msgstr "B</etc/live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:247
+#: en/live-config.7:245
 #, no-wrap
 msgid "B</etc/live/config.d/*.conf>"
 msgstr "B</etc/live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:248
+#: en/live-config.7:246
 #, no-wrap
 msgid "B<live/config.conf>"
 msgstr "B<live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:249
+#: en/live-config.7:247
 #, no-wrap
 msgid "B<live/config.d/*.conf>"
 msgstr "B<live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:250
+#: en/live-config.7:248
 #, no-wrap
 msgid "B</lib/live/config.sh>"
 msgstr "B</lib/live/config.sh>"
 
 #. type: IP
-#: en/live-config.7:251
+#: en/live-config.7:249
 #, no-wrap
 msgid "B</lib/live/config/>"
 msgstr "B</lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:252
+#: en/live-config.7:250
 #, no-wrap
 msgid "B</var/lib/live/config/>"
 msgstr "B</var/lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:253
+#: en/live-config.7:251
 #, no-wrap
 msgid "B</var/log/live/config.log>"
 msgstr "B</var/log/live/config.log>"
 
 #. type: IP
-#: en/live-config.7:255
+#: en/live-config.7:253
 #, no-wrap
 msgid "B</live/hooks/*>"
 msgstr "B</live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:256
+#: en/live-config.7:254
 #, no-wrap
 msgid "B<live/hooks/*>"
 msgstr "B<live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:257
+#: en/live-config.7:255
 #, no-wrap
 msgid "B</live/preseed/*>"
 msgstr "B</live/preseed/*>"
 
 #. type: IP
-#: en/live-config.7:258
+#: en/live-config.7:256
 #, no-wrap
 msgid "B<live/preseed/* >"
 msgstr "B<live/preseed/* >"
 
 #. type: SH
-#: en/live-config.7:260
+#: en/live-config.7:258
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "VER ADEMÁS"
 
 #. type: Plain text
-#: en/live-config.7:262
+#: en/live-config.7:260
 msgid "I<live-boot>(7)"
 msgstr "I<live-boot>(7)"
 
 #. type: Plain text
-#: en/live-config.7:264
+#: en/live-config.7:262
 msgid "I<live-build>(7)"
 msgstr "I<live-build>(7)"
 
 #. type: Plain text
-#: en/live-config.7:266
+#: en/live-config.7:264
 msgid "I<live-tools>(7)"
 msgstr "I<live-tools>(7)"
 
 #. type: SH
-#: en/live-config.7:267
+#: en/live-config.7:265
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "PÁGINA PRINCIPAL"
 
 #. type: Plain text
-#: en/live-config.7:269
+#: en/live-config.7:267
 msgid ""
 "More information about live-config and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -1552,13 +1548,13 @@
 "en el manual en E<lt>I<http://live.debian.net/manual/>E<gt>."
 
 #. type: SH
-#: en/live-config.7:270
+#: en/live-config.7:268
 #, no-wrap
 msgid "BUGS"
 msgstr "ERRORES"
 
 #. type: Plain text
-#: en/live-config.7:272
+#: en/live-config.7:270
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-config package "
 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
@@ -1571,13 +1567,13 @@
 "Live a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
 
 #. type: SH
-#: en/live-config.7:273
+#: en/live-config.7:271
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-config.7:274
+#: en/live-config.7:272
 msgid ""
 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
 msgstr ""
diff -Nru live-config-3.0~a43/manpages/po/fr/live-config.7.po live-config-3.0.3/manpages/po/fr/live-config.7.po
--- live-config-3.0~a43/manpages/po/fr/live-config.7.po	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/po/fr/live-config.7.po	2012-08-14 07:55:21.000000000 -0300
@@ -5,10 +5,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-config 3.0~a43-1\n"
-"POT-Creation-Date: 2012-07-12 20:07+0300\n"
-"PO-Revision-Date: 2012-04-18 15:46+0200\n"
-"Last-Translator: Carlos Zuferri «chals» <chals@altorricon.com>\n"
+"Project-Id-Version: live-config 3.0.3-1\n"
+"POT-Creation-Date: 2012-08-14 12:53+0300\n"
+"PO-Revision-Date: 2012-07-28 22:13+0100\n"
+"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
 "Language-Team: none\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -25,14 +25,14 @@
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "2012-07-12"
-msgstr "12.07.2012"
+msgid "2012-08-14"
+msgstr "14.08.2012"
 
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "3.0~a43-1"
-msgstr "3.0~a43-1"
+msgid "3.0.3-1"
+msgstr "3.0.3-1"
 
 #. type: TH
 #: en/live-config.7:9
@@ -391,15 +391,23 @@
 #. type: IP
 #: en/live-config.7:65
 #, no-wrap
-msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
-msgstr "B<live-config.keyboard-variant>=I<TYPE_DE_CLAVIER> | B<keyboard-variant>=I<TYPE_DE_CLAVIER>"
+msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
 
 #. type: Plain text
 #: en/live-config.7:67
-msgid "Allows to change the keyboard variant. There is no default value set."
-msgstr ""
-"Permet de changer le type de clavier. Aucune valeur par défaut n'est "
-"spécifiée."
+msgid ""
+"Allows to change the keyboard variants. If more than one is specified, the "
+"same number of values as keyboard-layouts values should be specified as they "
+"will be matched one-to-one in the order specified. Blank values are allowed. "
+"The tools of the desktop environment will allow to switch between each "
+"layout and variant pair under X11. There is no default value set."
+msgstr ""
+"Permet de changer la variante du clavier. Si plus d'une est spécifiée, le "
+"même nombre de valeurs doivent être spécifiées car elles se correspondront "
+"une à une dans l'ordre spécifié. On peut utiliser valeurs vides. Les outils "
+"de l'environnement de bureau permettront de passer de l'une à l'autre sous "
+"X11. Aucune valeur par défaut n'est spécifiée."
 
 #. type: IP
 #: en/live-config.7:67
@@ -409,7 +417,7 @@
 
 #. type: Plain text
 #: en/live-config.7:69
-msgid "Allows to change the keyboard options. There are no default value set."
+msgid "Allows to change the keyboard options. There is no default value set."
 msgstr ""
 "Permet de changer les options du clavier. Aucune valeur par défaut n'est "
 "spécifiée."
@@ -853,17 +861,19 @@
 #. type: IP
 #: en/live-config.7:139
 #, no-wrap
-msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
-msgstr "B<LIVE_KEYBOARD_VARIANT>=I<TYPE_DE_CLAVIER>"
+msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
 
 #. type: Plain text
 #: en/live-config.7:141
 msgid ""
 "This variable equals the 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>' parameter."
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
+"I<KEYBOARD_VARIANTn>' parameter."
 msgstr ""
 "Cette variable correspond au paramètre 'B<live-config.keyboard-"
-"variant>=I<TYPE_DE_CLAVIER>'."
+"variants>=I<CONFIGURATION1_DU_CLAVIER>,I<CONFIGURATION2_DU_CLAVIER> ... "
+"I<CONFIGURATIONn_DU_CLAVIER>'."
 
 #. type: IP
 #: en/live-config.7:141
@@ -1235,13 +1245,13 @@
 msgstr "configure sysv-rc en désactivant les services listés."
 
 #. type: IP
-#: en/live-config.7:204 en/live-config.7:234
+#: en/live-config.7:204 en/live-config.7:232
 #, no-wrap
 msgid "B<login>"
 msgstr "B<login>"
 
 #. type: Plain text
-#: en/live-config.7:206 en/live-config.7:236
+#: en/live-config.7:206 en/live-config.7:234
 msgid "disables lastlog."
 msgstr "désactive lastlog."
 
@@ -1292,159 +1302,145 @@
 #. type: IP
 #: en/live-config.7:214
 #, no-wrap
-msgid "B<initramfs-tools>"
-msgstr "B<initramfs-tools>"
-
-#. type: Plain text
-#: en/live-config.7:216
-msgid ""
-"makes update-initramfs to also update the live media when using persistency."
-msgstr ""
-"permet à update-initramfs de mettre à jour le média live lorsqu'on utlise la "
-"persistance."
-
-#. type: IP
-#: en/live-config.7:216
-#, no-wrap
 msgid "B<kaboom>"
 msgstr "B<kaboom>"
 
 #. type: Plain text
-#: en/live-config.7:218
+#: en/live-config.7:216
 msgid "disables KDE migration wizard (squeeze and newer)."
 msgstr "désactive l'assistant de migration de KDE (squeeze et plus récent)."
 
 #. type: IP
-#: en/live-config.7:218
+#: en/live-config.7:216
 #, no-wrap
 msgid "B<kde-services>"
 msgstr "B<kde-services>"
 
 #. type: Plain text
-#: en/live-config.7:220
+#: en/live-config.7:218
 msgid "disables some unwanted KDE services (squeeze and newer)."
 msgstr "désactive des services de KDE non souhaités (squeeze et plus récent)."
 
 #. type: IP
-#: en/live-config.7:220
+#: en/live-config.7:218
 #, no-wrap
 msgid "B<debian-installer-launcher>"
 msgstr "B<debian-installer-launcher>"
 
 #. type: Plain text
-#: en/live-config.7:222
+#: en/live-config.7:220
 msgid "adds debian-installer-launcher on users desktop."
 msgstr ""
 "ajoute l'installeur (debian-installer-launcher) sur le bureau des "
 "utilisateurs."
 
 #. type: IP
-#: en/live-config.7:222
+#: en/live-config.7:220
 #, no-wrap
 msgid "B<module-init-tools>"
 msgstr "B<module-init-tools>"
 
 #. type: Plain text
-#: en/live-config.7:224
+#: en/live-config.7:222
 msgid "automatically load some modules on some architectures."
 msgstr "charge automatiquement certains modules sur certaines architectures."
 
 #. type: IP
-#: en/live-config.7:224
+#: en/live-config.7:222
 #, no-wrap
 msgid "B<policykit>"
 msgstr "B<policykit>"
 
 #. type: Plain text
-#: en/live-config.7:226
+#: en/live-config.7:224
 msgid "grant user privilegies through policykit."
 msgstr "accorde à l'utilisateur des privilèges via le policykit."
 
 #. type: IP
-#: en/live-config.7:226
+#: en/live-config.7:224
 #, no-wrap
 msgid "B<sslcert>"
 msgstr "B<sslcert>"
 
 #. type: Plain text
-#: en/live-config.7:228
+#: en/live-config.7:226
 msgid "regenerating ssl snake-oil certificates."
 msgstr "regénère les certificats ssl."
 
 #. type: IP
-#: en/live-config.7:228
+#: en/live-config.7:226
 #, no-wrap
 msgid "B<update-notifier>"
 msgstr "B<update-notifier>"
 
 #. type: Plain text
-#: en/live-config.7:230
+#: en/live-config.7:228
 msgid "disables update-notifier."
 msgstr "désactive update-notifier."
 
 #. type: IP
-#: en/live-config.7:230
+#: en/live-config.7:228
 #, no-wrap
 msgid "B<anacron>"
 msgstr "B<anacron>"
 
 #. type: Plain text
-#: en/live-config.7:232
+#: en/live-config.7:230
 msgid "disables anacron."
 msgstr "désactive anacron."
 
 #. type: IP
-#: en/live-config.7:232
+#: en/live-config.7:230
 #, no-wrap
 msgid "B<util-linux>"
 msgstr "B<util-linux>"
 
 #. type: Plain text
-#: en/live-config.7:234
+#: en/live-config.7:232
 msgid "disables util-linux' hwclock."
 msgstr "désactive util-linux' hwclock."
 
 #. type: IP
-#: en/live-config.7:236
+#: en/live-config.7:234
 #, no-wrap
 msgid "B<xserver-xorg>"
 msgstr "B<xserver-xorg>"
 
 #. type: Plain text
-#: en/live-config.7:238
+#: en/live-config.7:236
 msgid "configures xserver-xorg."
 msgstr "configure xserver-xorg."
 
 #. type: IP
-#: en/live-config.7:238
+#: en/live-config.7:236
 #, no-wrap
 msgid "B<ureadahead> (ubuntu only)"
 msgstr "B<ureadahead> (seulement ubuntu)"
 
 #. type: Plain text
-#: en/live-config.7:240
+#: en/live-config.7:238
 msgid "disables ureadahead."
 msgstr "désactive ureadahead."
 
 #. type: IP
-#: en/live-config.7:240
+#: en/live-config.7:238
 #, no-wrap
 msgid "B<openssh-server>"
 msgstr "B<openssh-server>"
 
 #. type: Plain text
-#: en/live-config.7:242
+#: en/live-config.7:240
 msgid "recreates openssh-server host keys."
 msgstr "regénère les clés de l'hôte openssh-server."
 
 #. type: IP
-#: en/live-config.7:242
+#: en/live-config.7:240
 #, no-wrap
 msgid "B<hooks>"
 msgstr "B<hooks>"
 
 #. type: Plain text
-#: en/live-config.7:244
+#: en/live-config.7:242
 msgid ""
 "allows to run arbitrary commands from a script placed on the live media or "
 "an http/ftp server."
@@ -1453,112 +1449,112 @@
 "live, ou sur un serveur http/ftp."
 
 #. type: SH
-#: en/live-config.7:245
+#: en/live-config.7:243
 #, no-wrap
 msgid "FILES"
 msgstr "FICHIERS"
 
 #. type: IP
-#: en/live-config.7:246
+#: en/live-config.7:244
 #, no-wrap
 msgid "B</etc/live/config.conf>"
 msgstr "B</etc/live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:247
+#: en/live-config.7:245
 #, no-wrap
 msgid "B</etc/live/config.d/*.conf>"
 msgstr "B</etc/live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:248
+#: en/live-config.7:246
 #, no-wrap
 msgid "B<live/config.conf>"
 msgstr "B<live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:249
+#: en/live-config.7:247
 #, no-wrap
 msgid "B<live/config.d/*.conf>"
 msgstr "B<live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:250
+#: en/live-config.7:248
 #, no-wrap
 msgid "B</lib/live/config.sh>"
 msgstr "B</lib/live/config.sh>"
 
 #. type: IP
-#: en/live-config.7:251
+#: en/live-config.7:249
 #, no-wrap
 msgid "B</lib/live/config/>"
 msgstr "B</lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:252
+#: en/live-config.7:250
 #, no-wrap
 msgid "B</var/lib/live/config/>"
 msgstr "B</var/lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:253
+#: en/live-config.7:251
 #, no-wrap
 msgid "B</var/log/live/config.log>"
 msgstr "B</var/log/live/config.log>"
 
 #. type: IP
-#: en/live-config.7:255
+#: en/live-config.7:253
 #, no-wrap
 msgid "B</live/hooks/*>"
 msgstr "B</live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:256
+#: en/live-config.7:254
 #, no-wrap
 msgid "B<live/hooks/*>"
 msgstr "B<live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:257
+#: en/live-config.7:255
 #, no-wrap
 msgid "B</live/preseed/*>"
 msgstr "B</live/preseed/*>"
 
 #. type: IP
-#: en/live-config.7:258
+#: en/live-config.7:256
 #, no-wrap
 msgid "B<live/preseed/* >"
 msgstr "B<live/preseed/* >"
 
 #. type: SH
-#: en/live-config.7:260
+#: en/live-config.7:258
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "VOIR AUSSI"
 
 #. type: Plain text
-#: en/live-config.7:262
+#: en/live-config.7:260
 msgid "I<live-boot>(7)"
 msgstr "I<live-boot>(7)"
 
 #. type: Plain text
-#: en/live-config.7:264
+#: en/live-config.7:262
 msgid "I<live-build>(7)"
 msgstr "I<live-build>(7)"
 
 #. type: Plain text
-#: en/live-config.7:266
+#: en/live-config.7:264
 msgid "I<live-tools>(7)"
 msgstr "I<live-tools>(7)"
 
 #. type: SH
-#: en/live-config.7:267
+#: en/live-config.7:265
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "PAGE D'ACCUEIL"
 
 #. type: Plain text
-#: en/live-config.7:269
+#: en/live-config.7:267
 msgid ""
 "More information about live-config and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -1569,13 +1565,13 @@
 "sur E<lt>I<http://live.debian.net/manual/>E<gt>."
 
 #. type: SH
-#: en/live-config.7:270
+#: en/live-config.7:268
 #, no-wrap
 msgid "BUGS"
 msgstr "BUGS"
 
 #. type: Plain text
-#: en/live-config.7:272
+#: en/live-config.7:270
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-config package "
 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
@@ -1588,13 +1584,13 @@
 "E<lt>I<debian-live@lists.debian.org>E<gt>"
 
 #. type: SH
-#: en/live-config.7:273
+#: en/live-config.7:271
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTEUR"
 
 #. type: Plain text
-#: en/live-config.7:274
+#: en/live-config.7:272
 msgid ""
 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
 msgstr ""
diff -Nru live-config-3.0~a43/manpages/po/it/live-config.7.po live-config-3.0.3/manpages/po/it/live-config.7.po
--- live-config-3.0~a43/manpages/po/it/live-config.7.po	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/po/it/live-config.7.po	2012-08-14 07:55:21.000000000 -0300
@@ -4,9 +4,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-config 3.0~a43-1\n"
-"POT-Creation-Date: 2012-07-12 20:07+0300\n"
-"PO-Revision-Date: 2011-12-06 08:01+0100\n"
+"Project-Id-Version: live-config 3.0.3-1\n"
+"POT-Creation-Date: 2012-08-14 12:53+0300\n"
+"PO-Revision-Date: 2012-08-03 17:13+0200\n"
 "Last-Translator: skizzhg <skizzhg@gmx.com>\n"
 "Language-Team: none\n"
 "Language: it\n"
@@ -23,14 +23,14 @@
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "2012-07-12"
-msgstr "12.07.2012"
+msgid "2012-08-14"
+msgstr "14.08.2012"
 
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "3.0~a43-1"
-msgstr "3.0~a43-1"
+msgid "3.0.3-1"
+msgstr "3.0.3-1"
 
 #. type: TH
 #: en/live-config.7:9
@@ -81,7 +81,7 @@
 "B<live-config> può essere configurato tramite parametri di avvio o file di "
 "configurazione; se per una certa opzione vengono utilizzati entrambi i "
 "meccanismi, i parametri di avvio hanno la precedenza su questi ultimi. "
-"Quando si utilizza la persistenza, gli script di B<live-config> vengono "
+"Quando si utilizza la persistenza gli script di B<live-config> vengono "
 "eseguiti solo una volta."
 
 #. type: Plain text
@@ -90,9 +90,9 @@
 "To configure the live-config parameters used by default in a live image, see "
 "the --bootappend-live option in the I<lb_config>(1) manual page."
 msgstr ""
-"Per configurare i parametri di live-config utilizzati in modo predefinitoin "
-"un'immagine live, si veda l'opzione --bootappend-live nella pagina di "
-"manualedi I<lb_config>(1)."
+"Per configurare i parametri di live-config utilizzati in modo predefinito in "
+"un'immagine live, vedere l'opzione --bootappend-live nella pagina di manuale "
+"di I<lb_config>(1)."
 
 #. type: SS
 #: en/live-config.7:22
@@ -127,7 +127,7 @@
 msgid "All scripts are run. This is what Debian Live images use by default."
 msgstr ""
 "Vengono eseguiti tutti gli script; questo è ciò che le immagini di Debian "
-"Live utilizzano in modo predefinito."
+"Live fanno in modo predefinito."
 
 #. type: IP
 #: en/live-config.7:27
@@ -146,8 +146,8 @@
 "Vengono eseguiti solo gli script specificati. Si noti che l'ordine è "
 "importante, ad esempio \"live-config=sudo,user-setup\" non funzionerebbe in "
 "quanto prima di poter configurare l'utente per sudo è necessario "
-"aggiungerlo. Si vedano i nomi degli script in /lib/live/config per il loro "
-"ordinamento numerico."
+"aggiungerlo. Per l'ordinamento numerico vedere i nomi degli script in /lib/"
+"live/config."
 
 #. type: IP
 #: en/live-config.7:29
@@ -173,7 +173,7 @@
 #. type: Plain text
 #: en/live-config.7:33
 msgid "All scripts are run, except the specified ones."
-msgstr "Vengono eseguiti tutti gli script, tranne quelli specificati."
+msgstr "Vengono eseguiti tutti gli script tranne quelli specificati."
 
 #. type: SS
 #: en/live-config.7:34
@@ -202,6 +202,9 @@
 "the debconf database. Note that the URLs must be fetchable by wget (http, "
 "ftp or file://)."
 msgstr ""
+"Permette di prelevare e applicare uno o più file debconf di "
+"preconfigurazione da applicare al database debconf. Si noti che gli URL "
+"devono essere scaricabili da wget (http, ftp o file://)."
 
 #. type: Plain text
 #: en/live-config.7:41 en/live-config.7:81
@@ -210,9 +213,9 @@
 "live/image/I<FILE>, or with file:///I<FILE> if it is in the root filesystem "
 "of the live system itself."
 msgstr ""
-"Se il file è posizionato sul supporto live può essere prelevato con file:///"
-"live/image/I<FILE> o con file:///I<FILE> se è nella radice del filesystem "
-"del sistema live stesso."
+"Se il file è posizionato sul supporto live, questo  può essere prelevato con "
+"file:///live/image/I<FILE>, o con file:///I<FILE> se è nella radice del "
+"filesystem del sistema live stesso."
 
 #. type: Plain text
 #: en/live-config.7:43
@@ -220,6 +223,9 @@
 "All preseed files in /lib/live/preseed/ in the root filesystem of the live "
 "system can be automatically be enabled with the keyword 'filesystem'."
 msgstr ""
+"Tutti i file di preconfigurazione in /lib/live/preseed/ nella radice del "
+"sistema live possono essere abilitati automaticamente con la parola chiave "
+"\"filesystem\"."
 
 #. type: Plain text
 #: en/live-config.7:45
@@ -227,6 +233,8 @@
 "All preseed files in /live/preseed/ of the live medium can be automatically "
 "be enabled with the keyword 'medium'."
 msgstr ""
+"Tutti i file di preconfigurazione in /live/preseed/ sul supporto live "
+"possono essere abilitati automaticamente con la parola chiave \"medium\"."
 
 #. type: Plain text
 #: en/live-config.7:47
@@ -234,6 +242,9 @@
 "If several mechanisms are combined, then filesystem preseed files are "
 "applied first, then medium preseed files, and last the network preseed files."
 msgstr ""
+"Se vengono congiunti diversi meccanismi i file di preconfigurazione di tipo "
+"filesystem vengono applicati per primi, seguiti dalla tipologia medium e "
+"quindi da quelli network."
 
 #. type: IP
 #: en/live-config.7:47
@@ -266,7 +277,7 @@
 #: en/live-config.7:51
 #, no-wrap
 msgid "B<live-config.user-default-groups>=I<GROUP1>,I<GROUP2> ... I<GROUPn> | B<user-default-groups>=I<GROUP1>,I<GROUP2> ... I<GROUPn>"
-msgstr "B<live-config.user-default-groups>=I<GROUPO1>,I<GROUPO2> ... I<GROUPOn> | B<user-default-groups>=I<GROUPO1>,I<GROUPO2> ... I<GROUPOn>"
+msgstr "B<live-config.user-default-groups>=I<GRUPPO>,I<GRUPPO2> ... I<GRUPPOn> | B<user-default-groups>=I<GRUPPO1>,I<GRUPPO2> ... I<GRUPPOn>"
 
 #. type: Plain text
 #: en/live-config.7:53
@@ -298,7 +309,7 @@
 #: en/live-config.7:55
 #, no-wrap
 msgid "B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn> | B<locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
-msgstr "B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn> | B<locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
+msgstr "B<live-config.locales>=I<LOCALIZZAZIONE1>,I<LOCALIZZAZIONE2> ... I<LOCALIZZAZIONEn> | B<locales>=I<LOCALIZZAZIONE1>,I<LOCALIZZAZIONE2> ... I<LOCALIZZAZIONEn>"
 
 #. type: Plain text
 #: en/live-config.7:57
@@ -338,8 +349,8 @@
 "Allows to change if the system is assuming that the hardware clock is set to "
 "UTC or not. The default is 'yes'."
 msgstr ""
-"Permette di scegliere se il sistema supponga che l'orologio hardware sia "
-"impostato o meno su UTC, il valore predefinito è \"yes\"."
+"Permette di scegliere se il sistema debba supporre che l'orologio hardware "
+"sia impostato o meno su UTC, il valore predefinito è \"yes\"."
 
 #. type: IP
 #: en/live-config.7:61
@@ -358,7 +369,7 @@
 #: en/live-config.7:63
 #, no-wrap
 msgid "B<live-config.keyboard-layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn> | B<keyboard-layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
-msgstr "B<live-config.keyboard-layouts>=I<LAYOUT1_TASTIERA>,I<LAYOUT2_TASTIERA> ... I<LAYOUTn_TASTIERA> | B<keyboard-layouts>=I<LAYOUT1_TASTIERA>,I<LAYOUT2_TASTIERA> ... I<LAYOUTn_TASTIERA>"
+msgstr "B<live-config.keyboard-layouts>=I<LAYOUT_TASTIERA1>,I<LAYOUT_TASTIERA2> ... I<LAYOUT_TASTIERAn> | B<keyboard-layouts>=I<LAYOUT_TASTIERA1>,I<LAYOUT_TASTIERA2> ... I<LAYOUT_TASTIERAn>"
 
 #. type: Plain text
 #: en/live-config.7:65
@@ -368,21 +379,30 @@
 "no default value set."
 msgstr ""
 "Permette di modificare i layout della tastiera. Se ne viene specificato più "
-"di uno, gli strumenti dell'ambiente desktop consentiranno di cambiarlo sotto "
+"di uno gli strumenti dell'ambiente desktop consentiranno di cambiarlo in "
 "X11. Non è impostato alcun valore predefinito."
 
 #. type: IP
 #: en/live-config.7:65
 #, no-wrap
-msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
-msgstr "B<live-config.keyboard-variant>=I<VARIANTE_TASTIERA> | B<keyboard-variant>=I<VARIANTE_TASTIERA>"
+msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<live-config.keyboard-variants>=I<SCHEMA_TASTIERA1>,I<SCHEMA_TASTIERA2> ... I<SCHEMA_TASTIERAn> | B<keyboard-variants>=I<SCHEMA_TASTIERA1>,I<SCHEMA_TASTIERA2> ... I<SCHEMA_TASTIERAn>"
 
 #. type: Plain text
 #: en/live-config.7:67
-msgid "Allows to change the keyboard variant. There is no default value set."
-msgstr ""
-"Permette di impostare un layout alternativo per la tastiera, non è impostato "
-"alcun valore predefinito."
+msgid ""
+"Allows to change the keyboard variants. If more than one is specified, the "
+"same number of values as keyboard-layouts values should be specified as they "
+"will be matched one-to-one in the order specified. Blank values are allowed. "
+"The tools of the desktop environment will allow to switch between each "
+"layout and variant pair under X11. There is no default value set."
+msgstr ""
+"Permette di modificare gli schemi della tastiera (es. qwerty, qWERTZ, "
+"AZERTY, ecc.). Se ne viene specificato più di uno è necessario indicare lo "
+"stesso numero di valori dei layout della tastiera che verranno abbinati ad "
+"uno schema nell'ordine definito. Sono ammessi valori vuoti. Gli strumenti "
+"dell'ambiente desktop consentiranno di passare da uno all'altro in X11. Non "
+"è impostato alcun valore predefinito."
 
 #. type: IP
 #: en/live-config.7:67
@@ -392,7 +412,7 @@
 
 #. type: Plain text
 #: en/live-config.7:69
-msgid "Allows to change the keyboard options. There are no default value set."
+msgid "Allows to change the keyboard options. There is no default value set."
 msgstr ""
 "Permette di modificare le opzioni della tastiera, non è impostato alcun "
 "valore predefinito."
@@ -401,7 +421,7 @@
 #: en/live-config.7:69
 #, no-wrap
 msgid "B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn> | B<sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
-msgstr "B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn> | B<sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
+msgstr "B<live-config.sysv-rc>=I<SERVIZIO1>,I<SERVIZIO2> ... I<SERVIZIOn> | B<sysv-rc>=I<SERVIZIO1>,I<SERVIZIO2> ... I<SERVIZIOn>"
 
 #. type: Plain text
 #: en/live-config.7:71
@@ -423,7 +443,7 @@
 #: en/live-config.7:73
 #, no-wrap
 msgid "B<live-config.xorg-driver>=I<XORG_DRIVER> | B<xorg-driver>=I<XORG_DRIVER>"
-msgstr "B<live-config.xorg-driver>=I<DRIVER_PER_XORG> | B<xorg-driver>=I<DRIVER_PER_XORG>"
+msgstr "B<live-config.xorg-driver>=I<DRIVER_XORG> | B<xorg-driver>=I<DRIVER_XORG>"
 
 #. type: Plain text
 #: en/live-config.7:75
@@ -436,7 +456,7 @@
 #: en/live-config.7:75
 #, no-wrap
 msgid "B<live-config.xorg-resolution>=I<XORG_RESOLUTION> | B<xorg-resolution>=I<XORG_RESOLUTION>"
-msgstr "B<live-config.xorg-resolution>=I<RISOLUZIONE_PER_XORG> | B<xorg-resolution>=I<RISOLUZIONE_PER_XORG>"
+msgstr "B<live-config.xorg-resolution>=I<RISOLUZIONE_XORG> | B<xorg-resolution>=I<RISOLUZIONE_XORG>"
 
 #. type: Plain text
 #: en/live-config.7:77
@@ -496,8 +516,9 @@
 "If several mechanisms are combined, then filesystem hooks are executed "
 "first, then medium hooks, and last the network hooks."
 msgstr ""
-"Se vengono congiunti svariati meccanismi, gli hook del filesystem saranno "
-"eseguiti per primi, seguiti dai medium, e infine gli hook network."
+"Se vengono congiunti svariati meccanismi, gli hook di tipo filesystem "
+"vengono applicati per primi, seguiti dalla tipologia medium e quindi da "
+"quelli network."
 
 #. type: SS
 #: en/live-config.7:88
@@ -612,8 +633,8 @@
 "B<live-config> può essere configurato (ma non attivato) attraverso file di "
 "configurazione. Tranne le scorciatoie che sono configurabili con un "
 "parametro di avvio, tutto può essere configurato in alternativa tramite uno "
-"o più file. Se vengono usati questi file, è ancora richiesto il parametro "
-"\"boot=live\" per attivare B<live-config>."
+"o più file. Se vengono usati questi file, il parametro \"boot=live\" è "
+"comunque richiesto per attivare B<live-config>."
 
 #. type: Plain text
 #: en/live-config.7:110
@@ -638,8 +659,8 @@
 "'vendor' or 'project' is replaced with the actual name, resulting in a "
 "filename like 'debian-eeepc.conf')."
 msgstr ""
-"Anche se i file di configurazione messi nelle directory conf.d non "
-"richiedono un nome o suffisso particolari, per coerenza è suggerito di usare "
+"Sebbene i file di configurazione messi nelle directory conf.d non richiedano "
+"un nome o un suffisso particolari, per coerenza è suggerito di usare "
 "\"vendor.conf\"o \"project.conf\" come schema di denominazione (laddove "
 "\"vendor\" o \"project\"è sostituito con un nome reale, risultando in un "
 "nome di file come \"debian-eeepc.conf\")."
@@ -760,7 +781,7 @@
 #: en/live-config.7:129
 #, no-wrap
 msgid "B<LIVE_LOCALES>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
-msgstr "B<LIVE_LOCALES>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
+msgstr "B<LIVE_LOCALES>=I<LOCALIZZAZIONE1>,I<LOCALIZZAZIONE2> ... I<LOCALIZZAZIONEn>"
 
 #. type: Plain text
 #: en/live-config.7:131
@@ -768,8 +789,8 @@
 "This variable equals the 'B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... "
 "I<LOCALEn>' parameter."
 msgstr ""
-"Questa variabile equivale al parametro \"B<live-config.locales>=I<LOCALE1>,"
-"I<LOCALE2> ... I<LOCALEn>\"."
+"Questa variabile equivale al parametro \"B<live-config."
+"locales>=I<LOCALIZZAZIONE1>,I<LOCALIZZAZIONE2> ... I<LOCALIZZAZIONEn>\"."
 
 #. type: IP
 #: en/live-config.7:131
@@ -816,7 +837,7 @@
 #: en/live-config.7:137
 #, no-wrap
 msgid "B<LIVE_KEYBOARD_LAYOUTS>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
-msgstr "B<LIVE_KEYBOARD_LAYOUTS>=I<LAYOUT1_TASTIERA>,I<LAYOUT2_TASTIERA> ... I<LAYOUTn_TASTIERA>"
+msgstr "B<LIVE_KEYBOARD_LAYOUTS>=I<LAYOUT_TASTIERA1>,I<LAYOUT_TASTIERA2> ... I<LAYOUT_TASTIERAn>"
 
 #. type: Plain text
 #: en/live-config.7:139
@@ -826,22 +847,23 @@
 "parameter."
 msgstr ""
 "Questa variabile equivale al parametro \"B<live-config.keyboard-"
-"layouts>=I<LAYOUT1_TASTIERA>,I<LAYOUT2_TASTIERA> ... I<LAYOUTn_TASTIERA>\"."
+"layouts>=I<LAYOUT_TASTIERA1>,I<LAYOUT_TASTIERA2> ... I<LAYOUT_TASTIERAn>\"."
 
 #. type: IP
 #: en/live-config.7:139
 #, no-wrap
-msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
-msgstr "B<LIVE_KEYBOARD_VARIANT>=I<VARIANTE_TASTIERA>"
+msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<LIVE_KEYBOARD_VARIANTS>=I<SCHEMA_TASTIERA1>,I<SCHEMA_TASTIERA2> ... I<SCHEMA_TASTIERAn>"
 
 #. type: Plain text
 #: en/live-config.7:141
 msgid ""
 "This variable equals the 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>' parameter."
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
+"I<KEYBOARD_VARIANTn>' parameter."
 msgstr ""
 "Questa variabile equivale al parametro \"B<live-config.keyboard-"
-"variant>=I<VARIANTE_TASTIERA>\"."
+"layouts>=I<SCHEMA_TASTIERA1>,I<SCHEMA_TASTIERA2> ... I<SCHEMA_TASTIERAn>\"."
 
 #. type: IP
 #: en/live-config.7:141
@@ -862,7 +884,7 @@
 #: en/live-config.7:143
 #, no-wrap
 msgid "B<LIVE_SYSV_RC>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
-msgstr "B<LIVE_SYSV_RC>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
+msgstr "B<LIVE_SYSV_RC>=I<SERVIZIO1>,I<SERVIZIO2> ... I<SERVIZIOn>"
 
 #. type: Plain text
 #: en/live-config.7:145
@@ -870,14 +892,14 @@
 "This variable equals the 'B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... "
 "I<SERVICEn>' parameter."
 msgstr ""
-"Questa variabile equivale al parametro \"B<live-config.sysv-rc>=I<SERVICE1>,"
-"I<SERVICE2> ... I<SERVICEn>\"."
+"Questa variabile equivale al parametro \"B<live-config.sysv-rc>=I<SERVIZIO1>,"
+"I<SERVIZIO2> ... I<SERVIZIOn>\"."
 
 #. type: IP
 #: en/live-config.7:145
 #, no-wrap
 msgid "B<LIVE_XORG_DRIVER>=I<XORG_DRIVER>"
-msgstr "B<LIVE_XORG_DRIVER>=I<DRIVER_PER_XORG>"
+msgstr "B<LIVE_XORG_DRIVER>=I<DRIVER_XORG>"
 
 #. type: Plain text
 #: en/live-config.7:147
@@ -886,13 +908,13 @@
 "parameter."
 msgstr ""
 "Questa variabile equivale al parametro \"B<live-config.xorg-"
-"driver>=I<DRIVER_PER_XORG>\"."
+"driver>=I<DRIVER_XORG>\"."
 
 #. type: IP
 #: en/live-config.7:147
 #, no-wrap
 msgid "B<LIVE_XORG_RESOLUTION>=I<XORG_RESOLUTION>"
-msgstr "B<LIVE_XORG_RESOLUTION>=I<RISOLUZIONE_PER_XORG>"
+msgstr "B<LIVE_XORG_RESOLUTION>=I<RISOLUZIONE_XORG>"
 
 #. type: Plain text
 #: en/live-config.7:149
@@ -901,7 +923,7 @@
 "parameter."
 msgstr ""
 "Questa variabile equivale al parametro \"B<live-config.xorg-"
-"resolution>=I<RISOLUZIONE_PER_XORG>\"."
+"resolution>=I<RISOLUZIONE_XORG>\"."
 
 #. type: IP
 #: en/live-config.7:149
@@ -980,8 +1002,8 @@
 "non richieda di fornire un pacchetto di B<live-config> modificato "
 "localmente. Tuttavia la stessa cosa si può ottenere disabilitando i "
 "rispettivi script tramite il meccanismo di live-noconfig, come spiegato "
-"sopra. Per evitare di dover specificare ogni volta con parametri di boot gli "
-"script da disabilitare, si usi un file di configurazione come mostrato in "
+"prima. Per evitare di dover specificare ogni volta con parametri di boot gli "
+"script da disabilitare, usare un file di configurazione come mostrato in "
 "precedenza."
 
 #. type: Plain text
@@ -1020,6 +1042,8 @@
 "allows to apply arbitrary preseed files placed on the live media or an http/"
 "ftp server."
 msgstr ""
+"permette di applicare file di preconfigurazione arbitrai situati sul "
+"supporto live o su un server http/ftp."
 
 #. type: IP
 #: en/live-config.7:170
@@ -1209,13 +1233,13 @@
 msgstr "configura sysv-rc disabilitando i servizi elencati."
 
 #. type: IP
-#: en/live-config.7:204 en/live-config.7:234
+#: en/live-config.7:204 en/live-config.7:232
 #, no-wrap
 msgid "B<login>"
 msgstr "B<login>"
 
 #. type: Plain text
-#: en/live-config.7:206 en/live-config.7:236
+#: en/live-config.7:206 en/live-config.7:234
 msgid "disables lastlog."
 msgstr "disabilita lastlog."
 
@@ -1266,158 +1290,144 @@
 #. type: IP
 #: en/live-config.7:214
 #, no-wrap
-msgid "B<initramfs-tools>"
-msgstr "B<initramfs-tools>"
-
-#. type: Plain text
-#: en/live-config.7:216
-msgid ""
-"makes update-initramfs to also update the live media when using persistency."
-msgstr ""
-"fa sì che update-initramfs aggiorni anche il supporto live quando si "
-"utilizza la persistenza."
-
-#. type: IP
-#: en/live-config.7:216
-#, no-wrap
 msgid "B<kaboom>"
 msgstr "B<kaboom>"
 
 #. type: Plain text
-#: en/live-config.7:218
+#: en/live-config.7:216
 msgid "disables KDE migration wizard (squeeze and newer)."
 msgstr ""
 "disabilita la procedura guidata di migrazione di KDE (squeeze e successive)."
 
 #. type: IP
-#: en/live-config.7:218
+#: en/live-config.7:216
 #, no-wrap
 msgid "B<kde-services>"
 msgstr "B<kde-services>"
 
 #. type: Plain text
-#: en/live-config.7:220
+#: en/live-config.7:218
 msgid "disables some unwanted KDE services (squeeze and newer)."
 msgstr "disabilita i servizi di KDE non voluti (squeeze e successive)."
 
 #. type: IP
-#: en/live-config.7:220
+#: en/live-config.7:218
 #, no-wrap
 msgid "B<debian-installer-launcher>"
 msgstr "B<debian-installer-launcher>"
 
 #. type: Plain text
-#: en/live-config.7:222
+#: en/live-config.7:220
 msgid "adds debian-installer-launcher on users desktop."
 msgstr "aggiunge debian-installer-launcher sul desktop dell'utente."
 
 #. type: IP
-#: en/live-config.7:222
+#: en/live-config.7:220
 #, no-wrap
 msgid "B<module-init-tools>"
 msgstr "B<module-init-tools>"
 
 #. type: Plain text
-#: en/live-config.7:224
+#: en/live-config.7:222
 msgid "automatically load some modules on some architectures."
-msgstr "carica automaticamente alcuni moduli su certe architetture."
+msgstr "carica automaticamente alcuni moduli per certe architetture."
 
 #. type: IP
-#: en/live-config.7:224
+#: en/live-config.7:222
 #, no-wrap
 msgid "B<policykit>"
 msgstr "B<policykit>"
 
 #. type: Plain text
-#: en/live-config.7:226
+#: en/live-config.7:224
 msgid "grant user privilegies through policykit."
 msgstr "concede i privilegi per l'utente tramite policykit."
 
 #. type: IP
-#: en/live-config.7:226
+#: en/live-config.7:224
 #, no-wrap
 msgid "B<sslcert>"
 msgstr "B<sslcert>"
 
 #. type: Plain text
-#: en/live-config.7:228
+#: en/live-config.7:226
 msgid "regenerating ssl snake-oil certificates."
 msgstr "rigenera certificati ssl snake-oil."
 
 #. type: IP
-#: en/live-config.7:228
+#: en/live-config.7:226
 #, no-wrap
 msgid "B<update-notifier>"
 msgstr "B<update-notifier>"
 
 #. type: Plain text
-#: en/live-config.7:230
+#: en/live-config.7:228
 msgid "disables update-notifier."
 msgstr "disabilita update-notifier."
 
 #. type: IP
-#: en/live-config.7:230
+#: en/live-config.7:228
 #, no-wrap
 msgid "B<anacron>"
 msgstr "B<anacron>"
 
 #. type: Plain text
-#: en/live-config.7:232
+#: en/live-config.7:230
 msgid "disables anacron."
 msgstr "disabilita anacron."
 
 #. type: IP
-#: en/live-config.7:232
+#: en/live-config.7:230
 #, no-wrap
 msgid "B<util-linux>"
 msgstr "B<util-linux>"
 
 #. type: Plain text
-#: en/live-config.7:234
+#: en/live-config.7:232
 msgid "disables util-linux' hwclock."
-msgstr "disabilita hwclock."
+msgstr "disabilita hwclock (parte di util-linux)."
 
 #. type: IP
-#: en/live-config.7:236
+#: en/live-config.7:234
 #, no-wrap
 msgid "B<xserver-xorg>"
 msgstr "B<xserver-xorg>"
 
 #. type: Plain text
-#: en/live-config.7:238
+#: en/live-config.7:236
 msgid "configures xserver-xorg."
 msgstr "configura xserver-xorg."
 
 #. type: IP
-#: en/live-config.7:238
+#: en/live-config.7:236
 #, no-wrap
 msgid "B<ureadahead> (ubuntu only)"
 msgstr "B<ureadahead> (solo ubuntu)"
 
 #. type: Plain text
-#: en/live-config.7:240
+#: en/live-config.7:238
 msgid "disables ureadahead."
 msgstr "disabilita ureadahead."
 
 #. type: IP
-#: en/live-config.7:240
+#: en/live-config.7:238
 #, no-wrap
 msgid "B<openssh-server>"
 msgstr "B<openssh-server>"
 
 #. type: Plain text
-#: en/live-config.7:242
+#: en/live-config.7:240
 msgid "recreates openssh-server host keys."
 msgstr "ricrea le chiavi di openssh-server."
 
 #. type: IP
-#: en/live-config.7:242
+#: en/live-config.7:240
 #, no-wrap
 msgid "B<hooks>"
 msgstr "B<hooks>"
 
 #. type: Plain text
-#: en/live-config.7:244
+#: en/live-config.7:242
 msgid ""
 "allows to run arbitrary commands from a script placed on the live media or "
 "an http/ftp server."
@@ -1426,129 +1436,129 @@
 "live o su un server http/ftp."
 
 #. type: SH
-#: en/live-config.7:245
+#: en/live-config.7:243
 #, no-wrap
 msgid "FILES"
 msgstr "FILE"
 
 #. type: IP
-#: en/live-config.7:246
+#: en/live-config.7:244
 #, no-wrap
 msgid "B</etc/live/config.conf>"
 msgstr "B</etc/live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:247
+#: en/live-config.7:245
 #, no-wrap
 msgid "B</etc/live/config.d/*.conf>"
 msgstr "B</etc/live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:248
+#: en/live-config.7:246
 #, no-wrap
 msgid "B<live/config.conf>"
 msgstr "B<live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:249
+#: en/live-config.7:247
 #, no-wrap
 msgid "B<live/config.d/*.conf>"
 msgstr "B<live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:250
+#: en/live-config.7:248
 #, no-wrap
 msgid "B</lib/live/config.sh>"
 msgstr "B</lib/live/config.sh>"
 
 #. type: IP
-#: en/live-config.7:251
+#: en/live-config.7:249
 #, no-wrap
 msgid "B</lib/live/config/>"
 msgstr "B</lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:252
+#: en/live-config.7:250
 #, no-wrap
 msgid "B</var/lib/live/config/>"
 msgstr "B</var/lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:253
+#: en/live-config.7:251
 #, no-wrap
 msgid "B</var/log/live/config.log>"
 msgstr "B</var/log/live/config.log>"
 
 #. type: IP
-#: en/live-config.7:255
+#: en/live-config.7:253
 #, no-wrap
 msgid "B</live/hooks/*>"
 msgstr "B</live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:256
+#: en/live-config.7:254
 #, no-wrap
 msgid "B<live/hooks/*>"
 msgstr "B<live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:257
+#: en/live-config.7:255
 #, no-wrap
 msgid "B</live/preseed/*>"
 msgstr "B</live/preseed/*>"
 
 #. type: IP
-#: en/live-config.7:258
+#: en/live-config.7:256
 #, no-wrap
 msgid "B<live/preseed/* >"
 msgstr "B<live/preseed/* >"
 
 #. type: SH
-#: en/live-config.7:260
+#: en/live-config.7:258
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "VEDERE ANCHE"
 
 #. type: Plain text
-#: en/live-config.7:262
+#: en/live-config.7:260
 msgid "I<live-boot>(7)"
 msgstr "I<live-boot>(7)"
 
 #. type: Plain text
-#: en/live-config.7:264
+#: en/live-config.7:262
 msgid "I<live-build>(7)"
 msgstr "I<live-build>(7)"
 
 #. type: Plain text
-#: en/live-config.7:266
+#: en/live-config.7:264
 msgid "I<live-tools>(7)"
 msgstr "I<live-tools>(7)"
 
 #. type: SH
-#: en/live-config.7:267
+#: en/live-config.7:265
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-config.7:269
+#: en/live-config.7:267
 msgid ""
 "More information about live-config and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
 "E<lt>I<http://live.debian.net/manual/>E<gt>."
 msgstr ""
 "Si possono trovare ulteriori informazioni su live-config e il progetto "
-"Debian Live alla pagina E<lt>I<http://live.debian.net/>E<gt> e nel manuale "
-"all'indirizzo E<lt>I<http://live.debian.net/manual/>E<gt>."
+"Debian Live sulla homepage E<lt>I<http://live.debian.net/>E<gt> e nel "
+"manuale all'indirizzo E<lt>I<http://live.debian.net/manual/>E<gt>."
 
 #. type: SH
-#: en/live-config.7:270
+#: en/live-config.7:268
 #, no-wrap
 msgid "BUGS"
 msgstr "BUG"
 
 #. type: Plain text
-#: en/live-config.7:272
+#: en/live-config.7:270
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-config package "
 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
@@ -1556,18 +1566,18 @@
 "live@lists.debian.org>E<gt>."
 msgstr ""
 "I bug possono essere segnalati presentando un bugreport per il pacchetto "
-"live-config nel Debian Bug Tracking System all'indirizzo E<lt>I<http://bugs.";
+"live-config sul Debian Bug Tracking System all'indirizzo E<lt>I<http://bugs.";
 "debian.org/>E<gt> o inviando un'email alla mailing list di Debian Live "
 "E<lt>I<debian-live@lists.debian.org>E<gt>."
 
 #. type: SH
-#: en/live-config.7:273
+#: en/live-config.7:271
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTORE"
 
 #. type: Plain text
-#: en/live-config.7:274
+#: en/live-config.7:272
 msgid ""
 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
 msgstr ""
diff -Nru live-config-3.0~a43/manpages/po/pt_BR/live-config.7.po live-config-3.0.3/manpages/po/pt_BR/live-config.7.po
--- live-config-3.0~a43/manpages/po/pt_BR/live-config.7.po	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/po/pt_BR/live-config.7.po	2012-08-14 07:55:21.000000000 -0300
@@ -5,15 +5,16 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-config 3.0~a43-1\n"
-"POT-Creation-Date: 2012-07-12 20:07+0300\n"
-"PO-Revision-Date: 2012-07-08 11:30-0600\n"
+"Project-Id-Version: live-config 3.0.3-1\n"
+"POT-Creation-Date: 2012-08-14 12:53+0300\n"
+"PO-Revision-Date: 2012-07-28 11:38-0400\n"
 "Last-Translator: Tiago Bortoletto Vaz <tiago@debian.org>\n"
 "Language-Team: none\n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. type: TH
 #: en/live-config.7:9
@@ -24,14 +25,14 @@
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "2012-07-12"
-msgstr "12-07-2012"
+msgid "2012-08-14"
+msgstr "14-08-2012"
 
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "3.0~a43-1"
-msgstr "3.0~a43-1"
+msgid "3.0.3-1"
+msgstr "3.0.3-1"
 
 #. type: TH
 #: en/live-config.7:9
@@ -367,7 +368,7 @@
 #: en/live-config.7:63
 #, no-wrap
 msgid "B<live-config.keyboard-layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn> | B<keyboard-layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
-msgstr "B<live-config.keyboard-layouts>=I<LAYOUT1_DO_TECLADO>,I<LAYOUT2_DO_TECLADO> ... I<LAYOUTn_DO_TECLADO> | B<keyboard-layouts>=I<LAYOUT1_DO_TECLADO>,I<LAYOUT2_DO_TECLADO> ... I<LAYOUTn_DO_TECLADO>"
+msgstr "B<live-config.keyboard-layouts>=I<LEIAUTE1_DO_TECLADO>,I<LEIAUTE2_DO_TECLADO> ... I<LEIAUTEn_DO_TECLADO> | B<keyboard-layouts>=I<LEIAUTE1_DO_TECLADO>,I<LEIAUTE2_DO_TECLADO> ... I<LEIAUTEn_DO_TECLADO>"
 
 #. type: Plain text
 #: en/live-config.7:65
@@ -376,21 +377,30 @@
 "tools of the desktop environment will allow to switch it under X11. There is "
 "no default value set."
 msgstr ""
-"Permite configurar layouts de teclado. Se mais de um layout for "
+"Permite configurar leiautes de teclado. Se mais de um leiaute for "
 "especificado, as ferramentas do ambiente desktop possibilitarão a troca "
 "entre eles no X11. Não há valor padrão definido."
 
 #. type: IP
 #: en/live-config.7:65
 #, no-wrap
-msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
-msgstr "B<live-config.keyboard-variant>=I<VARIANTE_DE_TECLADO> | B<keyboard-variant>=I<VARIANTE_DE_TECLADO>"
+msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<live-config.keyboard-variants>=I<VARIANTE1_DO_TECLADO>,I<VARIANTE2_DO_TECLADO> ... I<VARIANTEn_DO_TECLADO> | B<keyboard-variants>=I<VARIANTE1_DO_TECLADO>,I<VARIANTE2_DO_TECLADO> ... I<VARIANTEn_DO_TECLADO>"
 
 #. type: Plain text
 #: en/live-config.7:67
-msgid "Allows to change the keyboard variant. There is no default value set."
-msgstr ""
-"Permite configurar a variente de teclado. Não há valor padrão definido."
+msgid ""
+"Allows to change the keyboard variants. If more than one is specified, the "
+"same number of values as keyboard-layouts values should be specified as they "
+"will be matched one-to-one in the order specified. Blank values are allowed. "
+"The tools of the desktop environment will allow to switch between each "
+"layout and variant pair under X11. There is no default value set."
+msgstr ""
+"Permite configurar as variantes de teclado. Se mais de uma for especificada, "
+"um mesmo número de valores para leiautes deve ser definido, uma vez que "
+"estes serão combinados um a um na ordem especificada. Valores em branco são "
+"permitidos. As ferramentas do ambiente de trabalho possibilitarão a troca "
+"entre cada par leiaute/variante no X11. Não há valor padrão definido."
 
 #. type: IP
 #: en/live-config.7:67
@@ -400,7 +410,7 @@
 
 #. type: Plain text
 #: en/live-config.7:69
-msgid "Allows to change the keyboard options. There are no default value set."
+msgid "Allows to change the keyboard options. There is no default value set."
 msgstr "Permite configurar as opções de teclado. Não há valor padrão definido."
 
 #. type: IP
@@ -412,7 +422,7 @@
 #. type: Plain text
 #: en/live-config.7:71
 msgid "Allows to disable sysv services through update-rc.d."
-msgstr "Permite desabilitar serviços sysv através do update-rc.d."
+msgstr "Permite desabilitar serviços sysv via update-rc.d."
 
 #. type: IP
 #: en/live-config.7:71
@@ -435,7 +445,7 @@
 #. type: Plain text
 #: en/live-config.7:75
 msgid "Allows to set xorg driver instead of autodetecting it."
-msgstr "Permite definir o driver do xorg ao invés de auto-detectá-lo."
+msgstr "Permite definir o driver do xorg em vez de detectá-lo automaticamente."
 
 #. type: IP
 #: en/live-config.7:75
@@ -448,8 +458,8 @@
 msgid ""
 "Allows to set xorg resolution instead of autodetecting it, e.g. 1024x768."
 msgstr ""
-"Permite definir a resolução do xorg ao invés de auto-detectá-la, por "
-"exemplo, 1024x768."
+"Permite definir a resolução do xorg em vez de detectá-la automaticamente, "
+"por exemplo, 1024x768."
 
 #. type: IP
 #: en/live-config.7:77
@@ -472,8 +482,8 @@
 "precisam ser acessíveis por wget (http, ftp ou file://), que os arquivos são "
 "executados no diretório /tmp do sistema de arquivos em execução, e que os "
 "arquivos precisam que suas dependências, se houverem, estejam instaladas. "
-"Por exemplo, se um script python deve ser executado, python deve estar "
-"instalado no sistema. Alguns hooks para alguns casos de uso comuns estão "
+"Por exemplo, se um script python necessita ser executado, python deve estar "
+"instalado no sistema. Alguns hooks para casos de uso comuns estão "
 "disponíveis em /usr/share/doc/live-config/examples/hooks/ e E<lt>I<http://";
 "live.debian.net/other/hooks>E<gt>."
 
@@ -825,7 +835,7 @@
 #: en/live-config.7:137
 #, no-wrap
 msgid "B<LIVE_KEYBOARD_LAYOUTS>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
-msgstr "B<LIVE_KEYBOARD_LAYOUTS>=I<LAYOUT1_DE_TECLADO>,I<LAYOUT2_DE_TECLADO> ... I<LAYOUTn_DE_TECLADO>"
+msgstr "B<LIVE_KEYBOARD_LAYOUTS>=I<LEIAUTE1_DE_TECLADO>,I<LEIAUTE2_DE_TECLADO> ... I<LEIAUTEn_DE_TECLADO>"
 
 #. type: Plain text
 #: en/live-config.7:139
@@ -835,23 +845,25 @@
 "parameter."
 msgstr ""
 "Esta variável é equivalente ao parâmetro 'B<live-config.keyboard-"
-"layouts>=I<LAYOUT1_DE_TECLADO>,I<LAYOUT2_DE_TECLADO> ... "
-"I<LAYOUTn_DE_TECLADO>'."
+"variants>=I<LEIAUTE1_DE_TECLADO>,I<LEIAUTE2_DE_TECLADO> ... "
+"I<LEIAUTEn_DE_TECLADO>'."
 
 #. type: IP
 #: en/live-config.7:139
 #, no-wrap
-msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
-msgstr "B<LIVE_KEYBOARD_VARIANT>=I<VARIANTE_DE_TECLADO>"
+msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
+msgstr "B<LIVE_KEYBOARD_VARIANTS>=I<VARIANTE1_DE_TECLADO>,I<VARIANTE2_DE_TECLADO> ... I<VARIANTEn_DE_TECLADO>"
 
 #. type: Plain text
 #: en/live-config.7:141
 msgid ""
 "This variable equals the 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>' parameter."
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
+"I<KEYBOARD_VARIANTn>' parameter."
 msgstr ""
 "Esta variável é equivalente ao parâmetro 'B<live-config.keyboard-"
-"variant>=I<VARIANTE_DE_TECLADO>'."
+"variants>=I<VARIANTE1_DE_TECLADO>,I<VARIANTE2_DE_TECLADO> ... "
+"I<VARIANTEn_DE_TECLADO>'."
 
 #. type: IP
 #: en/live-config.7:141
@@ -1222,13 +1234,13 @@
 msgstr "configura sysv-rc desabilitando serviços listados."
 
 #. type: IP
-#: en/live-config.7:204 en/live-config.7:234
+#: en/live-config.7:204 en/live-config.7:232
 #, no-wrap
 msgid "B<login>"
 msgstr "B<login>"
 
 #. type: Plain text
-#: en/live-config.7:206 en/live-config.7:236
+#: en/live-config.7:206 en/live-config.7:234
 msgid "disables lastlog."
 msgstr "desabilita lastlog."
 
@@ -1274,165 +1286,151 @@
 #. type: Plain text
 #: en/live-config.7:214
 msgid "disables the screensaver locking the screen."
-msgstr "desabilita o bloqueio de tela do screensaver."
+msgstr "desabilita o bloqueio de tela pelo screensaver."
 
 #. type: IP
 #: en/live-config.7:214
 #, no-wrap
-msgid "B<initramfs-tools>"
-msgstr "B<initramfs-tools>"
-
-#. type: Plain text
-#: en/live-config.7:216
-msgid ""
-"makes update-initramfs to also update the live media when using persistency."
-msgstr ""
-"faz com que o update-initramfs também atualize a mídia live quando "
-"persistência for usada."
-
-#. type: IP
-#: en/live-config.7:216
-#, no-wrap
 msgid "B<kaboom>"
 msgstr "B<kaboom>"
 
 #. type: Plain text
-#: en/live-config.7:218
+#: en/live-config.7:216
 msgid "disables KDE migration wizard (squeeze and newer)."
 msgstr "desabilita o assitente de migração do KDE."
 
 #. type: IP
-#: en/live-config.7:218
+#: en/live-config.7:216
 #, no-wrap
 msgid "B<kde-services>"
 msgstr "B<kde-services>"
 
 #. type: Plain text
-#: en/live-config.7:220
+#: en/live-config.7:218
 msgid "disables some unwanted KDE services (squeeze and newer)."
 msgstr ""
 "desabilita alguns serviços do KDE não desejados (squeeze e mais recentes)."
 
 #. type: IP
-#: en/live-config.7:220
+#: en/live-config.7:218
 #, no-wrap
 msgid "B<debian-installer-launcher>"
 msgstr "B<debian-installer-launcher>"
 
 #. type: Plain text
-#: en/live-config.7:222
+#: en/live-config.7:220
 msgid "adds debian-installer-launcher on users desktop."
 msgstr ""
 "adiciona o instalador (debian-installer-launcher) na área de trabalho dos "
 "usuários."
 
 #. type: IP
-#: en/live-config.7:222
+#: en/live-config.7:220
 #, no-wrap
 msgid "B<module-init-tools>"
 msgstr "B<module-init-tools>"
 
 #. type: Plain text
-#: en/live-config.7:224
+#: en/live-config.7:222
 msgid "automatically load some modules on some architectures."
 msgstr "carrega alguns módulos automaticamente em algumas arquiteturas."
 
 #. type: IP
-#: en/live-config.7:224
+#: en/live-config.7:222
 #, no-wrap
 msgid "B<policykit>"
 msgstr "B<policykit>"
 
 #. type: Plain text
-#: en/live-config.7:226
+#: en/live-config.7:224
 msgid "grant user privilegies through policykit."
 msgstr "concede privilégios de usuário através de policykit."
 
 #. type: IP
-#: en/live-config.7:226
+#: en/live-config.7:224
 #, no-wrap
 msgid "B<sslcert>"
 msgstr "B<sslcert>"
 
 #. type: Plain text
-#: en/live-config.7:228
+#: en/live-config.7:226
 msgid "regenerating ssl snake-oil certificates."
-msgstr "gera novos certificados ssl."
+msgstr "gera novos certificados ssl snake-oil."
 
 #. type: IP
-#: en/live-config.7:228
+#: en/live-config.7:226
 #, no-wrap
 msgid "B<update-notifier>"
 msgstr "B<update-notifier>"
 
 #. type: Plain text
-#: en/live-config.7:230
+#: en/live-config.7:228
 msgid "disables update-notifier."
 msgstr "desabilita update-notifier."
 
 #. type: IP
-#: en/live-config.7:230
+#: en/live-config.7:228
 #, no-wrap
 msgid "B<anacron>"
 msgstr "B<anacron>"
 
 #. type: Plain text
-#: en/live-config.7:232
+#: en/live-config.7:230
 msgid "disables anacron."
 msgstr "desabilita anacron."
 
 #. type: IP
-#: en/live-config.7:232
+#: en/live-config.7:230
 #, no-wrap
 msgid "B<util-linux>"
 msgstr "B<util-linux>"
 
 #. type: Plain text
-#: en/live-config.7:234
+#: en/live-config.7:232
 msgid "disables util-linux' hwclock."
-msgstr "desabilita o relógio de hardware do util-linux."
+msgstr "desabilita o hwclock do util-linux"
 
 #. type: IP
-#: en/live-config.7:236
+#: en/live-config.7:234
 #, no-wrap
 msgid "B<xserver-xorg>"
 msgstr "B<xserver-xorg>"
 
 #. type: Plain text
-#: en/live-config.7:238
+#: en/live-config.7:236
 msgid "configures xserver-xorg."
 msgstr "configura o xserver-xorg."
 
 #. type: IP
-#: en/live-config.7:238
+#: en/live-config.7:236
 #, no-wrap
 msgid "B<ureadahead> (ubuntu only)"
 msgstr "B<ureadahead> (apenas ubuntu)"
 
 #. type: Plain text
-#: en/live-config.7:240
+#: en/live-config.7:238
 msgid "disables ureadahead."
 msgstr "desabilita ureadahead."
 
 #. type: IP
-#: en/live-config.7:240
+#: en/live-config.7:238
 #, no-wrap
 msgid "B<openssh-server>"
 msgstr "B<openssh-server>"
 
 #. type: Plain text
-#: en/live-config.7:242
+#: en/live-config.7:240
 msgid "recreates openssh-server host keys."
-msgstr "recriar chaves do servidor openssh"
+msgstr "recria chaves do servidor openssh"
 
 #. type: IP
-#: en/live-config.7:242
+#: en/live-config.7:240
 #, no-wrap
 msgid "B<hooks>"
 msgstr "B<hooks>"
 
 #. type: Plain text
-#: en/live-config.7:244
+#: en/live-config.7:242
 msgid ""
 "allows to run arbitrary commands from a script placed on the live media or "
 "an http/ftp server."
@@ -1441,112 +1439,112 @@
 "mídia live ou um servidor http/ftp."
 
 #. type: SH
-#: en/live-config.7:245
+#: en/live-config.7:243
 #, no-wrap
 msgid "FILES"
 msgstr "ARQUIVOS"
 
 #. type: IP
-#: en/live-config.7:246
+#: en/live-config.7:244
 #, no-wrap
 msgid "B</etc/live/config.conf>"
 msgstr "B</etc/live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:247
+#: en/live-config.7:245
 #, no-wrap
 msgid "B</etc/live/config.d/*.conf>"
 msgstr "B</etc/live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:248
+#: en/live-config.7:246
 #, no-wrap
 msgid "B<live/config.conf>"
 msgstr "B<live/config.conf>"
 
 #. type: IP
-#: en/live-config.7:249
+#: en/live-config.7:247
 #, no-wrap
 msgid "B<live/config.d/*.conf>"
 msgstr "B<live/config.d/*.conf>"
 
 #. type: IP
-#: en/live-config.7:250
+#: en/live-config.7:248
 #, no-wrap
 msgid "B</lib/live/config.sh>"
 msgstr "B</lib/live/config.sh>"
 
 #. type: IP
-#: en/live-config.7:251
+#: en/live-config.7:249
 #, no-wrap
 msgid "B</lib/live/config/>"
 msgstr "B</lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:252
+#: en/live-config.7:250
 #, no-wrap
 msgid "B</var/lib/live/config/>"
 msgstr "B</var/lib/live/config/>"
 
 #. type: IP
-#: en/live-config.7:253
+#: en/live-config.7:251
 #, no-wrap
 msgid "B</var/log/live/config.log>"
 msgstr "B</var/log/live/config.log>"
 
 #. type: IP
-#: en/live-config.7:255
+#: en/live-config.7:253
 #, no-wrap
 msgid "B</live/hooks/*>"
 msgstr "B</live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:256
+#: en/live-config.7:254
 #, no-wrap
 msgid "B<live/hooks/*>"
 msgstr "B<live/hooks/*>"
 
 #. type: IP
-#: en/live-config.7:257
+#: en/live-config.7:255
 #, no-wrap
 msgid "B</live/preseed/*>"
 msgstr "B</live/preseed/*>"
 
 #. type: IP
-#: en/live-config.7:258
+#: en/live-config.7:256
 #, no-wrap
 msgid "B<live/preseed/* >"
 msgstr "B<live/preseed/* >"
 
 #. type: SH
-#: en/live-config.7:260
+#: en/live-config.7:258
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "VER TAMBÉM"
 
 #. type: Plain text
-#: en/live-config.7:262
+#: en/live-config.7:260
 msgid "I<live-boot>(7)"
 msgstr "I<live-boot>(7)"
 
 #. type: Plain text
-#: en/live-config.7:264
+#: en/live-config.7:262
 msgid "I<live-build>(7)"
 msgstr "I<live-build>(7)"
 
 #. type: Plain text
-#: en/live-config.7:266
+#: en/live-config.7:264
 msgid "I<live-tools>(7)"
 msgstr "I<live-tools>(7)"
 
 #. type: SH
-#: en/live-config.7:267
+#: en/live-config.7:265
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-config.7:269
+#: en/live-config.7:267
 msgid ""
 "More information about live-config and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -1557,32 +1555,32 @@
 "disponível em E<lt>I<http://live.debian.net/manual/>E<gt>."
 
 #. type: SH
-#: en/live-config.7:270
+#: en/live-config.7:268
 #, no-wrap
 msgid "BUGS"
 msgstr "BUGS"
 
 #. type: Plain text
-#: en/live-config.7:272
+#: en/live-config.7:270
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-config package "
 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
 "by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
 "live@lists.debian.org>E<gt>."
 msgstr ""
-"Bugs podem ser relatados através da submissão de um reporte de bug para o "
+"Bugs podem ser reportados através da submissão de um relatório de bug para o "
 "pacote live-config através do Debian Bug Tracking System em E<lt>I<http://";
 "bugs.debian.org/>E<gt> ou enviando um email para a lista de discussão Debian "
 "Live em E<lt>I<debian-live@lists.debian.org>E<gt>."
 
 #. type: SH
-#: en/live-config.7:273
+#: en/live-config.7:271
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-config.7:274
+#: en/live-config.7:272
 msgid ""
 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
 msgstr ""
diff -Nru live-config-3.0~a43/manpages/pot/live-config.7.pot live-config-3.0.3/manpages/pot/live-config.7.pot
--- live-config-3.0~a43/manpages/pot/live-config.7.pot	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/pot/live-config.7.pot	2012-08-14 07:55:21.000000000 -0300
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-config VERSION\n"
-"POT-Creation-Date: 2012-07-12 20:07+0300\n"
+"POT-Creation-Date: 2012-08-14 12:53+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,13 +25,13 @@
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "2012-07-12"
+msgid "2012-08-14"
 msgstr ""
 
 #. type: TH
 #: en/live-config.7:9
 #, no-wrap
-msgid "3.0~a43-1"
+msgid "3.0.3-1"
 msgstr ""
 
 #. type: TH
@@ -327,12 +327,17 @@
 #. type: IP
 #: en/live-config.7:65
 #, no-wrap
-msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT> | B<keyboard-variant>=I<KEYBOARD_VARIANT>"
+msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
 msgstr ""
 
 #. type: Plain text
 #: en/live-config.7:67
-msgid "Allows to change the keyboard variant. There is no default value set."
+msgid ""
+"Allows to change the keyboard variants. If more than one is specified, the "
+"same number of values as keyboard-layouts values should be specified as they "
+"will be matched one-to-one in the order specified. Blank values are allowed. "
+"The tools of the desktop environment will allow to switch between each "
+"layout and variant pair under X11. There is no default value set."
 msgstr ""
 
 #. type: IP
@@ -343,7 +348,7 @@
 
 #. type: Plain text
 #: en/live-config.7:69
-msgid "Allows to change the keyboard options. There are no default value set."
+msgid "Allows to change the keyboard options. There is no default value set."
 msgstr ""
 
 #. type: IP
@@ -714,14 +719,15 @@
 #. type: IP
 #: en/live-config.7:139
 #, no-wrap
-msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
+msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
 msgstr ""
 
 #. type: Plain text
 #: en/live-config.7:141
 msgid ""
 "This variable equals the 'B<live-config.keyboard-"
-"variant>=I<KEYBOARD_VARIANT>' parameter."
+"variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
+"I<KEYBOARD_VARIANTn>' parameter."
 msgstr ""
 
 #. type: IP
@@ -1062,13 +1068,13 @@
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:204 en/live-config.7:234
+#: en/live-config.7:204 en/live-config.7:232
 #, no-wrap
 msgid "B<login>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:206 en/live-config.7:236
+#: en/live-config.7:206 en/live-config.7:234
 msgid "disables lastlog."
 msgstr ""
 
@@ -1119,267 +1125,255 @@
 #. type: IP
 #: en/live-config.7:214
 #, no-wrap
-msgid "B<initramfs-tools>"
-msgstr ""
-
-#. type: Plain text
-#: en/live-config.7:216
-msgid ""
-"makes update-initramfs to also update the live media when using persistency."
-msgstr ""
-
-#. type: IP
-#: en/live-config.7:216
-#, no-wrap
 msgid "B<kaboom>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:218
+#: en/live-config.7:216
 msgid "disables KDE migration wizard (squeeze and newer)."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:218
+#: en/live-config.7:216
 #, no-wrap
 msgid "B<kde-services>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:220
+#: en/live-config.7:218
 msgid "disables some unwanted KDE services (squeeze and newer)."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:220
+#: en/live-config.7:218
 #, no-wrap
 msgid "B<debian-installer-launcher>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:222
+#: en/live-config.7:220
 msgid "adds debian-installer-launcher on users desktop."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:222
+#: en/live-config.7:220
 #, no-wrap
 msgid "B<module-init-tools>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:224
+#: en/live-config.7:222
 msgid "automatically load some modules on some architectures."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:224
+#: en/live-config.7:222
 #, no-wrap
 msgid "B<policykit>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:226
+#: en/live-config.7:224
 msgid "grant user privilegies through policykit."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:226
+#: en/live-config.7:224
 #, no-wrap
 msgid "B<sslcert>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:228
+#: en/live-config.7:226
 msgid "regenerating ssl snake-oil certificates."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:228
+#: en/live-config.7:226
 #, no-wrap
 msgid "B<update-notifier>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:230
+#: en/live-config.7:228
 msgid "disables update-notifier."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:230
+#: en/live-config.7:228
 #, no-wrap
 msgid "B<anacron>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:232
+#: en/live-config.7:230
 msgid "disables anacron."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:232
+#: en/live-config.7:230
 #, no-wrap
 msgid "B<util-linux>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:234
+#: en/live-config.7:232
 msgid "disables util-linux' hwclock."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:236
+#: en/live-config.7:234
 #, no-wrap
 msgid "B<xserver-xorg>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:238
+#: en/live-config.7:236
 msgid "configures xserver-xorg."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:238
+#: en/live-config.7:236
 #, no-wrap
 msgid "B<ureadahead> (ubuntu only)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:240
+#: en/live-config.7:238
 msgid "disables ureadahead."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:240
+#: en/live-config.7:238
 #, no-wrap
 msgid "B<openssh-server>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:242
+#: en/live-config.7:240
 msgid "recreates openssh-server host keys."
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:242
+#: en/live-config.7:240
 #, no-wrap
 msgid "B<hooks>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:244
+#: en/live-config.7:242
 msgid ""
 "allows to run arbitrary commands from a script placed on the live media or "
 "an http/ftp server."
 msgstr ""
 
 #. type: SH
-#: en/live-config.7:245
+#: en/live-config.7:243
 #, no-wrap
 msgid "FILES"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:246
+#: en/live-config.7:244
 #, no-wrap
 msgid "B</etc/live/config.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:247
+#: en/live-config.7:245
 #, no-wrap
 msgid "B</etc/live/config.d/*.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:248
+#: en/live-config.7:246
 #, no-wrap
 msgid "B<live/config.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:249
+#: en/live-config.7:247
 #, no-wrap
 msgid "B<live/config.d/*.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:250
+#: en/live-config.7:248
 #, no-wrap
 msgid "B</lib/live/config.sh>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:251
+#: en/live-config.7:249
 #, no-wrap
 msgid "B</lib/live/config/>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:252
+#: en/live-config.7:250
 #, no-wrap
 msgid "B</var/lib/live/config/>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:253
+#: en/live-config.7:251
 #, no-wrap
 msgid "B</var/log/live/config.log>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:255
+#: en/live-config.7:253
 #, no-wrap
 msgid "B</live/hooks/*>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:256
+#: en/live-config.7:254
 #, no-wrap
 msgid "B<live/hooks/*>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:257
+#: en/live-config.7:255
 #, no-wrap
 msgid "B</live/preseed/*>"
 msgstr ""
 
 #. type: IP
-#: en/live-config.7:258
+#: en/live-config.7:256
 #, no-wrap
 msgid "B<live/preseed/* >"
 msgstr ""
 
 #. type: SH
-#: en/live-config.7:260
+#: en/live-config.7:258
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:262
+#: en/live-config.7:260
 msgid "I<live-boot>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:264
+#: en/live-config.7:262
 msgid "I<live-build>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:266
+#: en/live-config.7:264
 msgid "I<live-tools>(7)"
 msgstr ""
 
 #. type: SH
-#: en/live-config.7:267
+#: en/live-config.7:265
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:269
+#: en/live-config.7:267
 msgid ""
 "More information about live-config and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -1387,13 +1381,13 @@
 msgstr ""
 
 #. type: SH
-#: en/live-config.7:270
+#: en/live-config.7:268
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:272
+#: en/live-config.7:270
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-config package "
 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
@@ -1402,13 +1396,13 @@
 msgstr ""
 
 #. type: SH
-#: en/live-config.7:273
+#: en/live-config.7:271
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
-#: en/live-config.7:274
+#: en/live-config.7:272
 msgid ""
 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt>."
 msgstr ""
diff -Nru live-config-3.0~a43/manpages/pt_BR/live-config.pt_BR.7 live-config-3.0.3/manpages/pt_BR/live-config.pt_BR.7
--- live-config-3.0~a43/manpages/pt_BR/live-config.pt_BR.7	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/manpages/pt_BR/live-config.pt_BR.7	2012-08-14 07:55:21.000000000 -0300
@@ -1,7 +1,7 @@
 .\" live-config(7) - System Configuration Scripts
 .\" Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 .\"
-.\" live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 .\" This is free software, and you are welcome to redistribute it
 .\" under certain conditions; see COPYING for details.
 .\"
@@ -11,7 +11,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-CONFIG 7 12\-07\-2012 3.0~a43\-1 "Projeto Debian Live"
+.TH LIVE\-CONFIG 7 14\-08\-2012 3.0.3\-1 "Projeto Debian Live"
 
 .SH NOME
 \fBlive\-config\fP \- Scripts para Configuração do Sistema
@@ -100,32 +100,36 @@
 configurado para UTC ou não. O padrão é 'yes'.
 .IP "\fBlive\-config.keyboard\-model\fP=\fIMODELO_DO_TECLADO\fP | \fBkeyboard\-model\fP=\fIMODELO_DO_TECLADO\fP" 4
 Permite configurar o modelo do teclado. Não há valor padrão definido.
-.IP "\fBlive\-config.keyboard\-layouts\fP=\fILAYOUT1_DO_TECLADO\fP,\fILAYOUT2_DO_TECLADO\fP ... \fILAYOUTn_DO_TECLADO\fP | \fBkeyboard\-layouts\fP=\fILAYOUT1_DO_TECLADO\fP,\fILAYOUT2_DO_TECLADO\fP ... \fILAYOUTn_DO_TECLADO\fP" 4
-Permite configurar layouts de teclado. Se mais de um layout for
+.IP "\fBlive\-config.keyboard\-layouts\fP=\fILEIAUTE1_DO_TECLADO\fP,\fILEIAUTE2_DO_TECLADO\fP ... \fILEIAUTEn_DO_TECLADO\fP | \fBkeyboard\-layouts\fP=\fILEIAUTE1_DO_TECLADO\fP,\fILEIAUTE2_DO_TECLADO\fP ... \fILEIAUTEn_DO_TECLADO\fP" 4
+Permite configurar leiautes de teclado. Se mais de um leiaute for
 especificado, as ferramentas do ambiente desktop possibilitarão a troca
 entre eles no X11. Não há valor padrão definido.
-.IP "\fBlive\-config.keyboard\-variant\fP=\fIVARIANTE_DE_TECLADO\fP | \fBkeyboard\-variant\fP=\fIVARIANTE_DE_TECLADO\fP" 4
-Permite configurar a variente de teclado. Não há valor padrão definido.
+.IP "\fBlive\-config.keyboard\-variants\fP=\fIVARIANTE1_DO_TECLADO\fP,\fIVARIANTE2_DO_TECLADO\fP ... \fIVARIANTEn_DO_TECLADO\fP | \fBkeyboard\-variants\fP=\fIVARIANTE1_DO_TECLADO\fP,\fIVARIANTE2_DO_TECLADO\fP ... \fIVARIANTEn_DO_TECLADO\fP" 4
+Permite configurar as variantes de teclado. Se mais de uma for especificada,
+um mesmo número de valores para leiautes deve ser definido, uma vez que
+estes serão combinados um a um na ordem especificada. Valores em branco são
+permitidos. As ferramentas do ambiente de trabalho possibilitarão a troca
+entre cada par leiaute/variante no X11. Não há valor padrão definido.
 .IP "\fBlive\-config.keyboard\-options\fP=\fIOPÇÕES_DE_TECLADO\fP | \fBkeyboard\-options\fP=\fIOPÇÕES_DE_TECLADO\fP" 4
 Permite configurar as opções de teclado. Não há valor padrão definido.
 .IP "\fBlive\-config.sysv\-rc\fP=\fISERVIÇO1\fP,\fISERVIÇO2\fP ... \fISERVIÇOn\fP | \fBsysv\-rc\fP=\fISERVIÇO1\fP,\fISERVIÇO2\fP ... \fISERVIÇOn\fP" 4
-Permite desabilitar serviços sysv através do update\-rc.d.
+Permite desabilitar serviços sysv via update\-rc.d.
 .IP "\fBlive\-config.x\-session\-manager=\fP\fIGERENCIADOR_DE_SESSÕES_DO_X\fP | \fBx\-session\-manager\fP=\fIGERENCIADOR_DE_SESSÕES_DO_X\fP" 4
 Permite definir o gerenciador de sessões do X através do
 update\-alternatives.
 .IP "\fBlive\-config.xorg\-driver\fP=\fIDRIVER_DO_XORG\fP | \fBxorg\-driver\fP=\fIDRIVER_DO_XORG\fP" 4
-Permite definir o driver do xorg ao invés de auto\-detectá\-lo.
+Permite definir o driver do xorg em vez de detectá\-lo automaticamente.
 .IP "\fBlive\-config.xorg\-resolution\fP=\fIRESOLUÇÃO_DO_XORG\fP | \fBxorg\-resolution\fP=\fIRESOLUÇÃO_DO_XORG\fP" 4
-Permite definir a resolução do xorg ao invés de auto\-detectá\-la, por
-exemplo, 1024x768.
+Permite definir a resolução do xorg em vez de detectá\-la automaticamente,
+por exemplo, 1024x768.
 .IP "\fBlive\-config.hooks\fP=filesystem|medium|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP | \fBhooks\fP=medium|filesystem|\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP" 4
 Permite obter e executar um ou mais arquivos arbitrários. Note que as URLs
 precisam ser acessíveis por wget (http, ftp ou file://), que os arquivos são
 executados no diretório /tmp do sistema de arquivos em execução, e que os
 arquivos precisam que suas dependências, se houverem, estejam
-instaladas. Por exemplo, se um script python deve ser executado, python deve
-estar instalado no sistema. Alguns hooks para alguns casos de uso comuns
-estão disponíveis em /usr/share/doc/live\-config/examples/hooks/ e
+instaladas. Por exemplo, se um script python necessita ser executado, python
+deve estar instalado no sistema. Alguns hooks para casos de uso comuns estão
+disponíveis em /usr/share/doc/live\-config/examples/hooks/ e
 <\fIhttp://live.debian.net/other/hooks\fP>.
 .br
 Se o arquivo estiver na mídia live, ele pode ser obtido através de
@@ -220,13 +224,14 @@
 .IP \fBLIVE_KEYBOARD_MODEL\fP=\fIMODELO_DE_TECLADO\fP 4
 Esta variável é equivalente ao parâmetro
 \&'\fBlive\-config.keyboard\-model\fP=\fIMODELO_DE_TECLADO\fP'.
-.IP "\fBLIVE_KEYBOARD_LAYOUTS\fP=\fILAYOUT1_DE_TECLADO\fP,\fILAYOUT2_DE_TECLADO\fP ... \fILAYOUTn_DE_TECLADO\fP" 4
+.IP "\fBLIVE_KEYBOARD_LAYOUTS\fP=\fILEIAUTE1_DE_TECLADO\fP,\fILEIAUTE2_DE_TECLADO\fP ... \fILEIAUTEn_DE_TECLADO\fP" 4
 Esta variável é equivalente ao parâmetro
-\&'\fBlive\-config.keyboard\-layouts\fP=\fILAYOUT1_DE_TECLADO\fP,\fILAYOUT2_DE_TECLADO\fP
-\&... \fILAYOUTn_DE_TECLADO\fP'.
-.IP \fBLIVE_KEYBOARD_VARIANT\fP=\fIVARIANTE_DE_TECLADO\fP 4
+\&'\fBlive\-config.keyboard\-variants\fP=\fILEIAUTE1_DE_TECLADO\fP,\fILEIAUTE2_DE_TECLADO\fP
+\&... \fILEIAUTEn_DE_TECLADO\fP'.
+.IP "\fBLIVE_KEYBOARD_VARIANTS\fP=\fIVARIANTE1_DE_TECLADO\fP,\fIVARIANTE2_DE_TECLADO\fP ... \fIVARIANTEn_DE_TECLADO\fP" 4
 Esta variável é equivalente ao parâmetro
-\&'\fBlive\-config.keyboard\-variant\fP=\fIVARIANTE_DE_TECLADO\fP'.
+\&'\fBlive\-config.keyboard\-variants\fP=\fIVARIANTE1_DE_TECLADO\fP,\fIVARIANTE2_DE_TECLADO\fP
+\&... \fIVARIANTEn_DE_TECLADO\fP'.
 .IP \fBLIVE_KEYBOARD_OPTIONS\fP=\fIOPÇÕES_DE_TECLADO\fP 4
 Esta variável é equivalente ao parâmetro
 \&'\fBlive\-config.keyboard\-options\fP=\fIOPÇÕES_DE_TECLADO\fP'.
@@ -319,10 +324,7 @@
 .IP \fBgnome\-power\-manager\fP 4
 desabilita hibernação.
 .IP \fBgnome\-screensaver\fP 4
-desabilita o bloqueio de tela do screensaver.
-.IP \fBinitramfs\-tools\fP 4
-faz com que o update\-initramfs também atualize a mídia live quando
-persistência for usada.
+desabilita o bloqueio de tela pelo screensaver.
 .IP \fBkaboom\fP 4
 desabilita o assitente de migração do KDE.
 .IP \fBkde\-services\fP 4
@@ -335,13 +337,13 @@
 .IP \fBpolicykit\fP 4
 concede privilégios de usuário através de policykit.
 .IP \fBsslcert\fP 4
-gera novos certificados ssl.
+gera novos certificados ssl snake\-oil.
 .IP \fBupdate\-notifier\fP 4
 desabilita update\-notifier.
 .IP \fBanacron\fP 4
 desabilita anacron.
 .IP \fButil\-linux\fP 4
-desabilita o relógio de hardware do util\-linux.
+desabilita o hwclock do util\-linux
 .IP \fBlogin\fP 4
 desabilita lastlog.
 .IP \fBxserver\-xorg\fP 4
@@ -349,7 +351,7 @@
 .IP "\fBureadahead\fP (apenas ubuntu)" 4
 desabilita ureadahead.
 .IP \fBopenssh\-server\fP 4
-recriar chaves do servidor openssh
+recria chaves do servidor openssh
 .IP \fBhooks\fP 4
 permite executar comandos arbitrários a partir de um script localizado na
 mídia live ou um servidor http/ftp.
@@ -382,7 +384,7 @@
 disponível em <\fIhttp://live.debian.net/manual/\fP>.
 
 .SH BUGS
-Bugs podem ser relatados através da submissão de um reporte de bug para o
+Bugs podem ser reportados através da submissão de um relatório de bug para o
 pacote live\-config através do Debian Bug Tracking System em
 <\fIhttp://bugs.debian.org/\fP> ou enviando um email para a lista de
 discussão Debian Live em <\fIdebian\-live@lists.debian.org\fP>.
diff -Nru live-config-3.0~a43/scripts/config/0010-debconf live-config-3.0.3/scripts/config/0010-debconf
--- live-config-3.0~a43/scripts/config/0010-debconf	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0010-debconf	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0020-hostname live-config-3.0.3/scripts/config/0020-hostname
--- live-config-3.0~a43/scripts/config/0020-hostname	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0020-hostname	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -35,7 +35,8 @@
 Configure_hostname ()
 {
 	# Change hostname only if it is not set
-	if [ ! -e /etc/hostname ] || grep -qs localhost\.localdomain /etc/hostname
+	if [ ! -e /etc/hostname ] || \
+	   grep -qs localhost\.localdomain /etc/hostname
 	then
 		echo "${LIVE_HOSTNAME}" > /etc/hostname
 	else
diff -Nru live-config-3.0~a43/scripts/config/0030-user-setup live-config-3.0.3/scripts/config/0030-user-setup
--- live-config-3.0~a43/scripts/config/0030-user-setup	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0030-user-setup	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -42,7 +42,7 @@
 
 Configure_user_setup ()
 {
-	# Checking if if package is already configured differently
+	# Checking if package is already configured differently
 	if grep -q "^${LIVE_USERNAME}:" /etc/passwd
 	then
 		return
@@ -78,7 +78,7 @@
 	debconf-set-selections < /debconf.live
 	rm -f /debconf.live
 
-	# FIXME
+	# Workaround for bug in shadow
 	set +e
 	touch /etc/passwd-
 	chmod 0600 /etc/passwd-
diff -Nru live-config-3.0~a43/scripts/config/0040-sudo live-config-3.0.3/scripts/config/0040-sudo
--- live-config-3.0~a43/scripts/config/0040-sudo	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0040-sudo	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -34,7 +34,7 @@
 
 Configure_sudo ()
 {
-	# Checking if if package is already configured differently
+	# Checking if package is already configured differently
 	if grep -qs "^${LIVE_USERNAME}" /etc/sudoers.d/live
 	then
 		return
diff -Nru live-config-3.0~a43/scripts/config/0050-locales live-config-3.0.3/scripts/config/0050-locales
--- live-config-3.0~a43/scripts/config/0050-locales	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0050-locales	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -34,76 +34,27 @@
 
 Configure_locales ()
 {
-	if [ -e /etc/default/locale ]
+	if echo "${LIVE_LOCALES}" | grep -qs ","
 	then
-		# use rootfs configured locale
-		_LOCALE="$(grep -s 'LANG=' /etc/default/locale | sed s/'LANG='// | tr -d '"' )"
+		# multiple locales specified
+		_LOCALE="$(echo ${LIVE_LOCALES} | sed -e 's|,.*||')"
+		_LOCALES="$(echo ${LIVE_LOCALES} | sed -e "s|^${_LOCALE},||" -e 's|,| |g')"
+	else
+		# one or no locale specified
+		_LOCALE="${LIVE_LOCALES:-en_US.UTF-8}"
+		_LOCALES=""
 	fi
 
-	if [ -n "${LIVE_LOCALES}" ]
-	then
-		_LOCALE="${LIVE_LOCALES}"
-		_SET_LOCALE="true"
-	fi
-
-	if [ -z "${_LOCALE}" ]
-	then
-		# Set a default one
-		_LOCALE="en_US.UTF-8"
-		_SET_LOCALE="true"
-	fi
-
-	_LANGUAGE="$(echo $locale | cut -d. -f1)"
-	export _LANGUAGE
-
-	if [ -z "${_SET_LOCALE}" ]
-	then
-		# Actually, we should check here if the locale is generated
-		return
-	fi
-
-	if echo "${_LOCALE}" | grep -sqE '^[[:lower:]]{2}$'
-	then
-		# input is like "locale=ch", so we will convert and setup also the keyboard if not already set
-		if [ -z "${_KEYBOARD}" ]
-		then
-			_KEYBOARD="${_LOCALE}"
-			export _KEYBOARD
-		fi
-
-		_LOCALE_UP=$(echo "${_LOCALE}" | tr '[a-z]' '[A-Z]')
-		_LOCALE="${_LOCALE}_${_LOCALE_UP}.UTF-8"
-	fi
-
-	LANG=
-	_LANGUAGE="$(echo ${_LOCALE} | cut -d. -f1)"
-	eval $(awk '/^'"${_LOCALE}"'/ { print "LANG=" $1 " codepage=" $2; exit; }' /usr/share/i18n/SUPPORTED)
-
-	if [ -z "${LANG}" ]
-	then
-		# Try and fallback to another codepage for this language.
-		eval $(awk '/^'"${_LANGUAGE}"'/ { print "LANG=" $1 " codepage=" $2; exit; }' /usr/share/i18n/SUPPORTED)
-
-		if [ -n "${LANG}" ]
-		then
-			echo "Choosing locale '${LANG}' as '${_LOCALE}' is unsupported."
-		fi
-	fi
-
-	if [ -z "${LANG}" ]
-	then
-		echo "Locale '${_LOCALE}' is unsupported."
-		_CODEPAGE="UTF-8"
-		_LANGUAGE="en_US"
-		_LOCALE="${_LANGUAGE}.${_CODEPAGE}"
-		LANG="${_LANGUAGE}.${_CODEPAGE}"
-	fi
-
-	printf 'LANG="%s"\n' "${LANG}" > /etc/default/locale
+	echo "LANG=${_LOCALE}" > /etc/default/locale
 
 	if [ -e /etc/locale.gen ]
 	then
-		sed -i -e "s|# ${LANG} ${_CODEPAGE}|${LANG} ${_CODEPAGE}|" /etc/locale.gen
+		for _LOCALE in ${_LOCALE} ${_LOCALES}
+		do
+			_CHARSET="$(echo ${_LOCALE} | awk -F. '{ print $2 }')"
+
+			sed -i -e "s|# ${_LOCALE} ${_CHARSET}|${_LOCALE} ${_CHARSET}|" /etc/locale.gen
+		done
 	fi
 
 	locale-gen --keep-existing > /dev/null 2>&1
diff -Nru live-config-3.0~a43/scripts/config/0060-locales-all live-config-3.0.3/scripts/config/0060-locales-all
--- live-config-3.0~a43/scripts/config/0060-locales-all	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0060-locales-all	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0070-tzdata live-config-3.0.3/scripts/config/0070-tzdata
--- live-config-3.0~a43/scripts/config/0070-tzdata	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0070-tzdata	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0080-gdm live-config-3.0.3/scripts/config/0080-gdm
--- live-config-3.0~a43/scripts/config/0080-gdm	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0080-gdm	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -42,7 +42,7 @@
 
 Configure_gdm ()
 {
-	# Checking if if package is already configured differently
+	# Checking if package is already configured differently
 	if grep -qs AutomaticLoginEnable /etc/gdm/gdm.conf
 	then
 		return
diff -Nru live-config-3.0~a43/scripts/config/0090-gdm3 live-config-3.0.3/scripts/config/0090-gdm3
--- live-config-3.0~a43/scripts/config/0090-gdm3	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0090-gdm3	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -42,7 +42,7 @@
 
 Configure_gdm3 ()
 {
-	# Checking if if package is already configured
+	# Checking if package is already configured
 	if grep -qs AutomaticLoginEnable=true /etc/gdm3/daemon.conf
 	then
 		return
diff -Nru live-config-3.0~a43/scripts/config/0100-kdm live-config-3.0.3/scripts/config/0100-kdm
--- live-config-3.0~a43/scripts/config/0100-kdm	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0100-kdm	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0110-lightdm live-config-3.0.3/scripts/config/0110-lightdm
--- live-config-3.0~a43/scripts/config/0110-lightdm	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0110-lightdm	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0120-lxdm live-config-3.0.3/scripts/config/0120-lxdm
--- live-config-3.0~a43/scripts/config/0120-lxdm	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0120-lxdm	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0130-nodm live-config-3.0.3/scripts/config/0130-nodm
--- live-config-3.0~a43/scripts/config/0130-nodm	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0130-nodm	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0140-slim live-config-3.0.3/scripts/config/0140-slim
--- live-config-3.0~a43/scripts/config/0140-slim	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0140-slim	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -42,7 +42,7 @@
 
 Configure_slim ()
 {
-	# Checking if if package is already configured differently
+	# Checking if package is already configured differently
 	if grep -qs "^auto_login" /etc/slim.conf
 	then
 		return
diff -Nru live-config-3.0~a43/scripts/config/0150-xinit live-config-3.0.3/scripts/config/0150-xinit
--- live-config-3.0~a43/scripts/config/0150-xinit	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0150-xinit	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -32,7 +32,7 @@
 
 Configure_xinit ()
 {
-	# Checking if if package is already configured differently
+	# Checking if package is already configured differently
 	if [ -e /etc/profile.d/zz-live.sh ]
 	then
 		return
diff -Nru live-config-3.0~a43/scripts/config/0160-keyboard-configuration live-config-3.0.3/scripts/config/0160-keyboard-configuration
--- live-config-3.0~a43/scripts/config/0160-keyboard-configuration	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0160-keyboard-configuration	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -35,8 +35,8 @@
 				LIVE_KEYBOARD_OPTIONS="${_PARAMETER#*keyboard-options=}"
 				;;
 
-			live-config.keyboard-variant=*|keyboard-variant=*)
-				LIVE_KEYBOARD_VARIANT="${_PARAMETER#*keyboard-variant=}"
+			live-config.keyboard-variants=*|keyboard-variants=*)
+				LIVE_KEYBOARD_VARIANTS="${_PARAMETER#*keyboard-variants=}"
 				;;
 		esac
 	done
@@ -46,13 +46,6 @@
 
 Configure_keyboard_configuration ()
 {
-	if [ -n "${LIVE_KEYBOARD_MODEL}" ]
-	then
-		echo "keyboard-configuration keyboard-configuration/modelcode select ${LIVE_KEYBOARD_MODEL}" >> /tmp/debconf.live
-
-		sed -i -e "s|^XKBMODEL=.*$|XKBMODEL=\"${LIVE_KEYBOARD_MODEL}\"|" /etc/default/keyboard
-	fi
-
 	if [ -n "${LIVE_KEYBOARD_LAYOUTS}" ]
 	then
 		echo "keyboard-configuration keyboard-configuration/layoutcode select ${LIVE_KEYBOARD_LAYOUTS}" >> /tmp/debconf.live
@@ -60,20 +53,27 @@
 		sed -i -e "s|^XKBLAYOUT=.*$|XKBLAYOUT=\"${LIVE_KEYBOARD_LAYOUTS}\"|" /etc/default/keyboard
 	fi
 
-	if [ -n "${LIVE_KEYBOARD_VARIANT}" ]
+	if [ -n "${LIVE_KEYBOARD_MODEL}" ]
 	then
-		echo "keyboard-configuration keyboard-configuration/variantcode select ${LIVE_KEYBOARD_VARIANT}" >> /tmp/debconf.live
+		echo "keyboard-configuration keyboard-configuration/modelcode select ${LIVE_KEYBOARD_MODEL}" >> /tmp/debconf.live
 
-		sed -i -e "s|^XKBVARIANT=.*$|XKBVARIANT=\"${LIVE_KEYBOARD_VARIANT}\"|" /etc/default/keyboard
+		sed -i -e "s|^XKBMODEL=.*$|XKBMODEL=\"${LIVE_KEYBOARD_MODEL}\"|" /etc/default/keyboard
 	fi
 
 	if [ -n "${LIVE_KEYBOARD_OPTIONS}" ]
 	then
-		echo "keyboard-configuration keyboard-configuration/variantcode string ${LIVE_KEYBOARD_OPTIONS}" >> /tmp/debconf.live
+		echo "keyboard-configuration keyboard-configuration/optionscode string ${LIVE_KEYBOARD_OPTIONS}" >> /tmp/debconf.live
 
 		sed -i -e "s|^XKBOPTIONS=.*$|XKBOPTIONS=\"${LIVE_KEYBOARD_OPTIONS}\"|" /etc/default/keyboard
 	fi
 
+	if [ -n "${LIVE_KEYBOARD_VARIANTS}" ]
+	then
+		echo "keyboard-configuration keyboard-configuration/variantcode select ${LIVE_KEYBOARD_VARIANTS}" >> /tmp/debconf.live
+
+		sed -i -e "s|^XKBVARIANT=.*$|XKBVARIANT=\"${LIVE_KEYBOARD_VARIANTS}\"|" /etc/default/keyboard
+	fi
+
 	if [ -e /tmp/debconf.live ]
 	then
 		debconf-set-selections < /tmp/debconf.live
diff -Nru live-config-3.0~a43/scripts/config/0170-sysvinit live-config-3.0.3/scripts/config/0170-sysvinit
--- live-config-3.0~a43/scripts/config/0170-sysvinit	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0170-sysvinit	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0180-sysv-rc live-config-3.0.3/scripts/config/0180-sysv-rc
--- live-config-3.0~a43/scripts/config/0180-sysv-rc	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0180-sysv-rc	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/0190-upstart live-config-3.0.3/scripts/config/0190-upstart
--- live-config-3.0~a43/scripts/config/0190-upstart	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/0190-upstart	2012-08-14 07:55:21.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -38,7 +38,8 @@
 	do
 		_TTY="$(basename ${_FILE} .conf)"
 
-		if [ -e /sbin/mingetty ] || grep -qs '^exec.*mingetty' "${_FILE}"
+		if [ -e /sbin/mingetty ] || \
+		   grep -qs '^exec.*mingetty' "${_FILE}"
 		then
 			# mingetty has autologin support
 			sed -i -e 's|^\(exec.*getty\) *\(--autologin *[^ ]* *\)*.*$|exec /sbin/mingetty --autologin '"${LIVE_USERNAME} ${_TTY}|g" "${_FILE}"
diff -Nru live-config-3.0~a43/scripts/config/1010-apport live-config-3.0.3/scripts/config/1010-apport
--- live-config-3.0~a43/scripts/config/1010-apport	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1010-apport	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/1020-gnome-panel-data live-config-3.0.3/scripts/config/1020-gnome-panel-data
--- live-config-3.0~a43/scripts/config/1020-gnome-panel-data	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1020-gnome-panel-data	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/scripts/config/1030-gnome-power-manager live-config-3.0.3/scripts/config/1030-gnome-power-manager
--- live-config-3.0~a43/scripts/config/1030-gnome-power-manager	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1030-gnome-power-manager	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -17,7 +17,7 @@
 		return
 	fi
 
-	echo -n " gnome-screensaver"
+	echo -n " gnome-power-manager"
 
 	# Reading kernel command line
 	for _PARAMETER in ${_CMDLINE}
diff -Nru live-config-3.0~a43/scripts/config/1040-gnome-screensaver live-config-3.0.3/scripts/config/1040-gnome-screensaver
--- live-config-3.0~a43/scripts/config/1040-gnome-screensaver	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1040-gnome-screensaver	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
@@ -17,7 +17,7 @@
 		return
 	fi
 
-	echo -n " gnome-screesnaver"
+	echo -n " gnome-screensaver"
 
 	# Reading kernel command line
 	for _PARAMETER in ${_CMDLINE}
diff -Nru live-config-3.0~a43/scripts/config/1050-initramfs-tools live-config-3.0.3/scripts/config/1050-initramfs-tools
--- live-config-3.0~a43/scripts/config/1050-initramfs-tools	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1050-initramfs-tools	1969-12-31 20:00:00.000000000 -0400
@@ -1,87 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Initramfs_tools ()
-{
-	# Checking if package is installed or already configured
-	if [ ! -e /var/lib/dpkg/info/initramfs-tools.list ] || \
-	   [ -e /var/lib/live/config/initramfs-tools ]
-	then
-		return
-	fi
-
-	echo -n " initramfs-tools"
-
-	Configure_update_initramfs
-}
-
-Configure_update_initramfs ()
-{
-	# Checking if apckage is already configured differently
-	if [ -e /usr/sbin/update-initramfs.debian ]
-	then
-		return
-	fi
-
-	# Possibly disabling update-initramfs (useless on a live CD)
-
-	# Diverting /usr/sbin/update-initramfs
-	dpkg-divert --quiet --package live-config --add --rename --divert /usr/sbin/update-initramfs.debian /usr/sbin/update-initramfs
-
-	# rw is guaranteed to be first.
-	if [ -w /cdrom ] && grep -q ' /cdrom rw[, ]' /proc/self/mountinfo
-	then
-		# live-media is writable
-
-cat > /usr/sbin/update-initramfs << 'EOF'
-#!/bin/sh
-
-# Updating initramfs
-update-initramfs.debian "${@}"
-
-if [ -e /initrd.img ]
-then
-	_DIRECTORY=""
-else
-	_DIRECTORY="/boot"
-fi
-
-# Copying kernel and initrd to live media
-if [ -e /cdrom/live/initrd.lz ]
-then
-	zcat "${_DIRECTORY}/initrd.img" | lzma -9c > /cdrom/live/initrd.lz.new
-	mv /cdrom/live/initrd.lz.new /cdrom/live/initrd.lz
-else
-	cp "${_DIRECTORY}/initrd.img" /cdrom/live/initrd.gz.new
-	mv /cdrom/live/initrd.gz.new /cdrom/live/initrd.gz
-fi
-
-cp "${_DIRECTORY}/vmlinuz" /cdrom/live/vmlinuz.new
-mv /cdrom/live/vmlinuz.new /cdrom/live/vmlinuz
-EOF
-
-	else
-		# live-media is read-only
-
-cat > /usr/sbin/update-initramfs << EOF
-#!/bin/sh
-
-echo "I: update-initramfs is disabled (live system is running on read-only media)."
-EOF
-
-fi
-
-	chmod 0755 /usr/sbin/update-initramfs
-
-	# Creating state file
-	touch /var/lib/live/config/initramfs-tools
-}
-
-Initramfs_tools
diff -Nru live-config-3.0~a43/scripts/config/1050-kaboom live-config-3.0.3/scripts/config/1050-kaboom
--- live-config-3.0~a43/scripts/config/1050-kaboom	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1050-kaboom	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,43 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Kaboom ()
+{
+	# Checking if package is installed or already configured
+	if [ ! -e /var/lib/dpkg/info/kaboom.list ] || \
+	   [ -e /var/lib/live/config/kaboom ]
+	then
+		return
+	fi
+
+	echo -n " kaboom"
+
+	# Reading kernel command line
+	for _PARAMETER in ${_CMDLINE}
+	do
+		case "${_PARAMETER}" in
+			live-config.username=*|username=*)
+				LIVE_USERNAME="${_PARAMETER#*username=}"
+				;;
+		esac
+	done
+
+	Configure_kaboom
+}
+
+Configure_kaboom ()
+{
+	sudo -u "${LIVE_USERNAME}" sh -c "mkdir -p /home/${LIVE_USERNAME}/.local && touch /home/${LIVE_USERNAME}/.local/kaboom"
+
+	# Creating state file
+	touch /var/lib/live/config/kaboom
+}
+
+Kaboom
diff -Nru live-config-3.0~a43/scripts/config/1060-kaboom live-config-3.0.3/scripts/config/1060-kaboom
--- live-config-3.0~a43/scripts/config/1060-kaboom	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1060-kaboom	1969-12-31 20:00:00.000000000 -0400
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Kaboom ()
-{
-	# Checking if package is installed or already configured
-	if [ ! -e /var/lib/dpkg/info/kaboom.list ] || \
-	   [ -e /var/lib/live/config/kaboom ]
-	then
-		return
-	fi
-
-	echo -n " kaboom"
-
-	# Reading kernel command line
-	for _PARAMETER in ${_CMDLINE}
-	do
-		case "${_PARAMETER}" in
-			live-config.username=*|username=*)
-				LIVE_USERNAME="${_PARAMETER#*username=}"
-				;;
-		esac
-	done
-
-	Configure_kaboom
-}
-
-Configure_kaboom ()
-{
-	sudo -u "${LIVE_USERNAME}" sh -c "mkdir -p /home/${LIVE_USERNAME}/.local && touch /home/${LIVE_USERNAME}/.local/kaboom"
-
-	# Creating state file
-	touch /var/lib/live/config/kaboom
-}
-
-Kaboom
diff -Nru live-config-3.0~a43/scripts/config/1060-kde-services live-config-3.0.3/scripts/config/1060-kde-services
--- live-config-3.0~a43/scripts/config/1060-kde-services	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1060-kde-services	2012-08-14 07:55:21.000000000 -0300
@@ -0,0 +1,82 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Kde_services ()
+{
+	# Checking if package is installed or already configured
+	if [ ! -e /usr/share/kde4 ] || \
+	   [ -e /var/lib/live/config/kde-services ]
+	then
+		return
+	fi
+
+	echo -n " kde-services"
+
+	# Reading kernel command line
+	for _PARAMETER in ${_CMDLINE}
+	do
+		case "${_PARAMETER}" in
+			live-config.keyboard-layouts=*|keyboard-layouts=*)
+				LIVE_KEYBOARD_LAYOUTS="${_PARAMETER#*keyboard-layouts=}"
+				;;
+
+			live-config.username=*|username=*)
+				LIVE_USERNAME="${_PARAMETER#*username=}"
+				;;
+		esac
+	done
+
+	Configure_kde_services
+}
+
+Configure_kde_services ()
+{
+	# Enabling keyboard selector
+	if echo "${LIVE_KEYBOARD_LAYOUTS}" | grep -qs ','
+	then
+		if [ ! -e "/home/${LIVE_USERNAME}/.kde/share/config/kxkbrc" ]
+		then
+			mkdir -p "/home/${LIVE_USERNAME}/.kde/share/config/"
+
+cat > "/home/${LIVE_USERNAME}/.kde/share/config/kxkbrc" << EOF
+[Layout]
+DisplayNames=${LIVE_KEYBOARD_LAYOUTS}
+IndicatorOnly=false
+LayoutList=${LIVE_KEYBOARD_LAYOUTS}
+ShowFlag=false
+SwitchMode=Global
+Use=true
+EOF
+
+			chown ${LIVE_USERNAME}:${LIVE_USERNAME} "/home/${LIVE_USERNAME}/.kde" -R
+		fi
+	fi
+
+	# Disabling unnecessary KDE services
+	rm -f /usr/share/autostart/kab2kabc.desktop
+	rm -f /usr/share/autostart/kaddressbookmigrator.desktop
+	rm -f /usr/share/autostart/korgac.desktop
+	rm -f /usr/share/autostart/printer-applet.desktop
+	rm -f /usr/share/autostart/nepomukserver.desktop
+	rm -f /usr/share/kde4/services/kwalletd.desktop
+	rm -f /usr/share/kde4/services/kded/kpackagekitd.desktop
+	rm -f /usr/share/kde4/services/kded/freespacenotifier.desktop
+	rm -f /usr/share/kde4/services/plasma-runner-contacts.desktop  # starts akonadi
+	rm -f /usr/share/kde4/services/kded/notificationhelper.desktop
+	rm -f /usr/share/kde4/services/plasma-dataengine-calendar.desktop # starts akonadi
+
+	# should enable kxkb in ~/.kde/share/config/kxkbrc
+	# if multiple layouts are specified. gnome does it per default.
+
+	# Creating state file
+	touch /var/lib/live/config/kde-services
+}
+
+Kde_services
diff -Nru live-config-3.0~a43/scripts/config/1070-debian-installer-launcher live-config-3.0.3/scripts/config/1070-debian-installer-launcher
--- live-config-3.0~a43/scripts/config/1070-debian-installer-launcher	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1070-debian-installer-launcher	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,52 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Debian_installer_launcher ()
+{
+	# Checking if package is installed or already configured
+	if [ ! -e /var/lib/dpkg/info/debian-installer-launcher.list ] || \
+	   [ -e /var/lib/live/config/debian-installer-launcher ]
+	then
+		return
+	fi
+
+	echo -n " debian-installer-launcher"
+
+	# Reading kernel command line
+	for _PARAMETER in ${_CMDLINE}
+	do
+		case "${_PARAMETER}" in
+			live-config.username=*|username=*)
+				LIVE_USERNAME="${_PARAMETER#*username=}"
+				;;
+		esac
+	done
+
+	Configure_debian_installer_launcher
+}
+
+Configure_debian_installer_launcher ()
+{
+	# KDE4 needs the desktop file somewhere else,
+	# otherwise no Home and Trash icons on the desktop.
+	if [ -d  /usr/share/kde4/apps/kio_desktop/DesktopLinks ] && \
+	   [ -e /var/lib/dpkg/info/xdg-user-dirs.list ]
+	then
+		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /usr/share/kde4/apps/kio_desktop/DesktopLinks/debian-installer-launcher.desktop
+	else
+		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /home/${LIVE_USERNAME}/Desktop/debian-installer-launcher.desktop
+		chown ${LIVE_USERNAME}:${LIVE_USERNAME} /home/${LIVE_USERNAME}/Desktop -R
+	fi
+
+	# Creating state file
+	touch /var/lib/live/config/debian-installer-launcher
+}
+
+Debian_installer_launcher
diff -Nru live-config-3.0~a43/scripts/config/1070-kde-services live-config-3.0.3/scripts/config/1070-kde-services
--- live-config-3.0~a43/scripts/config/1070-kde-services	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1070-kde-services	1969-12-31 20:00:00.000000000 -0400
@@ -1,83 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Kde_services ()
-{
-	# Checking if package is installed or already configured
-	# we're only checking for KDE4 here (FIXME).
-	if [ ! -e /usr/share/kde4 ] || \
-	   [ -e /var/lib/live/config/kde-services ]
-	then
-		return
-	fi
-
-	echo -n " kde-services"
-
-	# Reading kernel command line
-	for _PARAMETER in ${_CMDLINE}
-	do
-		case "${_PARAMETER}" in
-			live-config.keyboard-layouts=*|keyboard-layouts=*)
-				LIVE_KEYBOARD_LAYOUTS="${_PARAMETER#*keyboard-layouts=}"
-				;;
-
-			live-config.username=*|username=*)
-				LIVE_USERNAME="${_PARAMETER#*username=}"
-				;;
-		esac
-	done
-
-	Configure_kde_services
-}
-
-Configure_kde_services ()
-{
-	# Enabling keyboard selector
-	if echo "${LIVE_KEYBOARD_LAYOUTS}" | grep -qs ','
-	then
-		if [ ! -e "/home/${LIVE_USERNAME}/.kde/share/config/kxkbrc" ]
-		then
-			mkdir -p "/home/${LIVE_USERNAME}/.kde/share/config/"
-
-cat > "/home/${LIVE_USERNAME}/.kde/share/config/kxkbrc" << EOF
-[Layout]
-DisplayNames=${LIVE_KEYBOARD_LAYOUTS}
-IndicatorOnly=false
-LayoutList=${LIVE_KEYBOARD_LAYOUTS}
-ShowFlag=true
-SwitchMode=Global
-Use=true
-EOF
-
-			chown ${LIVE_USERNAME}:${LIVE_USERNAME} "/home/${LIVE_USERNAME}/.kde" -R
-		fi
-	fi
-
-	# Disabling unnecessary KDE services
-	rm -f /usr/share/autostart/kab2kabc.desktop
-	rm -f /usr/share/autostart/kaddressbookmigrator.desktop
-	rm -f /usr/share/autostart/korgac.desktop
-	rm -f /usr/share/autostart/printer-applet.desktop
-	rm -f /usr/share/autostart/nepomukserver.desktop
-	rm -f /usr/share/kde4/services/kwalletd.desktop
-	rm -f /usr/share/kde4/services/kded/kpackagekitd.desktop
-	rm -f /usr/share/kde4/services/kded/freespacenotifier.desktop
-	rm -f /usr/share/kde4/services/plasma-runner-contacts.desktop  # starts akonadi
-	rm -f /usr/share/kde4/services/kded/notificationhelper.desktop
-	rm -f /usr/share/kde4/services/plasma-dataengine-calendar.desktop # starts akonadi
-
-	# should enable kxkb in ~/.kde/share/config/kxkbrc
-	# if multiple layouts are specified. gnome does it per default.
-
-	# Creating state file
-	touch /var/lib/live/config/kde-services
-}
-
-Kde_services
diff -Nru live-config-3.0~a43/scripts/config/1080-debian-installer-launcher live-config-3.0.3/scripts/config/1080-debian-installer-launcher
--- live-config-3.0~a43/scripts/config/1080-debian-installer-launcher	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1080-debian-installer-launcher	1969-12-31 20:00:00.000000000 -0400
@@ -1,52 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Debian_installer_launcher ()
-{
-	# Checking if package is installed or already configured
-	if [ ! -e /var/lib/dpkg/info/debian-installer-launcher.list ] || \
-	   [ -e /var/lib/live/config/debian-installer-launcher ]
-	then
-		return
-	fi
-
-	echo -n " debian-installer-launcher"
-
-	# Reading kernel command line
-	for _PARAMETER in ${_CMDLINE}
-	do
-		case "${_PARAMETER}" in
-			live-config.username=*|username=*)
-				LIVE_USERNAME="${_PARAMETER#*username=}"
-				;;
-		esac
-	done
-
-	Configure_debian_installer_launcher
-}
-
-Configure_debian_installer_launcher ()
-{
-	# KDE4 needs the desktop file somewhere else,
-	# otherwise no Home and Trash icons on the desktop.
-	if [ -d  /usr/share/kde4/apps/kio_desktop/DesktopLinks ] && \
-	   [ -e /var/lib/dpkg/info/xdg-user-dirs.list ]
-	then
-		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /usr/share/kde4/apps/kio_desktop/DesktopLinks/debian-installer-launcher.desktop
-	else
-		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /home/${LIVE_USERNAME}/Desktop/debian-installer-launcher.desktop
-		chown ${LIVE_USERNAME}:${LIVE_USERNAME} /home/${LIVE_USERNAME}/Desktop -R
-	fi
-
-	# Creating state file
-	touch /var/lib/live/config/debian-installer-launcher
-}
-
-Debian_installer_launcher
diff -Nru live-config-3.0~a43/scripts/config/1080-module-init-tools live-config-3.0.3/scripts/config/1080-module-init-tools
--- live-config-3.0~a43/scripts/config/1080-module-init-tools	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1080-module-init-tools	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Module_init_tools ()
+{
+	# Checking if package is installed
+	case "$(dpkg --print-architecture)" in
+		powerpc|ppc64)
+			# Checking if package is already configured
+			if [ -e /var/lib/live/config/module-init-tools ]
+			then
+				return
+			fi
+			;;
+
+		*)
+			return
+			;;
+	esac
+
+	echo -n " module-init-tools"
+
+	Configure_module_init_tools
+}
+
+Configure_module_init_tools ()
+{
+	# Checking if apckage is already configured differently
+	if grep -qs "snd_powermac" /etc/modules
+	then
+		return
+	fi
+
+	# Preconfiguring /etc/modules
+	echo "snd_powermac" >> /etc/modules
+
+	# Creating state file
+	touch /var/lib/live/config/module-init-tools
+}
+
+Module_init_tools
diff -Nru live-config-3.0~a43/scripts/config/1090-module-init-tools live-config-3.0.3/scripts/config/1090-module-init-tools
--- live-config-3.0~a43/scripts/config/1090-module-init-tools	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1090-module-init-tools	1969-12-31 20:00:00.000000000 -0400
@@ -1,48 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Module_init_tools ()
-{
-	# Checking if package is installed
-	case "$(dpkg --print-architecture)" in
-		powerpc|ppc64)
-			# Checking if package is already configured
-			if [ -e /var/lib/live/config/module-init-tools ]
-			then
-				return
-			fi
-			;;
-
-		*)
-			return
-			;;
-	esac
-
-	echo -n " module-init-tools"
-
-	Configure_module_init_tools
-}
-
-Configure_module_init_tools ()
-{
-	# Checking if apckage is already configured differently
-	if grep -qs "snd_powermac" /etc/modules
-	then
-		return
-	fi
-
-	# Preconfiguring /etc/modules
-	echo "snd_powermac" >> /etc/modules
-
-	# Creating state file
-	touch /var/lib/live/config/module-init-tools
-}
-
-Module_init_tools
diff -Nru live-config-3.0~a43/scripts/config/1090-policykit live-config-3.0.3/scripts/config/1090-policykit
--- live-config-3.0~a43/scripts/config/1090-policykit	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1090-policykit	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,89 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Policykit ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/policykit-1.list ] || \
+	   [ -e /var/lib/live/config/policykit ]
+	then
+		return
+	fi
+
+	echo -n " policykit"
+
+	# Reading kernel command line
+	for _PARAMETER in ${_CMDLINE}
+	do
+		case "${_PARAMETER}" in
+			live-config.username=*|username=*)
+				LIVE_USERNAME="${_PARAMETER#*username=}"
+				;;
+		esac
+	done
+
+	Configure_policykit
+}
+
+Configure_policykit ()
+{
+	# Grant administrative PolicyKit pivilieges to default user
+
+	# Configure PolicyKit in live session
+	mkdir -p /etc/PolicyKit
+
+cat > /etc/PolicyKit/PolicyKit.conf << EOF
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
+
+<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
+"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd";>
+
+<!-- See the manual page PolicyKit.conf(5) for file format -->
+
+<config version="0.1">
+	<match user="root">
+		<return result="yes"/>
+	</match>
+EOF
+
+	if [ -n "${LIVE_USERNAME}" ]
+	then
+
+cat >> /etc/PolicyKit/PolicyKit.conf << EOF
+	<!-- don't ask password for user in live session -->
+	<match user="${LIVE_USERNAME}">
+		<return result="yes"/>
+	</match>
+EOF
+
+	fi
+
+cat >> /etc/PolicyKit/PolicyKit.conf << EOF
+	<define_admin_auth group="admin"/>
+</config>
+EOF
+
+	mkdir -p /var/lib/polkit-1/localauthority/10-vendor.d
+
+cat > /var/lib/polkit-1/localauthority/10-vendor.d/10-live-cd.pkla << EOF
+# Policy to allow the livecd user to bypass policykit
+[Live CD user permissions]
+Identity=unix-user:${LIVE_USERNAME}
+Action=*
+ResultAny=no
+ResultInactive=no
+ResultActive=yes
+EOF
+
+	# Creating state file
+	touch /var/lib/live/config/policykit
+}
+
+Policykit
diff -Nru live-config-3.0~a43/scripts/config/1100-policykit live-config-3.0.3/scripts/config/1100-policykit
--- live-config-3.0~a43/scripts/config/1100-policykit	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1100-policykit	1969-12-31 20:00:00.000000000 -0400
@@ -1,89 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Policykit ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/policykit-1.list ] || \
-	   [ -e /var/lib/live/config/policykit ]
-	then
-		return
-	fi
-
-	echo -n " policykit"
-
-	# Reading kernel command line
-	for _PARAMETER in ${_CMDLINE}
-	do
-		case "${_PARAMETER}" in
-			live-config.username=*|username=*)
-				LIVE_USERNAME="${_PARAMETER#*username=}"
-				;;
-		esac
-	done
-
-	Configure_policykit
-}
-
-Configure_policykit ()
-{
-	# Grant administrative PolicyKit pivilieges to default user
-
-	# Configure PolicyKit in live session
-	mkdir -p /etc/PolicyKit
-
-cat > /etc/PolicyKit/PolicyKit.conf << EOF
-<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
-
-<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
-"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd";>
-
-<!-- See the manual page PolicyKit.conf(5) for file format -->
-
-<config version="0.1">
-	<match user="root">
-		<return result="yes"/>
-	</match>
-EOF
-
-	if [ -n "${LIVE_USERNAME}" ]
-	then
-
-cat >> /etc/PolicyKit/PolicyKit.conf << EOF
-	<!-- don't ask password for user in live session -->
-	<match user="${LIVE_USERNAME}">
-		<return result="yes"/>
-	</match>
-EOF
-
-	fi
-
-cat >> /etc/PolicyKit/PolicyKit.conf << EOF
-	<define_admin_auth group="admin"/>
-</config>
-EOF
-
-	mkdir -p /var/lib/polkit-1/localauthority/10-vendor.d
-
-cat > /var/lib/polkit-1/localauthority/10-vendor.d/10-live-cd.pkla << EOF
-# Policy to allow the livecd user to bypass policykit
-[Live CD user permissions]
-Identity=unix-user:${LIVE_USERNAME}
-Action=*
-ResultAny=no
-ResultInactive=no
-ResultActive=yes
-EOF
-
-	# Creating state file
-	touch /var/lib/live/config/policykit
-}
-
-Policykit
diff -Nru live-config-3.0~a43/scripts/config/1100-sslcert live-config-3.0.3/scripts/config/1100-sslcert
--- live-config-3.0~a43/scripts/config/1100-sslcert	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1100-sslcert	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,33 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Sslcert ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/sslcert.list ] || \
+	   [ -e /var/lib/live/config/sslcert ]
+	then
+		return
+	fi
+
+	echo -n " sslcert"
+
+	Configure_sslcert
+}
+
+Configure_sslcert ()
+{
+	make-ssl-cert generate-default-snakeoil --force-overwrite
+
+	# Creating state file
+	touch /var/lib/live/config/sslcert
+}
+
+Sslcert
diff -Nru live-config-3.0~a43/scripts/config/1110-sslcert live-config-3.0.3/scripts/config/1110-sslcert
--- live-config-3.0~a43/scripts/config/1110-sslcert	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1110-sslcert	1969-12-31 20:00:00.000000000 -0400
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Sslcert ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/sslcert.list ] || \
-	   [ -e /var/lib/live/config/sslcert ]
-	then
-		return
-	fi
-
-	echo -n " sslcert"
-
-	Configure_sslcert
-}
-
-Configure_sslcert ()
-{
-	make-ssl-cert generate-default-snakeoil --force-overwrite
-
-	# Creating state file
-	touch /var/lib/live/config/sslcert
-}
-
-Sslcert
diff -Nru live-config-3.0~a43/scripts/config/1110-update-notifier live-config-3.0.3/scripts/config/1110-update-notifier
--- live-config-3.0~a43/scripts/config/1110-update-notifier	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1110-update-notifier	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,47 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Update_notifier ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/update-notifier.list ] || \
+	   [ -e /var/lib/live/config/update-notifier ]
+	then
+		return
+	fi
+
+	echo -n " update-notifier"
+
+	Configure_update_notifier
+}
+
+Configure_update_notifier ()
+{
+	# For GNOME, we divert away apt-check to avoid a regular
+	# 'apt-get update' equivalent in the live session. We want to run
+	# update-notifier for crash report handling.
+
+	# Diverting /usr/lib/update-notifier/apt-check
+	dpkg-divert --quiet --package live-config --add --rename --divert /usr/lib/update-notifier/apt-check.debian /usr/lib/update-notifier/apt-check
+
+	if [ -e /usr/lib/update-notifier/apt-check ]
+	then
+		ln -sf /bin/true /usr/lib/update-notifier/apt-check
+	fi
+
+	# For KDE, adept_notifier's only useful function at the moment is an
+	# 'apt-get update' equivalent, so we disable it entirely.
+	rm -f /usr/share/autostart/adept_notifier_auto.desktop
+
+	# Creating state file
+	touch /var/lib/live/config/update-notifier
+}
+
+Update_notifier
diff -Nru live-config-3.0~a43/scripts/config/1120-anacron live-config-3.0.3/scripts/config/1120-anacron
--- live-config-3.0~a43/scripts/config/1120-anacron	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1120-anacron	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Anacron ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/anacron.list ] || \
+	   [ -e /var/lib/live/config/anacron ]
+	then
+		return
+	fi
+
+	echo -n " anacron"
+
+	Configure_anacron
+}
+
+Configure_anacron ()
+{
+	# This has the nice side effect of the cron.{daily,weekly,monthly} jobs
+	# in /etc/crontab remaining disabled, yet also not run by anacron
+	dpkg-divert --quiet --package live-config --add --rename --divert /usr/sbin/anacron.debian /usr/sbin/anacron
+
+	ln -s /bin/true /usr/sbin/anacron
+
+	# Creating state file
+	touch /var/lib/live/config/anacron
+}
+
+Anacron
diff -Nru live-config-3.0~a43/scripts/config/1120-update-notifier live-config-3.0.3/scripts/config/1120-update-notifier
--- live-config-3.0~a43/scripts/config/1120-update-notifier	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1120-update-notifier	1969-12-31 20:00:00.000000000 -0400
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Update_notifier ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/update-notifier.list ] || \
-	   [ -e /var/lib/live/config/update-notifier ]
-	then
-		return
-	fi
-
-	echo -n " update-notifier"
-
-	Configure_update_notifier
-}
-
-Configure_update_notifier ()
-{
-	# For GNOME, we divert away apt-check to avoid a regular
-	# 'apt-get update' equivalent in the live session. We want to run
-	# update-notifier for crash report handling.
-
-	# Diverting /usr/lib/update-notifier/apt-check
-	dpkg-divert --quiet --package live-config --add --rename --divert /usr/lib/update-notifier/apt-check.debian /usr/lib/update-notifier/apt-check
-
-	if [ -e /usr/lib/update-notifier/apt-check ]
-	then
-		ln -sf /bin/true /usr/lib/update-notifier/apt-check
-	fi
-
-	# For KDE, adept_notifier's only useful function at the moment is an
-	# 'apt-get update' equivalent, so we disable it entirely.
-	rm -f /usr/share/autostart/adept_notifier_auto.desktop
-
-	# Creating state file
-	touch /var/lib/live/config/update-notifier
-}
-
-Update_notifier
diff -Nru live-config-3.0~a43/scripts/config/1130-anacron live-config-3.0.3/scripts/config/1130-anacron
--- live-config-3.0~a43/scripts/config/1130-anacron	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1130-anacron	1969-12-31 20:00:00.000000000 -0400
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Anacron ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/anacron.list ] || \
-	   [ -e /var/lib/live/config/anacron ]
-	then
-		return
-	fi
-
-	echo -n " anacron"
-
-	Configure_anacron
-}
-
-Configure_anacron ()
-{
-	# This has the nice side effect of the cron.{daily,weekly,monthly} jobs
-	# in /etc/crontab remaining disabled, yet also not run by anacron
-	dpkg-divert --quiet --package live-config --add --rename --divert /usr/sbin/anacron.debian /usr/sbin/anacron
-
-	ln -s /bin/true /usr/sbin/anacron
-
-	# Creating state file
-	touch /var/lib/live/config/anacron
-}
-
-Anacron
diff -Nru live-config-3.0~a43/scripts/config/1130-util-linux live-config-3.0.3/scripts/config/1130-util-linux
--- live-config-3.0~a43/scripts/config/1130-util-linux	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1130-util-linux	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,33 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Util_linux ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/util-linux.list ] || \
+	   [ -e /var/lib/live/config/util-linux ]
+	then
+		return
+	fi
+
+	echo -n " util-linux"
+
+	Configure_util_linux
+}
+
+Configure_util_linux ()
+{
+	rm -f /etc/rc?.d/*hwclock*
+
+	# Creating state file
+	touch /var/lib/live/config/util-linux
+}
+
+Util_linux
diff -Nru live-config-3.0~a43/scripts/config/1140-login live-config-3.0.3/scripts/config/1140-login
--- live-config-3.0~a43/scripts/config/1140-login	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1140-login	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,34 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Login ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/login.list ] || \
+	   [ -e /var/lib/live/config/login ]
+	then
+		return
+	fi
+
+	echo -n " login"
+
+	Configure_login
+}
+
+Configure_login ()
+{
+	# lastlog with autologin doesn't make sense
+	sed -i '/^[^#].*pam_lastlog\.so/s/^/# /' /etc/pam.d/login
+
+	# Creating state file
+	touch /var/lib/live/config/login
+}
+
+Login
diff -Nru live-config-3.0~a43/scripts/config/1140-util-linux live-config-3.0.3/scripts/config/1140-util-linux
--- live-config-3.0~a43/scripts/config/1140-util-linux	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1140-util-linux	1969-12-31 20:00:00.000000000 -0400
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Util_linux ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/util-linux.list ] || \
-	   [ -e /var/lib/live/config/util-linux ]
-	then
-		return
-	fi
-
-	echo -n " util-linux"
-
-	Configure_util_linux
-}
-
-Configure_util_linux ()
-{
-	rm -f /etc/rc?.d/*hwclock*
-
-	# Creating state file
-	touch /var/lib/live/config/util-linux
-}
-
-Util_linux
diff -Nru live-config-3.0~a43/scripts/config/1150-login live-config-3.0.3/scripts/config/1150-login
--- live-config-3.0~a43/scripts/config/1150-login	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1150-login	1969-12-31 20:00:00.000000000 -0400
@@ -1,34 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Login ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/login.list ] || \
-	   [ -e /var/lib/live/config/login ]
-	then
-		return
-	fi
-
-	echo -n " login"
-
-	Configure_login
-}
-
-Configure_login ()
-{
-	# lastlog with autologin doesn't make sense
-	sed -i '/^[^#].*pam_lastlog\.so/s/^/# /' /etc/pam.d/login
-
-	# Creating state file
-	touch /var/lib/live/config/login
-}
-
-Login
diff -Nru live-config-3.0~a43/scripts/config/1150-xserver-xorg live-config-3.0.3/scripts/config/1150-xserver-xorg
--- live-config-3.0~a43/scripts/config/1150-xserver-xorg	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1150-xserver-xorg	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,129 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Xserver_xorg ()
+{
+	# Checking if package is installed
+	if [ ! -e /var/lib/dpkg/info/xserver-xorg.list ] || \
+	   [ -e /var/lib/live/config/xserver-xorg ]
+	then
+		return
+	fi
+
+	echo -n " xserver-xorg"
+
+	for _PARAMETER in ${_CMDLINE}
+	do
+		case "${_PARAMETER}" in
+			live-config.keyboard-layouts=*|keyboard-layouts=*)
+				LIVE_KEYBOARD_LAYOUTS="${_PARAMETER#*keyboard-layouts=}"
+				;;
+
+			live-config.keyboard-model=*|keyboard-model=*)
+				LIVE_KEYBOARD_MODEL="${_PARAMETER#*keyboard-model=}"
+				;;
+
+			live-config.keyboard-options=*|keyboard-options=*)
+				LIVE_KEYBOARD_OPTIONS="${_PARAMETER#*keyboard-options=}"
+				;;
+
+			live-config.keyboard-variants=*|keyboard-variants=*)
+				LIVE_KEYBOARD_VARIANTS="${_PARAMETER#*keyboard-variants=}"
+				;;
+
+			live-config.xorg-xsession-manager=*|x-session-manager=*)
+				LIVE_X_SESSION_MANAGER="${_PARAMETER#*x-session-manager=}"
+				;;
+
+			live-config.xorg-driver=*|xorg-driver=*)
+				LIVE_XORG_DRIVER="${_PARAMETER#*xorg-driver=}"
+				;;
+
+			live-config.xorg-resolution=*|xorg-resolution=*)
+				LIVE_XORG_RESOLUTION="${_PARAMETER#*xorg-resolution=}"
+				;;
+		esac
+	done
+
+	Configure_xserver_xorg
+}
+
+Configure_xserver_xorg ()
+{
+	if [ -n "${LIVE_KEYBOARD_MODEL}" ]
+	then
+		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/model select ${LIVE_KEYBOARD_MODEL}" >> /tmp/debconf.live
+	fi
+
+	if [ -n "${LIVE_KEYBOARD_LAYOUTS}" ]
+	then
+		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/layout select ${LIVE_KEYBOARD_LAYOUTS}" >> /tmp/debconf.live
+	fi
+
+	if [ -n "${LIVE_KEYBOARD_VARIANTS}" ]
+	then
+		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/variant select ${LIVE_KEYBOARD_VARIANTS}" >> /tmp/debconf.live
+	fi
+
+	if [ -n "${LIVE_KEYBOARD_OPTIONS}" ]
+	then
+		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/options string ${LIVE_KEYBOARD_OPTIONS}" >> /tmp/debconf.live
+	fi
+
+	if [ -n "${LIVE_X_SESSION_MANAGER}" ]
+	then
+		case "${LIVE_X_SESSION_MANAGER}" in
+			none)
+				rm -f /etc/X11/default-display-manager
+				;;
+
+			*)
+				update-alternatives --quiet --set x-session-manager "${LIVE_X_SESSION_MANAGER}"
+				;;
+		esac
+	fi
+
+	if [ -n "${LIVE_XORG_DRIVER}" ]
+	then
+
+		mkdir -p /etc/X11/xorg.conf.d
+
+cat > /etc/X11/xorg.conf.d/99-live.conf << EOF
+Section "Device"
+	Identifier	"Default screen"
+	Driver		"${LIVE_XORG_DRIVER}"
+EndSection
+EOF
+
+	fi
+
+	if [ -n "${LIVE_XORG_RESOLUTION}" ]
+	then
+		echo "xrandr -s ${LIVE_XORG_RESOLUTION} || /bin/true" >> /etc/X11/Xsession.d/21xvidemode
+	else
+		rm -f /etc/X11/Xsession.d/21xvidemode
+	fi
+
+	if [ -e /tmp/debconf.live ]
+	then
+		debconf-set-selections < /tmp/debconf.live
+		rm -f /tmp/debconf.live
+
+		dpkg-reconfigure -f noninteractive -p critical \
+			xserver-xorg 2>&1 \
+			| grep -v "overwriting possibly-customised configuration" \
+			| grep -v "file; backup in /etc/X11/xorg.conf" || true
+
+		# Creating state file
+		touch /var/lib/live/config/xserver-xorg
+	fi
+}
+
+Xserver_xorg
diff -Nru live-config-3.0~a43/scripts/config/1160-ureadahead live-config-3.0.3/scripts/config/1160-ureadahead
--- live-config-3.0~a43/scripts/config/1160-ureadahead	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1160-ureadahead	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,34 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Ureadahead ()
+{
+	# Checking if package is installed or already configured
+	if [ ! -e /var/lib/dpkg/info/ureadahead.list ] || \
+	   [ -e /var/lib/live/config/ureadahead ]
+	then
+		return
+	fi
+
+	echo -n " ureadahead"
+
+	Configure_ureadahead
+}
+
+Configure_ureadahead ()
+{
+	# Disabling ureadahead
+	rm -f /etc/init/ureadahead*.conf
+
+	# Creating state file
+	touch /var/lib/live/config/ureadahead
+}
+
+Ureadahead
diff -Nru live-config-3.0~a43/scripts/config/1160-xserver-xorg live-config-3.0.3/scripts/config/1160-xserver-xorg
--- live-config-3.0~a43/scripts/config/1160-xserver-xorg	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1160-xserver-xorg	1969-12-31 20:00:00.000000000 -0400
@@ -1,127 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Xserver_xorg ()
-{
-	# Checking if package is installed
-	if [ ! -e /var/lib/dpkg/info/xserver-xorg.list ] || \
-	   [ -e /var/lib/live/config/xserver-xorg ]
-	then
-		return
-	fi
-
-	echo -n " xserver-xorg"
-
-	for _PARAMETER in ${_CMDLINE}
-	do
-		case "${_PARAMETER}" in
-			live-config.keyboard-layouts=*|keyboard-layouts=*)
-				LIVE_KEYBOARD_LAYOUTS="${_PARAMETER#*keyboard-layouts=}"
-				;;
-
-			live-config.keyboard-model=*|keyboard-model=*)
-				LIVE_KEYBOARD_MODEL="${_PARAMETER#*keyboard-model=}"
-				;;
-
-			live-config.keyboard-options=*|keyboard-options=*)
-				LIVE_KEYBOARD_OPTIONS="${_PARAMETER#*keyboard-options=}"
-				;;
-
-			live-config.keyboard-variant=*|keyboard-variant=*)
-				LIVE_KEYBOARD_VARIANT="${_PARAMETER#*keyboard-variant=}"
-				;;
-
-			live-config.xorg-xsession-manager=*|x-session-manager=*)
-				LIVE_X_SESSION_MANAGER="${_PARAMETER#*x-session-manager=}"
-				;;
-
-			live-config.xorg-driver=*|xorg-driver=*)
-				LIVE_XORG_DRIVER="${_PARAMETER#*xorg-driver=}"
-				;;
-
-			live-config.xorg-resolution=*|xorg-resolution=*)
-				LIVE_XORG_RESOLUTION="${_PARAMETER#*xorg-resolution=}"
-				;;
-		esac
-	done
-
-	Configure_xserver_xorg
-}
-
-Configure_xserver_xorg ()
-{
-	if [ -n "${LIVE_KEYBOARD_MODEL}" ]
-	then
-		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/model select ${LIVE_KEYBOARD_MODEL}" >> /tmp/debconf.live
-	fi
-
-	if [ -n "${LIVE_KEYBOARD_LAYOUTS}" ]
-	then
-		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/layout select ${LIVE_KEYBOARD_LAYOUTS}" >> /tmp/debconf.live
-	fi
-
-	if [ -n "${LIVE_KEYBOARD_VARIANT}" ]
-	then
-		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/variant select ${LIVE_KEYBOARD_VARIANT}" >> /tmp/debconf.live
-	fi
-
-	if [ -n "${LIVE_KEYBOARD_OPTIONS}" ]
-	then
-		echo "xserver-xorg xserver-xorg/config/inputdevice/keyboard/options string ${LIVE_KEYBOARD_OPTIONS}" >> /tmp/debconf.live
-	fi
-
-	if [ -n "${LIVE_X_SESSION_MANAGER}" ]
-	then
-		case "${LIVE_X_SESSION_MANAGER}" in
-			none)
-				rm -f /etc/X11/default-display-manager
-				;;
-
-			*)
-				update-alternatives --quiet --set x-session-manager "${LIVE_X_SESSION_MANAGER}"
-				;;
-		esac
-	fi
-
-	if [ -n "${LIVE_XORG_DRIVER}" ]
-	then
-
-cat > /etc/X11/xorg.conf.d/99-live_driver.conf << EOF
-Section "Device"
-	Identifier	"Default screen"
-	Driver		"${LIVE_XORG_DRIVER}"
-EndSection
-EOF
-
-	fi
-
-	if [ -n "${LIVE_XORG_RESOLUTION}" ]
-	then
-		echo "xrandr -s ${LIVE_XORG_RESOLUTION} || /bin/true" >> /etc/X11/Xsession.d/21xvidemode
-	else
-		rm -f /etc/X11/Xsession.d/21xvidemode
-	fi
-
-	if [ -e /tmp/debconf.live ]
-	then
-		debconf-set-selections < /tmp/debconf.live
-		rm -f /tmp/debconf.live
-
-		dpkg-reconfigure -f noninteractive -p critical \
-			xserver-xorg 2>&1 \
-			| grep -v "overwriting possibly-customised configuration" \
-			| grep -v "file; backup in /etc/X11/xorg.conf" || true
-
-		# Creating state file
-		touch /var/lib/live/config/xserver-xorg
-	fi
-}
-
-Xserver_xorg
diff -Nru live-config-3.0~a43/scripts/config/1170-openssh-server live-config-3.0.3/scripts/config/1170-openssh-server
--- live-config-3.0~a43/scripts/config/1170-openssh-server	1969-12-31 20:00:00.000000000 -0400
+++ live-config-3.0.3/scripts/config/1170-openssh-server	2012-08-14 07:43:34.000000000 -0300
@@ -0,0 +1,45 @@
+#!/bin/sh
+
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+##
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
+Openssh_server ()
+{
+	# Checking if package is installed or already configured
+	if [ ! -e /var/lib/dpkg/info/openssh-server.list ] || \
+	   [ -e /var/lib/live/config/openssh-server ]
+	then
+		return
+	fi
+
+	echo -n " openssh-server"
+
+	Configure_openssh_server
+}
+
+Configure_openssh_server ()
+{
+	for _PROTOCOL in dsa rsa ecdsa
+	do
+		if [ ! -e /etc/ssh/ssh_host_${_PROTOCOL}_key ] &&
+		   grep -qs ssh_host_${_PROTOCOL}_key /etc/ssh/sshd_config
+		then
+			ssh-keygen -q -f /etc/ssh/ssh_host_${_PROTOCOL}_key -N "" -t ${_PROTOCOL}
+
+			_SSH="true"
+		fi
+	done
+
+	if [ "${_SSH}" = "true" ]
+	then
+		# Creating state file
+		touch /var/lib/live/config/openssh-server
+	fi
+}
+
+Openssh_server
diff -Nru live-config-3.0~a43/scripts/config/1170-ureadahead live-config-3.0.3/scripts/config/1170-ureadahead
--- live-config-3.0~a43/scripts/config/1170-ureadahead	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1170-ureadahead	1969-12-31 20:00:00.000000000 -0400
@@ -1,34 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Ureadahead ()
-{
-	# Checking if package is installed or already configured
-	if [ ! -e /var/lib/dpkg/info/ureadahead.list ] || \
-	   [ -e /var/lib/live/config/ureadahead ]
-	then
-		return
-	fi
-
-	echo -n " ureadahead"
-
-	Configure_ureadahead
-}
-
-Configure_ureadahead ()
-{
-	# Disabling ureadahead
-	rm -f /etc/init/ureadahead*.conf
-
-	# Creating state file
-	touch /var/lib/live/config/ureadahead
-}
-
-Ureadahead
diff -Nru live-config-3.0~a43/scripts/config/1180-openssh-server live-config-3.0.3/scripts/config/1180-openssh-server
--- live-config-3.0~a43/scripts/config/1180-openssh-server	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/1180-openssh-server	1969-12-31 20:00:00.000000000 -0400
@@ -1,45 +0,0 @@
-#!/bin/sh
-
-## live-config(7) - System Configuration Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
-##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-Openssh_server ()
-{
-	# Checking if package is installed or already configured
-	if [ ! -e /var/lib/dpkg/info/openssh-server.list ] || \
-	   [ -e /var/lib/live/config/openssh-server ]
-	then
-		return
-	fi
-
-	echo -n " openssh-server"
-
-	Configure_openssh_server
-}
-
-Configure_openssh_server ()
-{
-	for _PROTOCOL in dsa rsa ecdsa
-	do
-		if [ ! -e /etc/ssh/ssh_host_${_PROTOCOL}_key ] &&
-		   grep -qs ssh_host_${_PROTOCOL}_key /etc/ssh/sshd_config
-		then
-			ssh-keygen -q -f /etc/ssh/ssh_host_${_PROTOCOL}_key -N "" -t ${_PROTOCOL}
-
-			_SSH="true"
-		fi
-	done
-
-	if [ "${_SSH}" = "true" ]
-	then
-		# Creating state file
-		touch /var/lib/live/config/openssh-server
-	fi
-}
-
-Openssh_server
diff -Nru live-config-3.0~a43/scripts/config/9990-hooks live-config-3.0.3/scripts/config/9990-hooks
--- live-config-3.0~a43/scripts/config/9990-hooks	2012-06-28 15:17:08.000000000 -0300
+++ live-config-3.0.3/scripts/config/9990-hooks	2012-08-14 07:43:34.000000000 -0300
@@ -3,7 +3,7 @@
 ## live-config(7) - System Configuration Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
 ##
-## live-config comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
 ## This is free software, and you are welcome to redistribute it
 ## under certain conditions; see COPYING for details.
 
diff -Nru live-config-3.0~a43/VERSION live-config-3.0.3/VERSION
--- live-config-3.0~a43/VERSION	2012-07-12 15:09:15.000000000 -0300
+++ live-config-3.0.3/VERSION	2012-08-14 07:55:21.000000000 -0300
@@ -1 +1 @@
-3.0~a43-1
+3.0.3-1


Reply to: