From: Daniel Baumann Date: Wed, 2 Jun 2010 20:48:27 +0000 (+0200) Subject: Adding upstream version 2.0~a4. X-Git-Tag: upstream/2.0_a4^0 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=d25ec9f9ae081f82fbe8b2960c65b3be08652a3a;p=live-boot-grml.git Adding upstream version 2.0~a4. --- diff --git a/Makefile b/Makefile index eadd5d7..7b15560 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ test: then \ for SCRIPT in $(SCRIPTS); \ do \ - checkbashisms $${SCRIPT} || true; \ + checkbashisms -f -x $${SCRIPT} || true; \ echo -n "."; \ done; \ else \ diff --git a/VERSION b/VERSION index d0651f2..b73365a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0~a3 +2.0~a4 diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index 0f7cb6f..60f6f1c 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 30.05.2010 2.0~a3 "Debian Live Projekt" +.TH LIVE\-BOOT 7 02.06.2010 2.0~a4 "Debian Live Projekt" .SH NAME \fBlive\-boot\fP \- System Boot Skripte @@ -66,8 +66,6 @@ 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. -.IP "\fBhostname\fP=\fIHOSTNAME\fP, \fBusername\fP=\fIUSER\fP, \fBuserfullname\fP=\fIUSERFULLNAME\fP" 4 -Those parameters lets you override values read from the config file. .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 @@ -122,14 +120,6 @@ accordingly. .IP \fBlive\-media\-timeout\fP=\fISECONDS\fP 4 Set the timeout in seconds for the device specified by "live\-media=" to become ready before giving up. -.IP {\fBlocale\fP|\fBdebian\-installer/locale\fP}=\fILOCALE\fP 4 -Configure the running locale as specified, if not present the live\-media -rootfs configured locale will be used and if also this one misses live\-boot -behave as "locale=en_US.UTF\-8" was specified. If only 2 lowercase letter are -specified (like "it"), the "maybe wanted" locale is generated (like -en:EN.UTF\-8), in this case if also "keyb=" is unspecified is set with those -2 lowercase letters (keyb=us). Beside that facility, only UTF8 locales are -supported by live\-boot. .IP \fBmodule\fP=\fINAME\fP 4 Instead of using the default optional file "filesystem.module" (see below) another file could be specified without the extension ".module"; it should @@ -140,12 +130,6 @@ This tells live\-boot to perform a network mount. The parameter "nfsroot=" filesystem. With no args, will try cifs first, and if it fails nfs. .IP \fBnfsopts\fP= 4 This lets you specify custom nfs options. -.IP \fBnoautologin\fP 4 -This parameter disables the automatic terminal login only, not touching -gdk/kdm. -.IP \fBnoxautologin\fP 4 -This parameter disables the automatic login of gdm/kdm only, not touching -terminals. .IP \fBnofastboot\fP 4 This parameter disables the default disabling of filesystem checks in /etc/fstab. If you have static filesystems on your harddisk and you want @@ -156,12 +140,8 @@ disables the "persistent" feature, useful if the bootloader (like syslinux) has been installed with persistent enabled. .IP \fBnoprompt\fP 4 Do not prompt to eject the CD or remove the USB flash drive on reboot. -.IP \fBnosudo\fP 4 -This parameter disables the automatic configuration of sudo. .IP \fBswapon\fP 4 This parameter enables usage of local swap partitions. -.IP \fBnouser\fP 4 -This parameter disables the creation of the default user completely. .IP \fBnoxautoconfig\fP 4 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 @@ -200,9 +180,6 @@ If you boot with the normal quiet parameter, live\-boot hides most messages of its own. When adding silent, it hides all. .IP \fBtextonly\fP 4 Start up to text\-mode shell prompts, disabling the graphical user interface. -.IP \fBtimezone\fP=\fITIMEZONE\fP 4 -By default, timezone is set to UTC. Using the timezone parameter, you can -set it to your local zone, e.g. Europe/Zurich. .IP \fBtodisk\fP=\fIDEVICE\fP 4 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 @@ -216,9 +193,6 @@ lot of ram, according to the space used by the read\-only media. .IP \fBunion\fP=aufs|unionfs 4 By default, live\-boot uses aufs. With this parameter, you can switch to unionfs. -.IP \fButc\fP=yes|no 4 -By default, Debian systems do assume that the hardware clock is set to -UTC. You can change or explicitly set it with this parameter. .IP \fBxdebconf\fP 4 Uses xdebconfigurator, if present on the rootfs, to configure X instead of the standard procedure (experimental). diff --git a/manpages/de/live-snapshot.de.1 b/manpages/de/live-snapshot.de.1 index 3b484dc..27d332d 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 30.05.2010 2.0~a3 "Debian Live Projekt" +.TH LIVE\-BOOT 1 02.06.2010 2.0~a4 "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 cd4f7b7..8788297 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2010\-05\-30 2.0~a3 "Debian Live Project" +.TH LIVE\-BOOT 7 2010\-06\-02 2.0~a4 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts @@ -40,8 +40,6 @@ Not working: http://example.com/path/to/your_filesystem.squashfs Working: http://1.2.3.4/path/to/your_filesystem.squashfs .br 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. -.IP "\fBhostname\fR=\fIHOSTNAME\fR, \fBusername\fR=\fIUSER\fR, \fBuserfullname\fR=\fIUSERFULLNAME\fR" 4 -Those parameters lets you override values read from the config file. .IP "\fBignore_uuid\fR" 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 LIVE_GENERATE_UUID=1 when building the initramfs. .IP "\fBintegrity\-check\fR" 4 @@ -66,30 +64,20 @@ This way you could tell live\-boot that your image starts at offset BYTES in the 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 accordingly. .IP "\fBlive\-media\-timeout\fR=\fISECONDS\fI" 4 Set the timeout in seconds for the device specified by "live\-media=" to become ready before giving up. -.IP "{\fBlocale\fR|\fBdebian\-installer/locale\fR}=\fILOCALE\fR" 4 -Configure the running locale as specified, if not present the live\-media rootfs configured locale will be used and if also this one misses live\-boot behave as "locale=en_US.UTF\-8" was specified. If only 2 lowercase letter are specified (like "it"), the "maybe wanted" locale is generated (like en:EN.UTF\-8), in this case if also "keyb=" is unspecified is set with those 2 lowercase letters (keyb=us). Beside that facility, only UTF8 locales are supported by live\-boot. .IP "\fBmodule\fR=\fINAME\fR" 4 Instead of using the default optional file "filesystem.module" (see below) another file could be specified without the extension ".module"; it should be placed on "/live" directory of the live medium. .IP "\fBnetboot\fR[=nfs|cifs]" 4 This tells live\-boot to perform a network mount. The parameter "nfsroot=" (with optional "nfsopts="), should specify where is the location of the root filesystem. With no args, will try cifs first, and if it fails nfs. .IP "\fBnfsopts\fR=" 4 This lets you specify custom nfs options. -.IP "\fBnoautologin\fR" 4 -This parameter disables the automatic terminal login only, not touching gdk/kdm. -.IP "\fBnoxautologin\fR" 4 -This parameter disables the automatic login of gdm/kdm only, not touching terminals. .IP "\fBnofastboot\fR" 4 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 be checked at boot time, use this parameter, otherwise they are skipped. .IP "\fBnopersistent\fR" 4 disables the "persistent" feature, useful if the bootloader (like syslinux) has been installed with persistent enabled. .IP "\fBnoprompt\fR" 4 Do not prompt to eject the CD or remove the USB flash drive on reboot. -.IP "\fBnosudo\fR" 4 -This parameter disables the automatic configuration of sudo. .IP "\fBswapon\fR" 4 This parameter enables usage of local swap partitions. -.IP "\fBnouser\fR" 4 -This parameter disables the creation of the default user completely. .IP "\fBnoxautoconfig\fR" 4 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 a custom, premade xorg.conf in your live system. .IP "\fBpersistent\fR[=nofiles]" 4 @@ -108,16 +96,12 @@ This parameter will make live\-boot to show on "/" the ro filesystems (mostly co If you boot with the normal quiet parameter, live\-boot hides most messages of its own. When adding silent, it hides all. .IP "\fBtextonly\fR" 4 Start up to text\-mode shell prompts, disabling the graphical user interface. -.IP "\fBtimezone\fR=\fITIMEZONE\fR" 4 -By default, timezone is set to UTC. Using the timezone parameter, you can set it to your local zone, e.g. Europe/Zurich. .IP "\fBtodisk\fR=\fIDEVICE\fR" 4 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 needs a lot of free space. Subsequent boots should then skip this step and just specify the "live\-media=DEVICE" boot parameter with the same DEVICE used this time. .IP "\fBtoram\fR" 4 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 lot of ram, according to the space used by the read\-only media. .IP "\fBunion\fR=aufs|unionfs\fR" 4 By default, live\-boot uses aufs. With this parameter, you can switch to unionfs. -.IP "\fButc\fR=yes|no" 4 -By default, Debian systems do assume that the hardware clock is set to UTC. You can change or explicitly set it with this parameter. .IP "\fBxdebconf\fR" 4 Uses xdebconfigurator, if present on the rootfs, to configure X instead of the standard procedure (experimental). .IP "\fBxvideomode\fR=\fIRESOLUTION\fR" 4 diff --git a/manpages/en/live-snapshot.1 b/manpages/en/live-snapshot.1 index 40072a1..7fe40c7 100644 --- a/manpages/en/live-snapshot.1 +++ b/manpages/en/live-snapshot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 1 2010\-05\-30 2.0~a3 "Debian Live Project" +.TH LIVE\-BOOT 1 2010\-06\-02 2.0~a4 "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 2f0cd12..f285065 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~a3\n" -"POT-Creation-Date: 2010-05-30 09:26+0300\n" +"Project-Id-Version: live-boot 2.0~a4\n" +"POT-Creation-Date: 2010-06-02 22:46+0300\n" "PO-Revision-Date: 2010-05-24 12:34+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -24,14 +24,14 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2010-05-30" -msgstr "30.05.2010" +msgid "2010-06-02" +msgstr "02.06.2010" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2.0~a3" -msgstr "2.0~a3" +msgid "2.0~a4" +msgstr "2.0~a4" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 @@ -221,22 +221,11 @@ msgstr "" #. type: IP #: en/live-boot.7:43 #, no-wrap -msgid "B=I, B=I, B=I" -msgstr "B=I, B=I, B=I" - -#. type: Plain text -#: en/live-boot.7:45 -msgid "Those parameters lets you override values read from the config file." -msgstr "" - -#. type: IP -#: en/live-boot.7:45 -#, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:47 +#: en/live-boot.7:45 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 " @@ -244,13 +233,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:47 +#: en/live-boot.7:45 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:49 +#: en/live-boot.7:47 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 " @@ -258,13 +247,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:49 +#: en/live-boot.7:47 #, no-wrap msgid "B=[I]:[I]:[I]:[I]:[I]:[I]:[I] [,[I]:[I]:[I]:[I]:[I]:[I]:[I]]" msgstr "B=[I]:[I]:[I]:[I]:[I]:[I]:[I] [,[I]:[I]:[I]:[I]:[I]:[I]:[I]]" #. type: Plain text -#: en/live-boot.7:51 +#: en/live-boot.7:49 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 " @@ -274,13 +263,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:51 +#: en/live-boot.7:49 #, no-wrap msgid "B=[I]" msgstr "B=[I]" #. type: Plain text -#: en/live-boot.7:53 +#: en/live-boot.7:51 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/" @@ -288,13 +277,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:53 +#: en/live-boot.7:51 #, no-wrap msgid "{B|B}=I, {B|B}=I, {B|B}=I, {BI<|>B}=I, B=I" msgstr "{B|B}=I, {B|B}=I, {B|B}=I, {BI<|>B}=I, B=I" #. type: Plain text -#: en/live-boot.7:55 +#: en/live-boot.7:53 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=" @@ -303,13 +292,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:55 +#: en/live-boot.7:53 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:57 +#: en/live-boot.7:55 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=" @@ -318,13 +307,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:57 +#: en/live-boot.7:55 #, no-wrap msgid "{B|B}=I" msgstr "{B|B}=I" #. type: Plain text -#: en/live-boot.7:59 +#: en/live-boot.7:57 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 " @@ -333,7 +322,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/live-boot.7:61 +#: en/live-boot.7:59 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. " @@ -342,13 +331,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:61 +#: en/live-boot.7:59 #, no-wrap msgid "{B|B}=I" msgstr "{B|B}=I" #. type: Plain text -#: en/live-boot.7:63 +#: en/live-boot.7:61 msgid "" "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, " "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" " @@ -356,13 +345,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:63 +#: en/live-boot.7:61 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:65 +#: en/live-boot.7:63 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 " @@ -371,13 +360,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:65 +#: en/live-boot.7:63 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:67 +#: en/live-boot.7:65 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 " @@ -385,44 +374,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:67 +#: en/live-boot.7:65 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:69 +#: en/live-boot.7:67 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:69 -#, no-wrap -msgid "{B|B}=I" -msgstr "{B|B}=I" - -#. type: Plain text -#: en/live-boot.7:71 -msgid "" -"Configure the running locale as specified, if not present the live-media " -"rootfs configured locale will be used and if also this one misses live-boot " -"behave as \"locale=en_US.UTF-8\" was specified. If only 2 lowercase letter " -"are specified (like \"it\"), the \"maybe wanted\" locale is generated (like " -"en:EN.UTF-8), in this case if also \"keyb=\" is unspecified is set with " -"those 2 lowercase letters (keyb=us). Beside that facility, only UTF8 locales " -"are supported by live-boot." -msgstr "" - -#. type: IP -#: en/live-boot.7:71 +#: en/live-boot.7:67 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:73 +#: en/live-boot.7:69 msgid "" "Instead of using the default optional file \"filesystem.module\" (see below) " "another file could be specified without the extension \".module\"; it should " @@ -430,13 +401,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:73 +#: en/live-boot.7:69 #, no-wrap msgid "B[=nfs|cifs]" msgstr "B[=nfs|cifs]" #. type: Plain text -#: en/live-boot.7:75 +#: en/live-boot.7:71 msgid "" "This tells live-boot to perform a network mount. The parameter \"nfsroot=" "\" (with optional \"nfsopts=\"), should specify where is the location of the " @@ -444,50 +415,24 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:75 +#: en/live-boot.7:71 #, no-wrap msgid "B=" msgstr "B=" #. type: Plain text -#: en/live-boot.7:77 +#: en/live-boot.7:73 msgid "This lets you specify custom nfs options." msgstr "" #. type: IP -#: en/live-boot.7:77 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: Plain text -#: en/live-boot.7:79 -msgid "" -"This parameter disables the automatic terminal login only, not touching gdk/" -"kdm." -msgstr "" - -#. type: IP -#: en/live-boot.7:79 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: Plain text -#: en/live-boot.7:81 -msgid "" -"This parameter disables the automatic login of gdm/kdm only, not touching " -"terminals." -msgstr "" - -#. type: IP -#: en/live-boot.7:81 +#: en/live-boot.7:73 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:83 +#: en/live-boot.7:75 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 " @@ -495,70 +440,48 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:83 +#: en/live-boot.7:75 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:85 +#: en/live-boot.7:77 msgid "" "disables the \"persistent\" feature, useful if the bootloader (like " "syslinux) has been installed with persistent enabled." msgstr "" #. type: IP -#: en/live-boot.7:85 +#: en/live-boot.7:77 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:87 +#: en/live-boot.7:79 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot." msgstr "" #. type: IP -#: en/live-boot.7:87 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: Plain text -#: en/live-boot.7:89 -msgid "This parameter disables the automatic configuration of sudo." -msgstr "" - -#. type: IP -#: en/live-boot.7:89 +#: en/live-boot.7:79 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:91 +#: en/live-boot.7:81 msgid "This parameter enables usage of local swap partitions." msgstr "" #. type: IP -#: en/live-boot.7:91 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: Plain text -#: en/live-boot.7:93 -msgid "This parameter disables the creation of the default user completely." -msgstr "" - -#. type: IP -#: en/live-boot.7:93 +#: en/live-boot.7:81 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:95 +#: en/live-boot.7:83 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 " @@ -566,13 +489,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:95 +#: en/live-boot.7:83 #, no-wrap msgid "B[=nofiles]" msgstr "B[=nofiles]" #. type: Plain text -#: en/live-boot.7:97 +#: en/live-boot.7:85 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 " @@ -586,13 +509,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:97 +#: en/live-boot.7:85 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:99 +#: en/live-boot.7:87 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 " @@ -600,26 +523,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:99 +#: en/live-boot.7:87 #, no-wrap msgid "{B|B}=I" msgstr "{B|B}=I" #. type: Plain text -#: en/live-boot.7:101 +#: en/live-boot.7:89 msgid "" "A path to a file present on the rootfs could be used to preseed debconf " "database." msgstr "" #. type: IP -#: en/live-boot.7:101 +#: en/live-boot.7:89 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:103 +#: en/live-boot.7:91 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 " @@ -627,26 +550,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:103 +#: en/live-boot.7:91 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:105 +#: en/live-boot.7:93 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:105 +#: en/live-boot.7:93 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:107 +#: en/live-boot.7:95 msgid "" "This parameter will make live-boot to show on \"/\" the ro filesystems " "(mostly compressed) on \"/live\". This is not enabled by default because " @@ -655,51 +578,38 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:107 +#: en/live-boot.7:95 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:109 +#: en/live-boot.7:97 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:109 +#: en/live-boot.7:97 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:111 +#: en/live-boot.7:99 msgid "" "Start up to text-mode shell prompts, disabling the graphical user interface." msgstr "" #. type: IP -#: en/live-boot.7:111 -#, no-wrap -msgid "B=I" -msgstr "B=I" - -#. type: Plain text -#: en/live-boot.7:113 -msgid "" -"By default, timezone is set to UTC. Using the timezone parameter, you can " -"set it to your local zone, e.g. Europe/Zurich." -msgstr "" - -#. type: IP -#: en/live-boot.7:113 +#: en/live-boot.7:99 #, no-wrap msgid "B=I" msgstr "B=I" #. type: Plain text -#: en/live-boot.7:115 +#: en/live-boot.7:101 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 " @@ -709,13 +619,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:115 +#: en/live-boot.7:101 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:117 +#: en/live-boot.7:103 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 " @@ -723,84 +633,71 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:117 +#: en/live-boot.7:103 #, no-wrap msgid "B=aufs|unionfs" msgstr "B=aufs|unionfs" #. type: Plain text -#: en/live-boot.7:119 +#: en/live-boot.7:105 msgid "" "By default, live-boot uses aufs. With this parameter, you can switch to " "unionfs." msgstr "" #. type: IP -#: en/live-boot.7:119 -#, no-wrap -msgid "B=yes|no" -msgstr "B=yes|no" - -#. type: Plain text -#: en/live-boot.7:121 -msgid "" -"By default, Debian systems do assume that the hardware clock is set to UTC. " -"You can change or explicitly set it with this parameter." -msgstr "" - -#. type: IP -#: en/live-boot.7:121 +#: en/live-boot.7:105 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:123 +#: en/live-boot.7:107 msgid "" "Uses xdebconfigurator, if present on the rootfs, to configure X instead of " "the standard procedure (experimental)." msgstr "" #. type: IP -#: en/live-boot.7:123 +#: en/live-boot.7:107 #, no-wrap msgid "B=I" msgstr "B=I" #. FIXME #. type: Plain text -#: en/live-boot.7:126 +#: en/live-boot.7:110 msgid "Doesn't do xorg autodetection, but enforces a given resolution." msgstr "" #. FIXME #. type: SH -#: en/live-boot.7:128 +#: en/live-boot.7:112 #, no-wrap msgid "FILES (old)" msgstr "" #. type: IP -#: en/live-boot.7:129 en/live-snapshot.1:43 +#: en/live-boot.7:113 en/live-snapshot.1:43 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 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:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 en/live-snapshot.1:45 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 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 \"/" @@ -813,13 +710,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 en/live-snapshot.1:47 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:135 en/live-snapshot.1:49 +#: en/live-boot.7:119 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. " @@ -828,7 +725,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/live-boot.7:138 en/live-snapshot.1:51 +#: en/live-boot.7:122 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 " @@ -837,64 +734,64 @@ msgid "" msgstr "" #. type: SH -#: en/live-boot.7:139 en/live-snapshot.1:42 +#: en/live-boot.7:123 en/live-snapshot.1:42 #, no-wrap msgid "FILES" msgstr "DATEIEN" #. type: IP -#: en/live-boot.7:140 +#: en/live-boot.7:124 #, no-wrap msgid "B" msgstr "B" #. type: IP -#: en/live-boot.7:141 +#: en/live-boot.7:125 #, no-wrap msgid "B" msgstr "B" #. type: IP -#: en/live-boot.7:142 +#: en/live-boot.7:126 #, no-wrap msgid "B" msgstr "B" #. type: IP -#: en/live-boot.7:143 +#: en/live-boot.7:127 #, no-wrap msgid "B" msgstr "B" #. type: SH -#: en/live-boot.7:145 en/live-snapshot.1:52 +#: en/live-boot.7:129 en/live-snapshot.1:52 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text -#: en/live-boot.7:147 +#: en/live-boot.7:131 msgid "I(1)" msgstr "I(1)" #. type: Plain text -#: en/live-boot.7:149 en/live-snapshot.1:56 +#: en/live-boot.7:133 en/live-snapshot.1:56 msgid "I(7)" msgstr "I(7)" #. type: Plain text -#: en/live-boot.7:151 en/live-snapshot.1:58 +#: en/live-boot.7:135 en/live-snapshot.1:58 msgid "I(7)" msgstr "I(7)" #. type: SH -#: en/live-boot.7:152 en/live-snapshot.1:59 +#: en/live-boot.7:136 en/live-snapshot.1:59 #, no-wrap msgid "HOMEPAGE" msgstr "HOMEPAGE" #. type: Plain text -#: en/live-boot.7:154 en/live-snapshot.1:61 +#: en/live-boot.7:138 en/live-snapshot.1:61 msgid "" "More information about live-boot and the Debian Live project can be found on " "the homepage at EIE and in the manual at " @@ -905,13 +802,13 @@ msgstr "" "unter EIE gefunden werden." #. type: SH -#: en/live-boot.7:155 en/live-snapshot.1:62 +#: en/live-boot.7:139 en/live-snapshot.1:62 #, no-wrap msgid "BUGS" msgstr "FEHLER" #. type: Plain text -#: en/live-boot.7:157 en/live-snapshot.1:64 +#: en/live-boot.7:141 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 EIE or by " @@ -925,13 +822,13 @@ msgstr "" "werden." #. type: SH -#: en/live-boot.7:158 en/live-snapshot.1:65 +#: en/live-boot.7:142 en/live-snapshot.1:65 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text -#: en/live-boot.7:159 en/live-snapshot.1:66 +#: en/live-boot.7:143 en/live-snapshot.1:66 msgid "" "live-boot was written by Daniel Baumann EIE for " "the Debian project." diff --git a/manpages/po/de/live-snapshot.1.po b/manpages/po/de/live-snapshot.1.po index c17ebe7..9bfc1a5 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~a3\n" -"POT-Creation-Date: 2010-05-30 09:26+0300\n" +"Project-Id-Version: live-boot 2.0~a4\n" +"POT-Creation-Date: 2010-06-02 22:46+0300\n" "PO-Revision-Date: 2010-05-24 12:34+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -24,14 +24,14 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2010-05-30" -msgstr "30.05.2010" +msgid "2010-06-02" +msgstr "02.06.2010" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2.0~a3" -msgstr "2.0~a3" +msgid "2.0~a4" +msgstr "2.0~a4" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 @@ -58,26 +58,26 @@ msgid "OPTIONS" msgstr "OPTIONEN" #. type: IP -#: en/live-boot.7:129 en/live-snapshot.1:43 +#: en/live-boot.7:113 en/live-snapshot.1:43 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 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:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 en/live-snapshot.1:45 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 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:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 en/live-snapshot.1:47 #, no-wrap msgid "B" msgstr "B" #. type: Plain text -#: en/live-boot.7:135 en/live-snapshot.1:49 +#: en/live-boot.7:119 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:138 en/live-snapshot.1:51 +#: en/live-boot.7:122 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:139 en/live-snapshot.1:42 +#: en/live-boot.7:123 en/live-snapshot.1:42 #, no-wrap msgid "FILES" msgstr "DATEIEN" #. type: SH -#: en/live-boot.7:145 en/live-snapshot.1:52 +#: en/live-boot.7:129 en/live-snapshot.1:52 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text -#: en/live-boot.7:149 en/live-snapshot.1:56 +#: en/live-boot.7:133 en/live-snapshot.1:56 msgid "I(7)" msgstr "I(7)" #. type: Plain text -#: en/live-boot.7:151 en/live-snapshot.1:58 +#: en/live-boot.7:135 en/live-snapshot.1:58 msgid "I(7)" msgstr "I(7)" #. type: SH -#: en/live-boot.7:152 en/live-snapshot.1:59 +#: en/live-boot.7:136 en/live-snapshot.1:59 #, no-wrap msgid "HOMEPAGE" msgstr "HOMEPAGE" #. type: Plain text -#: en/live-boot.7:154 en/live-snapshot.1:61 +#: en/live-boot.7:138 en/live-snapshot.1:61 msgid "" "More information about live-boot and the Debian Live project can be found on " "the homepage at EIE and in the manual at " @@ -153,13 +153,13 @@ msgstr "" "unter EIE gefunden werden." #. type: SH -#: en/live-boot.7:155 en/live-snapshot.1:62 +#: en/live-boot.7:139 en/live-snapshot.1:62 #, no-wrap msgid "BUGS" msgstr "FEHLER" #. type: Plain text -#: en/live-boot.7:157 en/live-snapshot.1:64 +#: en/live-boot.7:141 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 EIE or by " @@ -173,13 +173,13 @@ msgstr "" "werden." #. type: SH -#: en/live-boot.7:158 en/live-snapshot.1:65 +#: en/live-boot.7:142 en/live-snapshot.1:65 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text -#: en/live-boot.7:159 en/live-snapshot.1:66 +#: en/live-boot.7:143 en/live-snapshot.1:66 msgid "" "live-boot was written by Daniel Baumann EIE for " "the Debian project." diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index 13a8ec4..134f99d 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-05-30 09:26+0300\n" +"POT-Creation-Date: 2010-06-02 22:46+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,13 +24,13 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2010-05-30" +msgid "2010-06-02" msgstr "" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2.0~a3" +msgid "2.0~a4" msgstr "" #. type: TH @@ -215,22 +215,11 @@ msgstr "" #. type: IP #: en/live-boot.7:43 #, no-wrap -msgid "B=I, B=I, B=I" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:45 -msgid "Those parameters lets you override values read from the config file." -msgstr "" - -#. type: IP -#: en/live-boot.7:45 -#, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:47 +#: en/live-boot.7:45 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 " @@ -238,13 +227,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:47 +#: en/live-boot.7:45 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:49 +#: en/live-boot.7:47 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 " @@ -252,13 +241,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:49 +#: en/live-boot.7:47 #, no-wrap msgid "B=[I]:[I]:[I]:[I]:[I]:[I]:[I] [,[I]:[I]:[I]:[I]:[I]:[I]:[I]]" msgstr "" #. type: Plain text -#: en/live-boot.7:51 +#: en/live-boot.7:49 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 " @@ -268,13 +257,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:51 +#: en/live-boot.7:49 #, no-wrap msgid "B=[I]" msgstr "" #. type: Plain text -#: en/live-boot.7:53 +#: en/live-boot.7:51 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/" @@ -282,13 +271,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:53 +#: en/live-boot.7:51 #, no-wrap msgid "{B|B}=I, {B|B}=I, {B|B}=I, {BI<|>B}=I, B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:55 +#: en/live-boot.7:53 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=" @@ -297,13 +286,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:55 +#: en/live-boot.7:53 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:57 +#: en/live-boot.7:55 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=" @@ -312,13 +301,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:57 +#: en/live-boot.7:55 #, no-wrap msgid "{B|B}=I" msgstr "" #. type: Plain text -#: en/live-boot.7:59 +#: en/live-boot.7:57 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 " @@ -327,7 +316,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/live-boot.7:61 +#: en/live-boot.7:59 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. " @@ -336,13 +325,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:61 +#: en/live-boot.7:59 #, no-wrap msgid "{B|B}=I" msgstr "" #. type: Plain text -#: en/live-boot.7:63 +#: en/live-boot.7:61 msgid "" "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, " "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" " @@ -350,13 +339,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:63 +#: en/live-boot.7:61 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:65 +#: en/live-boot.7:63 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 " @@ -365,13 +354,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:65 +#: en/live-boot.7:63 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:67 +#: en/live-boot.7:65 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 " @@ -379,44 +368,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:67 +#: en/live-boot.7:65 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:69 +#: en/live-boot.7:67 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:69 -#, no-wrap -msgid "{B|B}=I" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:71 -msgid "" -"Configure the running locale as specified, if not present the live-media " -"rootfs configured locale will be used and if also this one misses live-boot " -"behave as \"locale=en_US.UTF-8\" was specified. If only 2 lowercase letter " -"are specified (like \"it\"), the \"maybe wanted\" locale is generated (like " -"en:EN.UTF-8), in this case if also \"keyb=\" is unspecified is set with " -"those 2 lowercase letters (keyb=us). Beside that facility, only UTF8 locales " -"are supported by live-boot." -msgstr "" - -#. type: IP -#: en/live-boot.7:71 +#: en/live-boot.7:67 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:73 +#: en/live-boot.7:69 msgid "" "Instead of using the default optional file \"filesystem.module\" (see below) " "another file could be specified without the extension \".module\"; it should " @@ -424,13 +395,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:73 +#: en/live-boot.7:69 #, no-wrap msgid "B[=nfs|cifs]" msgstr "" #. type: Plain text -#: en/live-boot.7:75 +#: en/live-boot.7:71 msgid "" "This tells live-boot to perform a network mount. The parameter \"nfsroot=" "\" (with optional \"nfsopts=\"), should specify where is the location of the " @@ -438,50 +409,24 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:75 +#: en/live-boot.7:71 #, no-wrap msgid "B=" msgstr "" #. type: Plain text -#: en/live-boot.7:77 +#: en/live-boot.7:73 msgid "This lets you specify custom nfs options." msgstr "" #. type: IP -#: en/live-boot.7:77 -#, no-wrap -msgid "B" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:79 -msgid "" -"This parameter disables the automatic terminal login only, not touching gdk/" -"kdm." -msgstr "" - -#. type: IP -#: en/live-boot.7:79 -#, no-wrap -msgid "B" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:81 -msgid "" -"This parameter disables the automatic login of gdm/kdm only, not touching " -"terminals." -msgstr "" - -#. type: IP -#: en/live-boot.7:81 +#: en/live-boot.7:73 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:83 +#: en/live-boot.7:75 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 " @@ -489,70 +434,48 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:83 +#: en/live-boot.7:75 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:85 +#: en/live-boot.7:77 msgid "" "disables the \"persistent\" feature, useful if the bootloader (like " "syslinux) has been installed with persistent enabled." msgstr "" #. type: IP -#: en/live-boot.7:85 +#: en/live-boot.7:77 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:87 +#: en/live-boot.7:79 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot." msgstr "" #. type: IP -#: en/live-boot.7:87 -#, no-wrap -msgid "B" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:89 -msgid "This parameter disables the automatic configuration of sudo." -msgstr "" - -#. type: IP -#: en/live-boot.7:89 +#: en/live-boot.7:79 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:91 +#: en/live-boot.7:81 msgid "This parameter enables usage of local swap partitions." msgstr "" #. type: IP -#: en/live-boot.7:91 -#, no-wrap -msgid "B" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:93 -msgid "This parameter disables the creation of the default user completely." -msgstr "" - -#. type: IP -#: en/live-boot.7:93 +#: en/live-boot.7:81 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:95 +#: en/live-boot.7:83 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 " @@ -560,13 +483,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:95 +#: en/live-boot.7:83 #, no-wrap msgid "B[=nofiles]" msgstr "" #. type: Plain text -#: en/live-boot.7:97 +#: en/live-boot.7:85 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 " @@ -580,13 +503,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:97 +#: en/live-boot.7:85 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:99 +#: en/live-boot.7:87 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 " @@ -594,26 +517,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:99 +#: en/live-boot.7:87 #, no-wrap msgid "{B|B}=I" msgstr "" #. type: Plain text -#: en/live-boot.7:101 +#: en/live-boot.7:89 msgid "" "A path to a file present on the rootfs could be used to preseed debconf " "database." msgstr "" #. type: IP -#: en/live-boot.7:101 +#: en/live-boot.7:89 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:103 +#: en/live-boot.7:91 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 " @@ -621,26 +544,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:103 +#: en/live-boot.7:91 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:105 +#: en/live-boot.7:93 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:105 +#: en/live-boot.7:93 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:107 +#: en/live-boot.7:95 msgid "" "This parameter will make live-boot to show on \"/\" the ro filesystems " "(mostly compressed) on \"/live\". This is not enabled by default because " @@ -649,51 +572,38 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:107 +#: en/live-boot.7:95 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:109 +#: en/live-boot.7:97 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:109 +#: en/live-boot.7:97 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:111 +#: en/live-boot.7:99 msgid "" "Start up to text-mode shell prompts, disabling the graphical user interface." msgstr "" #. type: IP -#: en/live-boot.7:111 -#, no-wrap -msgid "B=I" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:113 -msgid "" -"By default, timezone is set to UTC. Using the timezone parameter, you can " -"set it to your local zone, e.g. Europe/Zurich." -msgstr "" - -#. type: IP -#: en/live-boot.7:113 +#: en/live-boot.7:99 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:115 +#: en/live-boot.7:101 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 " @@ -703,13 +613,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:115 +#: en/live-boot.7:101 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:117 +#: en/live-boot.7:103 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 " @@ -717,84 +627,71 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:117 +#: en/live-boot.7:103 #, no-wrap msgid "B=aufs|unionfs" msgstr "" #. type: Plain text -#: en/live-boot.7:119 +#: en/live-boot.7:105 msgid "" "By default, live-boot uses aufs. With this parameter, you can switch to " "unionfs." msgstr "" #. type: IP -#: en/live-boot.7:119 -#, no-wrap -msgid "B=yes|no" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:121 -msgid "" -"By default, Debian systems do assume that the hardware clock is set to UTC. " -"You can change or explicitly set it with this parameter." -msgstr "" - -#. type: IP -#: en/live-boot.7:121 +#: en/live-boot.7:105 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:123 +#: en/live-boot.7:107 msgid "" "Uses xdebconfigurator, if present on the rootfs, to configure X instead of " "the standard procedure (experimental)." msgstr "" #. type: IP -#: en/live-boot.7:123 +#: en/live-boot.7:107 #, no-wrap msgid "B=I" msgstr "" #. FIXME #. type: Plain text -#: en/live-boot.7:126 +#: en/live-boot.7:110 msgid "Doesn't do xorg autodetection, but enforces a given resolution." msgstr "" #. FIXME #. type: SH -#: en/live-boot.7:128 +#: en/live-boot.7:112 #, no-wrap msgid "FILES (old)" msgstr "" #. type: IP -#: en/live-boot.7:129 en/live-snapshot.1:43 +#: en/live-boot.7:113 en/live-snapshot.1:43 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 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:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 en/live-snapshot.1:45 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 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 \"/" @@ -807,13 +704,13 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 en/live-snapshot.1:47 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:135 en/live-snapshot.1:49 +#: en/live-boot.7:119 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. " @@ -822,7 +719,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/live-boot.7:138 en/live-snapshot.1:51 +#: en/live-boot.7:122 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 " @@ -831,64 +728,64 @@ msgid "" msgstr "" #. type: SH -#: en/live-boot.7:139 en/live-snapshot.1:42 +#: en/live-boot.7:123 en/live-snapshot.1:42 #, no-wrap msgid "FILES" msgstr "" #. type: IP -#: en/live-boot.7:140 +#: en/live-boot.7:124 #, no-wrap msgid "B" msgstr "" #. type: IP -#: en/live-boot.7:141 +#: en/live-boot.7:125 #, no-wrap msgid "B" msgstr "" #. type: IP -#: en/live-boot.7:142 +#: en/live-boot.7:126 #, no-wrap msgid "B" msgstr "" #. type: IP -#: en/live-boot.7:143 +#: en/live-boot.7:127 #, no-wrap msgid "B" msgstr "" #. type: SH -#: en/live-boot.7:145 en/live-snapshot.1:52 +#: en/live-boot.7:129 en/live-snapshot.1:52 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text -#: en/live-boot.7:147 +#: en/live-boot.7:131 msgid "I(1)" msgstr "" #. type: Plain text -#: en/live-boot.7:149 en/live-snapshot.1:56 +#: en/live-boot.7:133 en/live-snapshot.1:56 msgid "I(7)" msgstr "" #. type: Plain text -#: en/live-boot.7:151 en/live-snapshot.1:58 +#: en/live-boot.7:135 en/live-snapshot.1:58 msgid "I(7)" msgstr "" #. type: SH -#: en/live-boot.7:152 en/live-snapshot.1:59 +#: en/live-boot.7:136 en/live-snapshot.1:59 #, no-wrap msgid "HOMEPAGE" msgstr "" #. type: Plain text -#: en/live-boot.7:154 en/live-snapshot.1:61 +#: en/live-boot.7:138 en/live-snapshot.1:61 msgid "" "More information about live-boot and the Debian Live project can be found on " "the homepage at EIE and in the manual at " @@ -896,13 +793,13 @@ msgid "" msgstr "" #. type: SH -#: en/live-boot.7:155 en/live-snapshot.1:62 +#: en/live-boot.7:139 en/live-snapshot.1:62 #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text -#: en/live-boot.7:157 en/live-snapshot.1:64 +#: en/live-boot.7:141 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 EIE or by " @@ -911,13 +808,13 @@ msgid "" msgstr "" #. type: SH -#: en/live-boot.7:158 en/live-snapshot.1:65 +#: en/live-boot.7:142 en/live-snapshot.1:65 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text -#: en/live-boot.7:159 en/live-snapshot.1:66 +#: en/live-boot.7:143 en/live-snapshot.1:66 msgid "" "live-boot was written by Daniel Baumann EIE for " "the Debian project." diff --git a/manpages/pot/live-snapshot.1.pot b/manpages/pot/live-snapshot.1.pot index e24f851..38e9ef6 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-05-30 09:26+0300\n" +"POT-Creation-Date: 2010-06-02 22:46+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,13 +24,13 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2010-05-30" +msgid "2010-06-02" msgstr "" #. type: TH #: en/live-boot.7:1 en/live-snapshot.1:1 #, no-wrap -msgid "2.0~a3" +msgid "2.0~a4" msgstr "" #. type: TH @@ -58,26 +58,26 @@ msgid "OPTIONS" msgstr "" #. type: IP -#: en/live-boot.7:129 en/live-snapshot.1:43 +#: en/live-boot.7:113 en/live-snapshot.1:43 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 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:131 en/live-snapshot.1:45 +#: en/live-boot.7:115 en/live-snapshot.1:45 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 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:133 en/live-snapshot.1:47 +#: en/live-boot.7:117 en/live-snapshot.1:47 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:135 en/live-snapshot.1:49 +#: en/live-boot.7:119 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:138 en/live-snapshot.1:51 +#: en/live-boot.7:122 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:139 en/live-snapshot.1:42 +#: en/live-boot.7:123 en/live-snapshot.1:42 #, no-wrap msgid "FILES" msgstr "" #. type: SH -#: en/live-boot.7:145 en/live-snapshot.1:52 +#: en/live-boot.7:129 en/live-snapshot.1:52 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text -#: en/live-boot.7:149 en/live-snapshot.1:56 +#: en/live-boot.7:133 en/live-snapshot.1:56 msgid "I(7)" msgstr "" #. type: Plain text -#: en/live-boot.7:151 en/live-snapshot.1:58 +#: en/live-boot.7:135 en/live-snapshot.1:58 msgid "I(7)" msgstr "" #. type: SH -#: en/live-boot.7:152 en/live-snapshot.1:59 +#: en/live-boot.7:136 en/live-snapshot.1:59 #, no-wrap msgid "HOMEPAGE" msgstr "" #. type: Plain text -#: en/live-boot.7:154 en/live-snapshot.1:61 +#: en/live-boot.7:138 en/live-snapshot.1:61 msgid "" "More information about live-boot and the Debian Live project can be found on " "the homepage at EIE and in the manual at " @@ -150,13 +150,13 @@ msgid "" msgstr "" #. type: SH -#: en/live-boot.7:155 en/live-snapshot.1:62 +#: en/live-boot.7:139 en/live-snapshot.1:62 #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text -#: en/live-boot.7:157 en/live-snapshot.1:64 +#: en/live-boot.7:141 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 EIE or by " @@ -165,13 +165,13 @@ msgid "" msgstr "" #. type: SH -#: en/live-boot.7:158 en/live-snapshot.1:65 +#: en/live-boot.7:142 en/live-snapshot.1:65 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text -#: en/live-boot.7:159 en/live-snapshot.1:66 +#: en/live-boot.7:143 en/live-snapshot.1:66 msgid "" "live-boot was written by Daniel Baumann EIE for " "the Debian project."