[SCM] live-boot branch, debian, updated. debian/2.0_a4-1-11-g4836a17

Daniel Baumann daniel at debian.org
Sat Jun 5 12:22:51 UTC 2010


The following commit has been merged in the debian branch:
commit 4836a17e5d999c93d65cefae507cd27eddabbd1f
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 5 14:14:23 2010 +0200

    Releasing debian version 2.0~a5-1.

diff --git a/VERSION b/VERSION
index b73365a..d670b1b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0~a4
+2.0~a5
diff --git a/debian/changelog b/debian/changelog
index ad75e36..e359819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+live-boot (2.0~a5-1) unstable; urgency=low
+
+  [ Michal Suchanek ]
+  * Fixing http boot:
+
+  [ Daniel Baumann ]
+  * Ammending 2.0~a3-1 changelog entry with bug number.
+
+  [ Michal Suchanek ]
+  * Adding support for booting iso images over http or wget.
+
+  [ Daniel Baumann ]
+  * Renaming internal ext_mountpoint variable to alt_mountpoint for
+    clarity.
+
+  [ Michal Suchanek ]
+  * Removing leftover url= option, this ain't gonna work this way, see
+    fetch=.
+  * Adding DHCP debugging option.
+  * Updating docs wrt/ httpfs.
+
+  [ Daniel Baumann ]
+  * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
+    live-config.
+  * Removing apt_cdrom bottom script, not used anyway.
+  * Removing some boot parameters obsoleted by live-config.
+
+ -- Daniel Baumann <daniel at debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
+
 live-boot (2.0~a4-1) unstable; urgency=low
 
   * Removing obsolete boot parameter from manpages.
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7
index 60f6f1c..1802607 100644
--- a/manpages/de/live-boot.de.7
+++ b/manpages/de/live-boot.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 7 02.06.2010 2.0~a4 "Debian Live Projekt"
+.TH LIVE\-BOOT 7 2010\-06\-05 2.0~a5 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-boot\fP \- System Boot Skripte
@@ -54,10 +54,22 @@ Set the default console to be used with the "live\-getty" option. Example:
 "console=ttyS0,115200"
 .IP \fBdebug\fP 4
 Makes initramfs boot process more verbose.
+.br
+Use: debug=1
+.br
+Without setting debug to a value the messages may not be shown.
 .IP \fBfetch\fP=\fIURL\fP 4
-Another form of netboot by downloading a squashfs image from a given url,
-copying to ram and booting it. Due to current limitations in busyboxs wget
-and DNS resolution, an URL can not contain a hostname but an IP only.
+.IP \fBhttpfs\fP=\fIURL\fP 4
+Another form of netboot by downloading a squashfs image from a given url.
+The fetch method copies the image to ram and the httpfs method uses fuse and
+httpfs2 to mount the image in place. Copying to ram requires more memory and
+might take a long time for large images. However, it is more likely to work
+correctly because it does not require networking afterwards and the system
+operates faster once booted because it does not require to contact the
+server anymore.
+.br
+Due to current limitations in busyboxs wget and DNS resolution, an URL can
+not contain a hostname but an IP only.
 .br
 Not working: http://example.com/path/to/your_filesystem.squashfs
 .br
@@ -66,6 +78,8 @@ Working: http://1.2.3.4/path/to/your_filesystem.squashfs
 Also note that therefore it's currently not possible to fetch an image from
 a namebased virtualhost of an httpd if it is sharing the ip with the main
 httpd instance.
+.br
+You may also use the live iso image in place of the squashfs image.
 .IP \fBignore_uuid\fP 4
 Do not check that any UUID embedded in the initramfs matches the discovered
 medium. live\-boot may be told to generate a UUID by setting
diff --git a/manpages/de/live-snapshot.de.1 b/manpages/de/live-snapshot.de.1
index 27d332d..d7104c5 100644
--- a/manpages/de/live-snapshot.de.1
+++ b/manpages/de/live-snapshot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BOOT 1 02.06.2010 2.0~a4 "Debian Live Projekt"
+.TH LIVE\-BOOT 1 2010\-06\-05 2.0~a5 "Debian Live Projekt"
 
 .SH NAME
 \fBlive\-snapshot\fP \- simple script to ease persistence usage
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7
index c7139da..4068a6f 100644
--- a/manpages/en/live-boot.7
+++ b/manpages/en/live-boot.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 7 2010\-06\-02 2.0~a4 "Debian Live Project"
+.TH LIVE\-BOOT 7 2010\-06\-05 2.0~a5 "Debian Live Project"
 
 .SH NAME
 \fBlive\-boot\fR \- System Boot Scripts
diff --git a/manpages/en/live-snapshot.1 b/manpages/en/live-snapshot.1
index 7fe40c7..3ac5585 100644
--- a/manpages/en/live-snapshot.1
+++ b/manpages/en/live-snapshot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 1 2010\-06\-02 2.0~a4 "Debian Live Project"
+.TH LIVE\-BOOT 1 2010\-06\-05 2.0~a5 "Debian Live Project"
 
 .SH NAME
 \fBlive\-snapshot\fR \- simple script to ease persistence usage
diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po
index f285065..4a6ef79 100644
--- a/manpages/po/de/live-boot.7.po
+++ b/manpages/po/de/live-boot.7.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 2.0~a4\n"
-"POT-Creation-Date: 2010-06-02 22:46+0300\n"
+"Project-Id-Version: live-boot 2.0~a5\n"
+"POT-Creation-Date: 2010-06-05 14:11+0300\n"
 "PO-Revision-Date: 2010-05-24 12:34+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -23,15 +23,13 @@ msgstr "LIVE-BOOT"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
-#, no-wrap
-msgid "2010-06-02"
-msgstr "02.06.2010"
+msgid "2010-06-05"
+msgstr "05.06.2010"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
-#, no-wrap
-msgid "2.0~a4"
-msgstr "2.0~a4"
+msgid "2.0~a5"
+msgstr "2.0~a5"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
@@ -186,46 +184,77 @@ msgstr "B<debug>"
 msgid "Makes initramfs boot process more verbose."
 msgstr ""
 
+#. type: Plain text
+#: en/live-boot.7:37
+msgid "Use: debug=1"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:39
+msgid "Without setting debug to a value the messages may not be shown."
+msgstr ""
+
 #. type: IP
-#: en/live-boot.7:35
+#: en/live-boot.7:39
 #, no-wrap
 msgid "B<fetch>=I<URL>"
 msgstr "B<fetch>=I<URL>"
 
+#. type: IP
+#: en/live-boot.7:40
+msgid "B<httpfs>=I<URL>"
+msgstr "B<httpfs>=I<URL>"
+
 #. type: Plain text
-#: en/live-boot.7:37
+#: en/live-boot.7:48
 msgid ""
-"Another form of netboot by downloading a squashfs image from a given url, "
-"copying to ram and booting it. Due to current limitations in busyboxs wget "
-"and DNS resolution, an URL can not contain a hostname but an IP only."
+"Another form of netboot by downloading a squashfs image from a given url.  "
+"The fetch method copies the image to ram and the httpfs method uses fuse and "
+"httpfs2 to mount the image in place. Copying to ram requires more memory and "
+"might take a long time for large images. However, it is more likely to work "
+"correctly because it does not require networking afterwards and the system "
+"operates faster once booted because it does not require to contact the "
+"server anymore."
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:39
+#: en/live-boot.7:50
+msgid ""
+"Due to current limitations in busyboxs wget and DNS resolution, an URL can "
+"not contain a hostname but an IP only."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:52
 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:41
+#: en/live-boot.7:54
 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:43
+#: en/live-boot.7:56
 msgid ""
 "Also note that therefore it's currently not possible to fetch an image from "
 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
 "httpd instance."
 msgstr ""
 
+#. type: Plain text
+#: en/live-boot.7:58
+msgid "You may also use the live iso image in place of the squashfs image."
+msgstr ""
+
 #. type: IP
-#: en/live-boot.7:43
+#: en/live-boot.7:58
 #, no-wrap
 msgid "B<ignore_uuid>"
 msgstr "B<ignore_uuid>"
 
 #. type: Plain text
-#: en/live-boot.7:45
+#: en/live-boot.7:60
 msgid ""
 "Do not check that any UUID embedded in the initramfs matches the discovered "
 "medium. live-boot may be told to generate a UUID by setting "
@@ -233,13 +262,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:45
+#: en/live-boot.7:60
 #, no-wrap
 msgid "B<integrity-check>"
 msgstr "B<integrity-check>"
 
 #. type: Plain text
-#: en/live-boot.7:47
+#: en/live-boot.7:62
 msgid ""
 "If specified, an MD5 sum is calculated on the live media during boot and "
 "compared to the value found in md5sum.txt found in the root directory of the "
@@ -247,13 +276,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:47
+#: en/live-boot.7:62
 #, no-wrap
 msgid "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
 msgstr "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
 
 #. type: Plain text
-#: en/live-boot.7:49
+#: en/live-boot.7:64
 msgid ""
 "Let you specify the name(s) and the options of the interface(s) that should "
 "be configured at boot time. Do not specify this if you want to use dhcp "
@@ -263,13 +292,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:49
+#: en/live-boot.7:64
 #, no-wrap
 msgid "B<ip>=[I<frommedia>]"
 msgstr "B<ip>=[I<frommedia>]"
 
 #. type: Plain text
-#: en/live-boot.7:51
+#: en/live-boot.7:66
 msgid ""
 "If this variable is set, dhcp and static configuration are just skipped and "
 "the system will use the (must be) media-preconfigured /etc/network/"
@@ -277,13 +306,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:51
+#: en/live-boot.7:66
 #, no-wrap
 msgid "{B<keyb>|B<kbd-chooser/method>}=I<KEYBOARD>, {B<klayout>|B<console-setup/layoutcode>}=I<LAYOUT>, {B<kvariant>|B<console-setup/variantcode>}=I<VARIANT>, {B<kmodel>I<|>B<console-setup/modelcode>}=I<CODE>, B<koptions>=I<OPTIONS>"
 msgstr "{B<keyb>|B<kbd-chooser/method>}=I<KEYBOARD>, {B<klayout>|B<console-setup/layoutcode>}=I<LAYOUT>, {B<kvariant>|B<console-setup/variantcode>}=I<VARIANT>, {B<kmodel>I<|>B<console-setup/modelcode>}=I<CODE>, B<koptions>=I<OPTIONS>"
 
 #. type: Plain text
-#: en/live-boot.7:53
+#: en/live-boot.7:68
 msgid ""
 "Configure the running keyboard as specified, if this one misses live-boot "
 "behaves as if \"keyb=us\" was specified. It will be interfered from \"locale="
@@ -292,13 +321,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:53
+#: en/live-boot.7:68
 #, no-wrap
 msgid "B<live-getty>"
 msgstr "B<live-getty>"
 
 #. type: Plain text
-#: en/live-boot.7:55
+#: en/live-boot.7:70
 msgid ""
 "This changes the auto-login on virtual terminals to use the (experimental) "
 "live-getty code. With this option set the standard kernel argument \"console="
@@ -307,13 +336,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:55
+#: en/live-boot.7:70
 #, no-wrap
 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
 msgstr "{B<live-media>|B<bootfrom>}=I<DEVICE>"
 
 #. type: Plain text
-#: en/live-boot.7:57
+#: en/live-boot.7:72
 msgid ""
 "If you specify one of this two equivalent forms, live-boot will first try to "
 "find this device for the \"/live\" directory where the read-only root "
@@ -322,7 +351,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:59
+#: en/live-boot.7:74
 msgid ""
 "Instead of specifing an actual device name, the keyword 'removable' can be "
 "used to limit the search of acceptable live media to removable type only. "
@@ -331,13 +360,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:59
+#: en/live-boot.7:74
 #, no-wrap
 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
 msgstr "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
 
 #. type: Plain text
-#: en/live-boot.7:61
+#: en/live-boot.7:76
 msgid ""
 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
@@ -345,13 +374,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:61
+#: en/live-boot.7:76
 #, no-wrap
 msgid "B<live-media-offset>=I<BYTES>"
 msgstr "B<live-media-offset>=I<BYTES>"
 
 #. type: Plain text
-#: en/live-boot.7:63
+#: en/live-boot.7:78
 msgid ""
 "This way you could tell live-boot that your image starts at offset BYTES in "
 "the above specified or autodiscovered device, this could be useful to hide "
@@ -360,13 +389,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:63
+#: en/live-boot.7:78
 #, no-wrap
 msgid "B<live-media-path>=I<PATH>"
 msgstr "B<live-media-path>=I<PATH>"
 
 #. type: Plain text
-#: en/live-boot.7:65
+#: en/live-boot.7:80
 msgid ""
 "Sets the path to the live filesystem on the medium. By default, it is set to "
 "'/live' and you should not change that unless you have customized your media "
@@ -374,26 +403,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:65
+#: en/live-boot.7:80
 #, no-wrap
 msgid "B<live-media-timeout>=I<SECONDS>"
 msgstr "B<live-media-timeout>=I<SECONDS>"
 
 #. type: Plain text
-#: en/live-boot.7:67
+#: en/live-boot.7:82
 msgid ""
 "Set the timeout in seconds for the device specified by \"live-media=\" to "
 "become ready before giving up."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:67
+#: en/live-boot.7:82
 #, no-wrap
 msgid "B<module>=I<NAME>"
 msgstr "B<module>=I<NAME>"
 
 #. type: Plain text
-#: en/live-boot.7:69
+#: en/live-boot.7:84
 msgid ""
 "Instead of using the default optional file \"filesystem.module\" (see below) "
 "another file could be specified without the extension \".module\"; it should "
@@ -401,13 +430,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:69
+#: en/live-boot.7:84
 #, no-wrap
 msgid "B<netboot>[=nfs|cifs]"
 msgstr "B<netboot>[=nfs|cifs]"
 
 #. type: Plain text
-#: en/live-boot.7:71
+#: en/live-boot.7:86
 msgid ""
 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
@@ -415,24 +444,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:71
+#: en/live-boot.7:86
 #, no-wrap
 msgid "B<nfsopts>="
 msgstr "B<nfsopts>="
 
 #. type: Plain text
-#: en/live-boot.7:73
+#: en/live-boot.7:88
 msgid "This lets you specify custom nfs options."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:73
+#: en/live-boot.7:88
 #, no-wrap
 msgid "B<nofastboot>"
 msgstr "B<nofastboot>"
 
 #. type: Plain text
-#: en/live-boot.7:75
+#: en/live-boot.7:90
 msgid ""
 "This parameter disables the default disabling of filesystem checks in /etc/"
 "fstab. If you have static filesystems on your harddisk and you want them to "
@@ -440,48 +469,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:75
+#: en/live-boot.7:90
 #, no-wrap
 msgid "B<nopersistent>"
 msgstr "B<nopersistent>"
 
 #. type: Plain text
-#: en/live-boot.7:77
+#: en/live-boot.7:92
 msgid ""
 "disables the \"persistent\" feature, useful if the bootloader (like "
 "syslinux) has been installed with persistent enabled."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:77
+#: en/live-boot.7:92
 #, no-wrap
 msgid "B<noprompt>"
 msgstr "B<noprompt>"
 
 #. type: Plain text
-#: en/live-boot.7:79
+#: en/live-boot.7:94
 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:79
+#: en/live-boot.7:94
 #, no-wrap
 msgid "B<swapon>"
 msgstr "B<swapon>"
 
 #. type: Plain text
-#: en/live-boot.7:81
+#: en/live-boot.7:96
 msgid "This parameter enables usage of local swap partitions."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:81
+#: en/live-boot.7:96
 #, no-wrap
 msgid "B<noxautoconfig>"
 msgstr "B<noxautoconfig>"
 
 #. type: Plain text
-#: en/live-boot.7:83
+#: en/live-boot.7:98
 msgid ""
 "This parameter disables Xorg auto-reconfiguration at boot time. This is "
 "valuable if you either do the detection on your own, or, if you want to ship "
@@ -489,13 +518,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:83
+#: en/live-boot.7:98
 #, no-wrap
 msgid "B<persistent>[=nofiles]"
 msgstr "B<persistent>[=nofiles]"
 
 #. type: Plain text
-#: en/live-boot.7:85
+#: en/live-boot.7:100
 msgid ""
 "live-boot will look for persistent and snapshot partitions or files labeled "
 "\"live-rw\", \"home-rw\", and files called \"live-sn*\", \"home-sn*\" and "
@@ -509,13 +538,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:85
+#: en/live-boot.7:100
 #, no-wrap
 msgid "B<persistent-path>=I<PATH>"
 msgstr "B<persistent-path>=I<PATH>"
 
 #. type: Plain text
-#: en/live-boot.7:87
+#: en/live-boot.7:102
 msgid ""
 "live-boot will look for persistency files in the root directory of a "
 "partition, with this parameter, the path can be configured so that you can "
@@ -523,26 +552,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:87
+#: en/live-boot.7:102
 #, no-wrap
 msgid "{B<preseed/file>|B<file>}=I<FILE>"
 msgstr "{B<preseed/file>|B<file>}=I<FILE>"
 
 #. type: Plain text
-#: en/live-boot.7:89
+#: en/live-boot.7:104
 msgid ""
 "A path to a file present on the rootfs could be used to preseed debconf "
 "database."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:89
+#: en/live-boot.7:104
 #, no-wrap
 msgid "B<package/question>=I<VALUE>"
 msgstr "B<package/question>=I<VALUE>"
 
 #. type: Plain text
-#: en/live-boot.7:91
+#: en/live-boot.7:106
 msgid ""
 "All debian installed packages could be preseeded from command-line that way, "
 "beware of blanks spaces, they will interfere with parsing, use a preseed "
@@ -550,26 +579,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:91
+#: en/live-boot.7:106
 #, no-wrap
 msgid "B<quickreboot>"
 msgstr "B<quickreboot>"
 
 #. type: Plain text
-#: en/live-boot.7:93
+#: en/live-boot.7:108
 msgid ""
 "This option causes live-boot to reboot without attempting to eject the media "
 "and without asking the user to remove the boot media."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:93
+#: en/live-boot.7:108
 #, no-wrap
 msgid "B<showmounts>"
 msgstr "B<showmounts>"
 
 #. type: Plain text
-#: en/live-boot.7:95
+#: en/live-boot.7:110
 msgid ""
 "This parameter will make live-boot to show on \"/\" the ro filesystems "
 "(mostly compressed) on \"/live\". This is not enabled by default because "
@@ -578,38 +607,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:95
+#: en/live-boot.7:110
 #, no-wrap
 msgid "B<silent>"
 msgstr "B<silent>"
 
 #. type: Plain text
-#: en/live-boot.7:97
+#: en/live-boot.7:112
 msgid ""
 "If you boot with the normal quiet parameter, live-boot hides most messages "
 "of its own. When adding silent, it hides all."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:97
+#: en/live-boot.7:112
 #, no-wrap
 msgid "B<textonly>"
 msgstr "B<textonly>"
 
 #. type: Plain text
-#: en/live-boot.7:99
+#: en/live-boot.7:114
 msgid ""
 "Start up to text-mode shell prompts, disabling the graphical user interface."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:99
+#: en/live-boot.7:114
 #, no-wrap
 msgid "B<todisk>=I<DEVICE>"
 msgstr "B<todisk>=I<DEVICE>"
 
 #. type: Plain text
-#: en/live-boot.7:101
+#: en/live-boot.7:116
 msgid ""
 "Adding this parameter, live-boot will try to copy the entire read-only media "
 "to the specified device before mounting the root filesystem. It probably "
@@ -619,13 +648,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:101
+#: en/live-boot.7:116
 #, no-wrap
 msgid "B<toram>"
 msgstr "B<toram>"
 
 #. type: Plain text
-#: en/live-boot.7:103
+#: en/live-boot.7:118
 msgid ""
 "Adding this parameter, live-boot will try to copy the whole read-only media "
 "to the computer's RAM before mounting the root filesystem. This could need a "
@@ -633,71 +662,71 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:103
+#: en/live-boot.7:118
 #, no-wrap
 msgid "B<union>=aufs|unionfs"
 msgstr "B<union>=aufs|unionfs"
 
 #. type: Plain text
-#: en/live-boot.7:105
+#: en/live-boot.7:120
 msgid ""
 "By default, live-boot uses aufs. With this parameter, you can switch to "
 "unionfs."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:105
+#: en/live-boot.7:120
 #, no-wrap
 msgid "B<xdebconf>"
 msgstr "B<xdebconf>"
 
 #. type: Plain text
-#: en/live-boot.7:107
+#: en/live-boot.7:122
 msgid ""
 "Uses xdebconfigurator, if present on the rootfs, to configure X instead of "
 "the standard procedure (experimental)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:107
+#: en/live-boot.7:122
 #, no-wrap
 msgid "B<xvideomode>=I<RESOLUTION>"
 msgstr "B<xvideomode>=I<RESOLUTION>"
 
 #.  FIXME
 #. type: Plain text
-#: en/live-boot.7:110
+#: en/live-boot.7:125
 msgid "Doesn't do xorg autodetection, but enforces a given resolution."
 msgstr ""
 
 #.  FIXME
 #. type: SH
-#: en/live-boot.7:112
+#: en/live-boot.7:127
 #, no-wrap
 msgid "FILES (old)"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:113 en/live-snapshot.1:43
+#: en/live-boot.7:128 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr "B</etc/live.conf>"
 
 #. type: Plain text
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr "B<live/filesystem.module>"
 
 #. type: Plain text
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -710,13 +739,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr "B</etc/live-persistence.binds>"
 
 #. type: Plain text
-#: en/live-boot.7:119 en/live-snapshot.1:49
+#: en/live-boot.7:134 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -725,7 +754,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:122 en/live-snapshot.1:51
+#: en/live-boot.7:137 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -734,64 +763,64 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:123 en/live-snapshot.1:42
+#: en/live-boot.7:138 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr "DATEIEN"
 
 #. type: IP
-#: en/live-boot.7:124
+#: en/live-boot.7:139
 #, no-wrap
 msgid "B</etc/live/boot.conf>"
 msgstr "B</etc/live/boot.conf>"
 
 #. type: IP
-#: en/live-boot.7:125
+#: en/live-boot.7:140
 #, no-wrap
 msgid "B</etc/live/boot.conf.d/>"
 msgstr "B</etc/live/boot.conf.d/>"
 
 #. type: IP
-#: en/live-boot.7:126
+#: en/live-boot.7:141
 #, no-wrap
 msgid "B<live/boot.conf>"
 msgstr "B<live/boot.conf>"
 
 #. type: IP
-#: en/live-boot.7:127
+#: en/live-boot.7:142
 #, no-wrap
 msgid "B<live/boot.conf.d/>"
 msgstr "B<live/boot.conf.d/>"
 
 #. type: SH
-#: en/live-boot.7:129 en/live-snapshot.1:52
+#: en/live-boot.7:144 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 #. type: Plain text
-#: en/live-boot.7:131
+#: en/live-boot.7:146
 msgid "I<live-snapshot>(1)"
 msgstr "I<live-snapshot>(1)"
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:56
+#: en/live-boot.7:148 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr "I<live-config>(7)"
 
 #. type: Plain text
-#: en/live-boot.7:135 en/live-snapshot.1:58
+#: en/live-boot.7:150 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr "I<live-helper>(7)"
 
 #. type: SH
-#: en/live-boot.7:136 en/live-snapshot.1:59
+#: en/live-boot.7:151 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-boot.7:138 en/live-snapshot.1:61
+#: en/live-boot.7:153 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot 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 "
@@ -802,13 +831,13 @@ msgstr ""
 "unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
-#: en/live-boot.7:139 en/live-snapshot.1:62
+#: en/live-boot.7:154 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr "FEHLER"
 
 #. type: Plain text
-#: en/live-boot.7:141 en/live-snapshot.1:64
+#: en/live-boot.7:156 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -822,13 +851,13 @@ msgstr ""
 "werden."
 
 #. type: SH
-#: en/live-boot.7:142 en/live-snapshot.1:65
+#: en/live-boot.7:157 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-boot.7:143 en/live-snapshot.1:66
+#: en/live-boot.7:158 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/live-snapshot.1.po b/manpages/po/de/live-snapshot.1.po
index 9bfc1a5..60993fd 100644
--- a/manpages/po/de/live-snapshot.1.po
+++ b/manpages/po/de/live-snapshot.1.po
@@ -4,8 +4,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-boot 2.0~a4\n"
-"POT-Creation-Date: 2010-06-02 22:46+0300\n"
+"Project-Id-Version: live-boot 2.0~a5\n"
+"POT-Creation-Date: 2010-06-05 14:11+0300\n"
 "PO-Revision-Date: 2010-05-24 12:34+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -23,15 +23,13 @@ msgstr "LIVE-BOOT"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
-#, no-wrap
-msgid "2010-06-02"
-msgstr "02.06.2010"
+msgid "2010-06-05"
+msgstr "05.06.2010"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
-#, no-wrap
-msgid "2.0~a4"
-msgstr "2.0~a4"
+msgid "2.0~a5"
+msgstr "2.0~a5"
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
@@ -58,26 +56,26 @@ msgid "OPTIONS"
 msgstr "OPTIONEN"
 
 #. type: IP
-#: en/live-boot.7:113 en/live-snapshot.1:43
+#: en/live-boot.7:128 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr "B</etc/live.conf>"
 
 #. type: Plain text
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr "B<live/filesystem.module>"
 
 #. type: Plain text
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -90,13 +88,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr "B</etc/live-persistence.binds>"
 
 #. type: Plain text
-#: en/live-boot.7:119 en/live-snapshot.1:49
+#: en/live-boot.7:134 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -105,7 +103,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:122 en/live-snapshot.1:51
+#: en/live-boot.7:137 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -114,35 +112,35 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:123 en/live-snapshot.1:42
+#: en/live-boot.7:138 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr "DATEIEN"
 
 #. type: SH
-#: en/live-boot.7:129 en/live-snapshot.1:52
+#: en/live-boot.7:144 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:56
+#: en/live-boot.7:148 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr "I<live-config>(7)"
 
 #. type: Plain text
-#: en/live-boot.7:135 en/live-snapshot.1:58
+#: en/live-boot.7:150 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr "I<live-helper>(7)"
 
 #. type: SH
-#: en/live-boot.7:136 en/live-snapshot.1:59
+#: en/live-boot.7:151 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr "HOMEPAGE"
 
 #. type: Plain text
-#: en/live-boot.7:138 en/live-snapshot.1:61
+#: en/live-boot.7:153 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot 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 "
@@ -153,13 +151,13 @@ msgstr ""
 "unter E<lt>I<http://live.debian.net/manual/>E<gt> gefunden werden."
 
 #. type: SH
-#: en/live-boot.7:139 en/live-snapshot.1:62
+#: en/live-boot.7:154 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr "FEHLER"
 
 #. type: Plain text
-#: en/live-boot.7:141 en/live-snapshot.1:64
+#: en/live-boot.7:156 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -173,13 +171,13 @@ msgstr ""
 "werden."
 
 #. type: SH
-#: en/live-boot.7:142 en/live-snapshot.1:65
+#: en/live-boot.7:157 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: Plain text
-#: en/live-boot.7:143 en/live-snapshot.1:66
+#: en/live-boot.7:158 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot
index 134f99d..2eb3da4 100644
--- a/manpages/pot/live-boot.7.pot
+++ b/manpages/pot/live-boot.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2010-06-02 22:46+0300\n"
+"POT-Creation-Date: 2010-06-05 14:11+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -24,13 +24,13 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
 #, no-wrap
-msgid "2010-06-02"
+msgid "2010-06-05"
 msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
 #, no-wrap
-msgid "2.0~a4"
+msgid "2.0~a5"
 msgstr ""
 
 #. type: TH
@@ -180,46 +180,78 @@ msgstr ""
 msgid "Makes initramfs boot process more verbose."
 msgstr ""
 
+#. type: Plain text
+#: en/live-boot.7:37
+msgid "Use: debug=1"
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:39
+msgid "Without setting debug to a value the messages may not be shown."
+msgstr ""
+
 #. type: IP
-#: en/live-boot.7:35
+#: en/live-boot.7:39
 #, no-wrap
 msgid "B<fetch>=I<URL>"
 msgstr ""
 
+#. type: IP
+#: en/live-boot.7:40
+#, no-wrap
+msgid "B<httpfs>=I<URL>"
+msgstr ""
+
 #. type: Plain text
-#: en/live-boot.7:37
+#: en/live-boot.7:48
 msgid ""
-"Another form of netboot by downloading a squashfs image from a given url, "
-"copying to ram and booting it. Due to current limitations in busyboxs wget "
-"and DNS resolution, an URL can not contain a hostname but an IP only."
+"Another form of netboot by downloading a squashfs image from a given url.  "
+"The fetch method copies the image to ram and the httpfs method uses fuse and "
+"httpfs2 to mount the image in place. Copying to ram requires more memory and "
+"might take a long time for large images. However, it is more likely to work "
+"correctly because it does not require networking afterwards and the system "
+"operates faster once booted because it does not require to contact the "
+"server anymore."
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:39
+#: en/live-boot.7:50
+msgid ""
+"Due to current limitations in busyboxs wget and DNS resolution, an URL can "
+"not contain a hostname but an IP only."
+msgstr ""
+
+#. type: Plain text
+#: en/live-boot.7:52
 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:41
+#: en/live-boot.7:54
 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:43
+#: en/live-boot.7:56
 msgid ""
 "Also note that therefore it's currently not possible to fetch an image from "
 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
 "httpd instance."
 msgstr ""
 
+#. type: Plain text
+#: en/live-boot.7:58
+msgid "You may also use the live iso image in place of the squashfs image."
+msgstr ""
+
 #. type: IP
-#: en/live-boot.7:43
+#: en/live-boot.7:58
 #, no-wrap
 msgid "B<ignore_uuid>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:45
+#: en/live-boot.7:60
 msgid ""
 "Do not check that any UUID embedded in the initramfs matches the discovered "
 "medium. live-boot may be told to generate a UUID by setting "
@@ -227,13 +259,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:45
+#: en/live-boot.7:60
 #, no-wrap
 msgid "B<integrity-check>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:47
+#: en/live-boot.7:62
 msgid ""
 "If specified, an MD5 sum is calculated on the live media during boot and "
 "compared to the value found in md5sum.txt found in the root directory of the "
@@ -241,13 +273,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:47
+#: en/live-boot.7:62
 #, no-wrap
 msgid "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:49
+#: en/live-boot.7:64
 msgid ""
 "Let you specify the name(s) and the options of the interface(s) that should "
 "be configured at boot time. Do not specify this if you want to use dhcp "
@@ -257,13 +289,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:49
+#: en/live-boot.7:64
 #, no-wrap
 msgid "B<ip>=[I<frommedia>]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:51
+#: en/live-boot.7:66
 msgid ""
 "If this variable is set, dhcp and static configuration are just skipped and "
 "the system will use the (must be) media-preconfigured /etc/network/"
@@ -271,13 +303,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:51
+#: en/live-boot.7:66
 #, no-wrap
 msgid "{B<keyb>|B<kbd-chooser/method>}=I<KEYBOARD>, {B<klayout>|B<console-setup/layoutcode>}=I<LAYOUT>, {B<kvariant>|B<console-setup/variantcode>}=I<VARIANT>, {B<kmodel>I<|>B<console-setup/modelcode>}=I<CODE>, B<koptions>=I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:53
+#: en/live-boot.7:68
 msgid ""
 "Configure the running keyboard as specified, if this one misses live-boot "
 "behaves as if \"keyb=us\" was specified. It will be interfered from \"locale="
@@ -286,13 +318,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:53
+#: en/live-boot.7:68
 #, no-wrap
 msgid "B<live-getty>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:55
+#: en/live-boot.7:70
 msgid ""
 "This changes the auto-login on virtual terminals to use the (experimental) "
 "live-getty code. With this option set the standard kernel argument \"console="
@@ -301,13 +333,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:55
+#: en/live-boot.7:70
 #, no-wrap
 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:57
+#: en/live-boot.7:72
 msgid ""
 "If you specify one of this two equivalent forms, live-boot will first try to "
 "find this device for the \"/live\" directory where the read-only root "
@@ -316,7 +348,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:59
+#: en/live-boot.7:74
 msgid ""
 "Instead of specifing an actual device name, the keyword 'removable' can be "
 "used to limit the search of acceptable live media to removable type only. "
@@ -325,13 +357,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:59
+#: en/live-boot.7:74
 #, no-wrap
 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:61
+#: en/live-boot.7:76
 msgid ""
 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
@@ -339,13 +371,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:61
+#: en/live-boot.7:76
 #, no-wrap
 msgid "B<live-media-offset>=I<BYTES>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:63
+#: en/live-boot.7:78
 msgid ""
 "This way you could tell live-boot that your image starts at offset BYTES in "
 "the above specified or autodiscovered device, this could be useful to hide "
@@ -354,13 +386,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:63
+#: en/live-boot.7:78
 #, no-wrap
 msgid "B<live-media-path>=I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:65
+#: en/live-boot.7:80
 msgid ""
 "Sets the path to the live filesystem on the medium. By default, it is set to "
 "'/live' and you should not change that unless you have customized your media "
@@ -368,26 +400,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:65
+#: en/live-boot.7:80
 #, no-wrap
 msgid "B<live-media-timeout>=I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:67
+#: en/live-boot.7:82
 msgid ""
 "Set the timeout in seconds for the device specified by \"live-media=\" to "
 "become ready before giving up."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:67
+#: en/live-boot.7:82
 #, no-wrap
 msgid "B<module>=I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:69
+#: en/live-boot.7:84
 msgid ""
 "Instead of using the default optional file \"filesystem.module\" (see below) "
 "another file could be specified without the extension \".module\"; it should "
@@ -395,13 +427,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:69
+#: en/live-boot.7:84
 #, no-wrap
 msgid "B<netboot>[=nfs|cifs]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:71
+#: en/live-boot.7:86
 msgid ""
 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
@@ -409,24 +441,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:71
+#: en/live-boot.7:86
 #, no-wrap
 msgid "B<nfsopts>="
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:73
+#: en/live-boot.7:88
 msgid "This lets you specify custom nfs options."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:73
+#: en/live-boot.7:88
 #, no-wrap
 msgid "B<nofastboot>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:75
+#: en/live-boot.7:90
 msgid ""
 "This parameter disables the default disabling of filesystem checks in /etc/"
 "fstab. If you have static filesystems on your harddisk and you want them to "
@@ -434,48 +466,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:75
+#: en/live-boot.7:90
 #, no-wrap
 msgid "B<nopersistent>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:77
+#: en/live-boot.7:92
 msgid ""
 "disables the \"persistent\" feature, useful if the bootloader (like "
 "syslinux) has been installed with persistent enabled."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:77
+#: en/live-boot.7:92
 #, no-wrap
 msgid "B<noprompt>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:79
+#: en/live-boot.7:94
 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:79
+#: en/live-boot.7:94
 #, no-wrap
 msgid "B<swapon>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:81
+#: en/live-boot.7:96
 msgid "This parameter enables usage of local swap partitions."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:81
+#: en/live-boot.7:96
 #, no-wrap
 msgid "B<noxautoconfig>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:83
+#: en/live-boot.7:98
 msgid ""
 "This parameter disables Xorg auto-reconfiguration at boot time. This is "
 "valuable if you either do the detection on your own, or, if you want to ship "
@@ -483,13 +515,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:83
+#: en/live-boot.7:98
 #, no-wrap
 msgid "B<persistent>[=nofiles]"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:85
+#: en/live-boot.7:100
 msgid ""
 "live-boot will look for persistent and snapshot partitions or files labeled "
 "\"live-rw\", \"home-rw\", and files called \"live-sn*\", \"home-sn*\" and "
@@ -503,13 +535,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:85
+#: en/live-boot.7:100
 #, no-wrap
 msgid "B<persistent-path>=I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:87
+#: en/live-boot.7:102
 msgid ""
 "live-boot will look for persistency files in the root directory of a "
 "partition, with this parameter, the path can be configured so that you can "
@@ -517,26 +549,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:87
+#: en/live-boot.7:102
 #, no-wrap
 msgid "{B<preseed/file>|B<file>}=I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:89
+#: en/live-boot.7:104
 msgid ""
 "A path to a file present on the rootfs could be used to preseed debconf "
 "database."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:89
+#: en/live-boot.7:104
 #, no-wrap
 msgid "B<package/question>=I<VALUE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:91
+#: en/live-boot.7:106
 msgid ""
 "All debian installed packages could be preseeded from command-line that way, "
 "beware of blanks spaces, they will interfere with parsing, use a preseed "
@@ -544,26 +576,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:91
+#: en/live-boot.7:106
 #, no-wrap
 msgid "B<quickreboot>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:93
+#: en/live-boot.7:108
 msgid ""
 "This option causes live-boot to reboot without attempting to eject the media "
 "and without asking the user to remove the boot media."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:93
+#: en/live-boot.7:108
 #, no-wrap
 msgid "B<showmounts>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:95
+#: en/live-boot.7:110
 msgid ""
 "This parameter will make live-boot to show on \"/\" the ro filesystems "
 "(mostly compressed) on \"/live\". This is not enabled by default because "
@@ -572,38 +604,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:95
+#: en/live-boot.7:110
 #, no-wrap
 msgid "B<silent>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:97
+#: en/live-boot.7:112
 msgid ""
 "If you boot with the normal quiet parameter, live-boot hides most messages "
 "of its own. When adding silent, it hides all."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:97
+#: en/live-boot.7:112
 #, no-wrap
 msgid "B<textonly>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:99
+#: en/live-boot.7:114
 msgid ""
 "Start up to text-mode shell prompts, disabling the graphical user interface."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:99
+#: en/live-boot.7:114
 #, no-wrap
 msgid "B<todisk>=I<DEVICE>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:101
+#: en/live-boot.7:116
 msgid ""
 "Adding this parameter, live-boot will try to copy the entire read-only media "
 "to the specified device before mounting the root filesystem. It probably "
@@ -613,13 +645,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:101
+#: en/live-boot.7:116
 #, no-wrap
 msgid "B<toram>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:103
+#: en/live-boot.7:118
 msgid ""
 "Adding this parameter, live-boot will try to copy the whole read-only media "
 "to the computer's RAM before mounting the root filesystem. This could need a "
@@ -627,71 +659,71 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:103
+#: en/live-boot.7:118
 #, no-wrap
 msgid "B<union>=aufs|unionfs"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:105
+#: en/live-boot.7:120
 msgid ""
 "By default, live-boot uses aufs. With this parameter, you can switch to "
 "unionfs."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:105
+#: en/live-boot.7:120
 #, no-wrap
 msgid "B<xdebconf>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:107
+#: en/live-boot.7:122
 msgid ""
 "Uses xdebconfigurator, if present on the rootfs, to configure X instead of "
 "the standard procedure (experimental)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:107
+#: en/live-boot.7:122
 #, no-wrap
 msgid "B<xvideomode>=I<RESOLUTION>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-boot.7:110
+#: en/live-boot.7:125
 msgid "Doesn't do xorg autodetection, but enforces a given resolution."
 msgstr ""
 
 #.  FIXME
 #. type: SH
-#: en/live-boot.7:112
+#: en/live-boot.7:127
 #, no-wrap
 msgid "FILES (old)"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:113 en/live-snapshot.1:43
+#: en/live-boot.7:128 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -704,13 +736,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:119 en/live-snapshot.1:49
+#: en/live-boot.7:134 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -719,7 +751,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:122 en/live-snapshot.1:51
+#: en/live-boot.7:137 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -728,64 +760,64 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:123 en/live-snapshot.1:42
+#: en/live-boot.7:138 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:124
+#: en/live-boot.7:139
 #, no-wrap
 msgid "B</etc/live/boot.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:125
+#: en/live-boot.7:140
 #, no-wrap
 msgid "B</etc/live/boot.conf.d/>"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:126
+#: en/live-boot.7:141
 #, no-wrap
 msgid "B<live/boot.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:127
+#: en/live-boot.7:142
 #, no-wrap
 msgid "B<live/boot.conf.d/>"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:129 en/live-snapshot.1:52
+#: en/live-boot.7:144 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:131
+#: en/live-boot.7:146
 msgid "I<live-snapshot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:56
+#: en/live-boot.7:148 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:135 en/live-snapshot.1:58
+#: en/live-boot.7:150 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:136 en/live-snapshot.1:59
+#: en/live-boot.7:151 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:138 en/live-snapshot.1:61
+#: en/live-boot.7:153 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot 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 "
@@ -793,13 +825,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:139 en/live-snapshot.1:62
+#: en/live-boot.7:154 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:141 en/live-snapshot.1:64
+#: en/live-boot.7:156 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -808,13 +840,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:142 en/live-snapshot.1:65
+#: en/live-boot.7:157 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:143 en/live-snapshot.1:66
+#: en/live-boot.7:158 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/live-snapshot.1.pot b/manpages/pot/live-snapshot.1.pot
index 38e9ef6..db56633 100644
--- a/manpages/pot/live-snapshot.1.pot
+++ b/manpages/pot/live-snapshot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-boot VERSION\n"
-"POT-Creation-Date: 2010-06-02 22:46+0300\n"
+"POT-Creation-Date: 2010-06-05 14:11+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -24,13 +24,13 @@ msgstr ""
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
 #, no-wrap
-msgid "2010-06-02"
+msgid "2010-06-05"
 msgstr ""
 
 #. type: TH
 #: en/live-boot.7:1 en/live-snapshot.1:1
 #, no-wrap
-msgid "2.0~a4"
+msgid "2.0~a5"
 msgstr ""
 
 #. type: TH
@@ -58,26 +58,26 @@ msgid "OPTIONS"
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:113 en/live-snapshot.1:43
+#: en/live-boot.7:128 en/live-snapshot.1:43
 #, no-wrap
 msgid "B</etc/live.conf>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 msgid ""
 "Some variables can be configured via this config file (inside the live "
 "system)."
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:115 en/live-snapshot.1:45
+#: en/live-boot.7:130 en/live-snapshot.1:45
 #, no-wrap
 msgid "B<live/filesystem.module>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 msgid ""
 "This optional file (inside the live media) contains a list of white-space or "
 "carriage-return-separated file names corresponding to disk images in the \"/"
@@ -90,13 +90,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-boot.7:117 en/live-snapshot.1:47
+#: en/live-boot.7:132 en/live-snapshot.1:47
 #, no-wrap
 msgid "B</etc/live-persistence.binds>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:119 en/live-snapshot.1:49
+#: en/live-boot.7:134 en/live-snapshot.1:49
 msgid ""
 "This optional file (which resides in the rootfs system, not in the live "
 "media) is used as a list of directories which not need be persistent: ie. "
@@ -105,7 +105,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:122 en/live-snapshot.1:51
+#: en/live-boot.7:137 en/live-snapshot.1:51
 msgid ""
 "This saves expensive writes and speeds up operations on volatile data such "
 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
@@ -114,35 +114,35 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:123 en/live-snapshot.1:42
+#: en/live-boot.7:138 en/live-snapshot.1:42
 #, no-wrap
 msgid "FILES"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:129 en/live-snapshot.1:52
+#: en/live-boot.7:144 en/live-snapshot.1:52
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:133 en/live-snapshot.1:56
+#: en/live-boot.7:148 en/live-snapshot.1:56
 msgid "I<live-config>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:135 en/live-snapshot.1:58
+#: en/live-boot.7:150 en/live-snapshot.1:58
 msgid "I<live-helper>(7)"
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:136 en/live-snapshot.1:59
+#: en/live-boot.7:151 en/live-snapshot.1:59
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:138 en/live-snapshot.1:61
+#: en/live-boot.7:153 en/live-snapshot.1:61
 msgid ""
 "More information about live-boot 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 "
@@ -150,13 +150,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:139 en/live-snapshot.1:62
+#: en/live-boot.7:154 en/live-snapshot.1:62
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:141 en/live-snapshot.1:64
+#: en/live-boot.7:156 en/live-snapshot.1:64
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-boot package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -165,13 +165,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: en/live-boot.7:142 en/live-snapshot.1:65
+#: en/live-boot.7:157 en/live-snapshot.1:65
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 #. type: Plain text
-#: en/live-boot.7:143 en/live-snapshot.1:66
+#: en/live-boot.7:158 en/live-snapshot.1:66
 msgid ""
 "live-boot was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."

-- 
live-boot



More information about the debian-live-changes mailing list