From 2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2013 13:46:18 +0200 Subject: [PATCH] Adding debian version 4.0~a1-1. --- VERSION | 2 +- backends/initramfs-tools/live.hook | 22 +- debian/changelog | 92 +--- debian/control | 4 +- debian/copyright | 2 +- debian/live-boot.bug-presubj | 4 +- debian/rules | 2 +- debian/source/options | 1 + manpages/bin/update-version.sh | 10 +- manpages/de/live-boot.de.7 | 290 +++++++++++ manpages/de/persistence.conf.de.5 | 207 ++++++++ manpages/en/live-boot.7 | 14 +- manpages/en/persistence.conf.5 | 2 +- manpages/es/live-boot.es.7 | 22 +- manpages/es/persistence.conf.es.5 | 2 +- manpages/po/de/live-boot.7.po | 911 +++++++++++++++++++++++++++++++++++ manpages/po/de/persistence.conf.5.po | 511 ++++++++++++++++++++ manpages/po/es/live-boot.7.po | 172 ++++--- manpages/po/es/persistence.conf.5.po | 32 +- manpages/po4a.cfg | 2 +- manpages/pot/live-boot.7.pot | 144 +++--- manpages/pot/persistence.conf.5.pot | 24 +- scripts/boot/3010-verify-checksums | 33 +- scripts/boot/3020-swapon | 17 +- scripts/boot/9990-aaa-fixme.sh | 2 - scripts/boot/9990-fstab.sh | 17 +- scripts/boot/9990-main.sh | 29 +- scripts/boot/9990-misc-helpers.sh | 293 +++++------ scripts/boot/9990-mount-http.sh | 7 +- scripts/boot/9990-mount-iscsi.sh | 13 +- scripts/boot/9990-netbase.sh | 15 + scripts/boot/9990-networking.sh | 8 - scripts/boot/9990-overlay.sh | 102 ++-- 33 files changed, 2388 insertions(+), 620 deletions(-) create mode 100644 manpages/de/live-boot.de.7 create mode 100644 manpages/de/persistence.conf.de.5 create mode 100644 manpages/po/de/live-boot.7.po create mode 100644 manpages/po/de/persistence.conf.5.po diff --git a/VERSION b/VERSION index 818ac95..c3b296a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1-1 +4.0~a1-1 diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook index d66c669..3860f4c 100755 --- a/backends/initramfs-tools/live.hook +++ b/backends/initramfs-tools/live.hook @@ -143,19 +143,11 @@ then copy_exec /usr/bin/eject /bin fi -# Program: mount -# fuse does not work with klibc mount -copy_exec /bin/mount /bin/mount.util-linux - [ "${QUIET}" ] || echo -n " utils" # Feature: Verify Checksums -if [ -e /etc/progress-linux_version ] -then - copy_exec /usr/bin/sha256sum /bin -else - copy_exec /usr/bin/md5sum /bin -fi +copy_exec /usr/bin/sha256sum /bin +copy_exec /usr/bin/md5sum /bin # Program: memdisk if [ -x /usr/bin/memdiskfind ] @@ -244,4 +236,14 @@ case "${LIVE_DNS}" in ;; esac +case "${LIVE_UNIONMOUNT}" in + true) + [ "${QUIET}" ] || echo -n " unionmount" + + # UnionMount + # only mount from patched util-linux can do this currently + copy_exec /bin/mount /bin/mount_full + ;; +esac + [ "${QUIET}" ] || echo . diff --git a/debian/changelog b/debian/changelog index 34343bd..d4ac46c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,94 +1,8 @@ -live-boot (3.0.1-1) unstable; urgency=low +live-boot (4.0~a1-1) experimental; urgency=low - [ chals ] - * Updating Spanish translation of live-boot man page, persistence-label. - - [ Daniel Baumann ] - * Dropping German manpage translations stubs for the release. - - -- Daniel Baumann Thu, 14 Feb 2013 19:33:17 +0100 - -live-boot (3.0.0-1) unstable; urgency=low - - [ Daniel Baumann ] - * Updating manpage year handling for 2013. - - [ Richard Nelson ] - * Replace noprompt with noeject on manpage. - - [ Daniel Baumann ] - * Updating noeject description in manpage. - - [ chals ] - * Updating Spanish translation in respect to noeject. - - [ Daniel Baumann ] - * Dropping dpkg compression level. - * Calling df with -P to avoid line wraps with overly long mountpoints. - - [ Tails developers ] - * Improving test for /etc/fstab.d support by testing for its existence - instead of /run's one. - - [ Daniel Baumann ] - * Removing some dead code in netbase parts. - - [ Gaudenz Steinlin ] - * Fixing support for multiple squashfs images (Closes: #696494). - * Fixing mounting of rootfs, cow and medium filesystems (Closes: - #696495). - - [ Daniel Baumann ] - * Correcting persistence-label handling fwrt/ legacy live-boot 2.x - support, thanks to Mike Gach (Closes: #697873). - - -- Daniel Baumann Tue, 12 Feb 2013 08:23:17 +0100 - -live-boot (3.0~b11-1) unstable; urgency=low - - * Updating year in copyright file. - * Supporting legacy filenames for checksums in debian within verify- - checksums. - * Correcting legacy filename for checksum files. - * By default including sha256sum only in progress-linux, keep md5sum - legacy for debian. - - -- Daniel Baumann Wed, 02 Jan 2013 11:32:21 +0100 - -live-boot (3.0~b10-1) unstable; urgency=low - - [ Daniel Baumann ] - * Adding live-tools to recommends. - - [ Michal Suchanek ] - * Including util-linux mount in initramfs. - - [ Daniel Baumann ] - * Making overwriting of /bin/mount within initramfs with mount.util- - linux dependent on fuse usage, not on some additional boot parameter. - * Correcting spelling typo in bug script. - - [ Richard Nelson ] - * Update manpage information of ip= param to correctly reflect what - 9990-netbase.sh expects. - - [ Daniel Baumann ] - * Cleaning up manpage po files. - - [ Evgeni Golov ] - * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw. - - -- Daniel Baumann Mon, 17 Dec 2012 20:22:50 +0100 - -live-boot (3.0~b9-1) unstable; urgency=low - - [ Tails developers ] - * Making the /live to /lib/live move for the persistence code. - * Handling already mounted persistence backing media correctly. - * Fixing persistence-media option when no devices are attached. - * Using 'local' in a safe way. + * Dropping specifics for squeeze based distributions. - -- Daniel Baumann Mon, 10 Dec 2012 20:01:21 +0100 + -- Daniel Baumann Fri, 30 Nov 2012 14:58:46 +0100 live-boot (3.0~b8-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ae41843..a0561dc 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: git://live.debian.net/git/live-boot.git Package: live-boot Architecture: all Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend -Recommends: live-boot-doc, live-tools, rsync, uuid-runtime +Recommends: live-boot-doc, rsync, uuid-runtime Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget Description: Live System Boot Scripts live-boot contains the scripts that configure a live system during the boot @@ -25,8 +25,6 @@ Package: live-boot-doc Section: doc Architecture: all Depends: ${misc:Depends} -Conflicts: live-boot (<< 3.0~a18~) -Replaces: live-boot Description: Live System Boot Scripts (documentation) live-boot contains the scripts that configure a live system during the boot process (early userspace). diff --git a/debian/copyright b/debian/copyright index d1c1b8a..9687245 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Debian Live Project Source: http://live.debian.net/archive/packages/live-boot/ Files: * -Copyright: 2006-2013 Daniel Baumann +Copyright: 2006-2012 Daniel Baumann 2005-2008 Canonical Ltd. 2008 Chris Lamb 2006-2007 Marco Amadori diff --git a/debian/live-boot.bug-presubj b/debian/live-boot.bug-presubj index 90a72ec..8b18276 100644 --- a/debian/live-boot.bug-presubj +++ b/debian/live-boot.bug-presubj @@ -1,9 +1,9 @@ Before submitting a bug report against live-boot, please make sure -that you have read our guidelines for Debian Live bug reports: +that you have read our guidlines for Debian Live bug reports: http://live.debian.net/manual/ -By providing the required information as outlined in the guidelines makes +By providing the required information as outlined in the guidlines makes sure that we can optimally reproduce and fix bugs, not doing so wastes a lot of time for both the maintainers and the submitters. diff --git a/debian/rules b/debian/rules index ba9bb63..37418ee 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_install: mv debian/tmp/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share override_dh_builddeb: - dh_builddeb -- -Zxz + dh_builddeb -- -Zxz -z9 override_dh_install: dh_install --fail-missing diff --git a/debian/source/options b/debian/source/options index 5bd47b7..22a4de9 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ compression = xz +compression-level = 9 diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index 1f7b7d3..6326ada 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-boot(7) - System Boot Scripts -## Copyright (C) 2006-2013 Daniel Baumann +## Copyright (C) 2006-2012 Daniel Baumann ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -35,9 +35,7 @@ do then for _FILE in po/${_LANGUAGE}/*.po do - sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ - -e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ - "${_FILE}" + sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}" done fi done @@ -47,8 +45,6 @@ if ls po/pt_BR/*.po > /dev/null 2>&1 then for _FILE in po/pt_BR/*.po do - sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ - -e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ - "${_FILE}" + sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}" done fi diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 new file mode 100644 index 0000000..ae21ae1 --- /dev/null +++ b/manpages/de/live-boot.de.7 @@ -0,0 +1,290 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BOOT 7 30.11.2012 4.0~a1\-1 "Debian Live Project" + +.SH NAME +\fBlive\-boot\fP \- System Boot Scripts + +.SH DESCRIPTION +\fBlive\-boot\fP contains the scripts that configure a Debian Live system during +the boot process (early userspace). +.PP +.\" FIXME +live\-boot is a hook for the initramfs\-tools, used to generate a initramfs +capable to boot live systems, such as those created by +\fIlive\-helper\fP(7). This includes the Debian Live isos, netboot tarballs, and +usb stick images. +.PP +.\" FIXME +At boot time it will look for a (read\-only) media containing a "/live" +directory where a root filesystems (often a compressed filesystem image like +squashfs) is stored. If found, it will create a writable environment, using +aufs, for Debian like systems to boot from. + +.SH CONFIGURATION +\fBlive\-boot\fP can be configured through a boot parameter or a configuration +file. +.PP +To configure the live\-boot parameters used by default in a live image, see +the \-\-bootappend\-live option in the \fIlb_config\fP(1) manual page. + +.SS "Kernel Parameters" +\fBlive\-boot\fP is only activated if 'boot=live' was used as a kernel +parameter. +.PP +In addition, there are some more boot parameters to influence the behaviour, +see below. + +.SS "Configuration Files" +\fBlive\-boot\fP can be configured (but not activated) through configuration +files. Those files can be placed either in the root filesystem itself +(/etc/live/boot.conf, /etc/live/boot/*), or on the live media +(live/boot.conf, live/boot/*). + +.SH OPTIONS +.\" FIXME +\fBlive\-boot\fP currently features the following parameters. +.IP \fBaccess\fP=\fIACCESS\fP 4 +Set the accessibility level for physically or visually impaired +users. ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual +impairment, v2=moderate visual impairment, v3=blindness, m1=minor motor +difficulties, m2=moderate motor difficulties. +.IP \fBconsole\fP=\fITTY,SPEED\fP 4 +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 +.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 busybox's 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 +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. +.br +You may also use the live iso image in place of the squashfs image. +.IP \fBiscsi\fP=\fIserver\-ip[,server\-port];target\-name\fP 4 +Boot from an iSCSI target that has an iso or disk live image as one of its +LUNs. The specified target is searched for a LUN which looks like a live +media. If you use the \fBiscsitarget\fP software iSCSI target solution which is +packaged in Debian your ietd.conf might look like this: +.br +# The target\-name you specify in the iscsi= parameter +.br +Target + Lun 0 Path=,Type=fileio,IOMode=ro + # If you want to boot multiple machines you might want to look at tuning some parameters like + # Wthreads or MaxConnections +.IP \fBfindiso\fP=\fI/PATH/TO/IMAGE\fP 4 +Look for the specified ISO file on all disks where it usually looks for the +\&.squashfs file (so you don't have to know the device name as in +fromiso=....). +.IP \fBfromiso\fP=\fI/PATH/TO/IMAGE\fP 4 +Allows to use a filesystem from within an iso image that's available on +live\-media. +.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 +LIVE_GENERATE_UUID=1 when building the initramfs. +.IP \fBverify\-checksums\fP 4 +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 +live media. +.IP "\fBip\fP=[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fISERVER_IP\fP]:[\fIGATEWAY_IP\fP]:[\fINETMASK\fP]:[\fIHOSTNAME\fP]:[\fIAUTOCONF\fP] [,[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fISERVER_IP\fP]:[\fIGATEWAY_IP\fP]:[\fINETMASK\fP]:[\fIHOSTNAME\fP]:[\fIAUTOCONF\fP]]" 4 +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 +(default). It will be changed in a future release to mimick official kernel +boot param specification +(e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::eth0,:::::eth1:dhcp). +.IP \fBip\fP=[\fIfrommedia\fP] 4 +If this variable is set, dhcp and static configuration are just skipped and +the system will use the (must be) media\-preconfigured +/etc/network/interfaces instead. +.IP {\fBlive\-media\fP|\fBbootfrom\fP}=\fIDEVICE\fP 4 +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 +filesystem should reside. If it did not find something usable, the normal +scan for block devices is performed. +.br +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. Note that if you want to further restrict the media to usb mass +storage only, you can use the 'removable\-usb' keyword. +.IP {\fBlive\-media\-encryption\fP|\fBencryption\fP}=\fITYPE\fP 4 +live\-boot will mount the encrypted rootfs TYPE, asking the passphrase, +useful to build paranoid live systems :\-). TYPE supported so far are "aes" +for loop\-aes encryption type. +.IP \fBlive\-media\-offset\fP=\fIBYTES\fP 4 +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 +the Debian Live iso or image inside another iso or image, to create "clean" +images. +.IP \fBlive\-media\-path\fP=\fIPATH\fP 4 +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\fP=\fISECONDS\fP 4 +Set the timeout in seconds for the device specified by "live\-media=" to +become ready before giving up. +.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 +be placed on "/live" directory of the live medium. +.IP \fBnetboot\fP[=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\fP= 4 +This lets you specify custom nfs options. +.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 +them to be checked at boot time, use this parameter, otherwise they are +skipped. +.IP \fBnopersistence\fP 4 +disables the "persistence" feature, useful if the bootloader (like syslinux) +has been installed with persistence enabled. +.IP \fBnoprompt\fP 4 +Do not prompt to eject the CD or remove the USB flash drive on reboot. +.IP \fBnoprompt\fP=\fITYPE\fP 4 +This tells live\-boot not to prompt to eject the CD (when noprompt=cd) or +remove the USB flash drive (when noprompt=usb) on reboot. +.IP \fBramdisk\-size\fP 4 +This parameters allows to set a custom ramdisk size (it's the '\-o size' +option of tmpfs mount). By default, there is no ramdisk size set, so the +default of mount applies (currently 50% of available RAM). Note that this +option has no currently no effect when booting with toram. +.IP \fBswapon\fP 4 +This parameter enables usage of local swap partitions. +.IP \fBpersistence\fP 4 +live\-boot will probe devices for persistence media. These can be partitions +(with the correct GPT name), filesystems (with the correct label) or image +files (with the correct file name). Overlays are labeled/named "persistence" +(see \fIpersistence.conf\fP(5)). Overlay image files have extensions which +determines their filesystem, e.g. "persistence.ext4". +.IP "\fBpersistence\-encryption\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4 +This option determines which types of encryption that we allow to be used +when probing devices for persistence media. If "none" is in the list, we +allow unencrypted media; if "luks" is in the list, we allow LUKS\-encrypted +media. Whenever a device containing encrypted media is probed the user will +be prompted for the passphrase. The default value is "none". +.IP \fBpersistence\-media\fP={\fIremovable\fP|\fIremovable\-usb\fP} 4 +If you specify the keyword 'removable', live\-boot will try to find +persistence partitions on removable media only. Note that if you want to +further restrict the media to usb mass storage only, you can use the +\&'removable\-usb' keyword. +.IP "\fBpersistence\-method\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4 +This option determines which types of persistence media we allow. If +"overlay" is in the list, we consider overlays (i.e. "live\-rw" and +"home\-rw"). The default is "overlay". +.IP \fBpersistence\-path\fP=\fIPATH\fP 4 +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 +have multiple directories on the same partition to store persistency files. +.IP \fBpersistence\-read\-only\fP 4 +Filesystem changes are not saved back to persistence media. In particular, +overlays and netboot NFS mounts are mounted read\-only. +.IP "\fBpersistence\-storage\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4 +This option determines which types of persistence storage to consider when +probing for persistence media. If "filesystem" is in the list, filesystems +with matching labels will be used; if "file" is in the list, all filesystems +will be probed for archives and image files with matching filenames. The +default is "file,filesystem". +.IP \fBpersistence\-subtext\fP=\fISUFFIX\fP 4 +Add a suffix when searching for the image filenames or partition labels to +use for the above mentioned persistence feature, the SUFFIX will be added +after a dash (e.g.: "live\-sn" would transform to "live\-sn\-SUFFIX"). This is +handy to test multiple live\-boot based live\-systems with different +persistence storage choices. +.IP \fBquickreboot\fP 4 +This option causes live\-boot to reboot without attempting to eject the media +and without asking the user to remove the boot media. +.IP \fBshowmounts\fP 4 +This parameter will make live\-boot to show on "/" the ro filesystems (mostly +compressed) on "/lib/live". This is not enabled by default because could +lead to problems by applications like "mono" which store binary paths on +installation. +.IP \fBsilent\fP 4 +If you boot with the normal quiet parameter, live\-boot hides most messages +of its own. When adding silent, it hides all. +.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 +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\fP 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\fP=aufs|unionfs 4 +.\" FIXME +By default, live\-boot uses aufs. With this parameter, you can switch to +unionfs. + +.\" FIXME +.SH "FILES (old)" +.IP \fB/etc/live.conf\fP 4 +Some variables can be configured via this config file (inside the live +system). +.IP \fBlive/filesystem.module\fP 4 +.\" FIXME +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 +"/live" directory. If this file exists, only images listed here will be +merged into the root aufs, and they will be loaded in the order listed +here. The first entry in this file will be the "lowest" point in the aufs, +and the last file in this list will be on the "top" of the aufs, directly +below /overlay. Without this file, any images in the "/live" directory are +loaded in alphanumeric order. + +.SH FILES +.IP \fB/etc/live/boot.conf\fP 4 +.IP \fB/etc/live/boot/*\fP 4 +.IP \fBlive/boot.conf\fP 4 +.IP \fBlive/boot/*\fP 4 +.IP \fBpersistence.conf\fP 4 + +.SH "SEE ALSO" +\fIpersistence.conf\fP(5) +.PP +\fIlive\-build\fP(7) +.PP +\fIlive\-config\fP(7) +.PP +\fIlive\-tools\fP(7) + +.SH HOMEPAGE +More information about live\-boot and the Debian Live project can be found on +the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at +<\fIhttp://live.debian.net/manual/\fP>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-boot package in +the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by +writing a mail to the Debian Live mailing list at +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTHOR +live\-boot was written by Daniel Baumann <\fIdaniel@debian.org\fP> for +the Debian project. diff --git a/manpages/de/persistence.conf.de.5 b/manpages/de/persistence.conf.de.5 new file mode 100644 index 0000000..c8d2d5d --- /dev/null +++ b/manpages/de/persistence.conf.de.5 @@ -0,0 +1,207 @@ +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BOOT conf 30.11.2012 4.0~a1\-1 "Debian Live Project" + +.SH NAME +\fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot + +.SH DESCRIPTION +If live\-boot probes a persistence volume with the label (or GPT name, or +file name, but from now on we will just say "label") "persistence", that +volume's persistence is fully customizable through the \fBpersistence.conf\fP +file stored on the root of its file system. Any such labeled volume must +have such a file, or it will be ignored. +.PP +The format of \fBpersistence.conf\fP allows empty lines and lines starting with +a "#" (used for comments), both which will be ignored. A so called "custom +mount" has the format: +.PP +.RS +\fIDIR\fP [\fIOPTION\fP]... +.RE +.PP +which roughly translates to "make \fIDIR\fP persistence in the way described by +the list of \fIOPTION\fPs". +.PP +For each custom mount \fIDIR\fP must be an absolute path that cannot contain +white spaces or the special . and .. path components, and cannot be /live +(or any of its sub\-directories). Once activated all changes (file deletion, +creation and modification) to \fIDIR\fP on the live file system are stored +persistently into a path equivalent to \fIDIR\fP on the persistence media, +called the source directory. The default way to achieve persistence is to +simply bind\-mount the corresponding source directory to \fIDIR\fP, but this can +be changed through the use of \fIOPTION\fPs. +.PP +All custom mounts will be done in an order so that no two custom mounts can +"hide" each other. For instance, if we have the two \fIDIR\fP:s /a and /a/b it +would always be the case that /a is mounted first, then /a/b. This remains +true no matter how the lines in \fBpersistence.conf\fP are ordered, or if +several \fBpersistence.conf\fP files on different persistence media are used at +the same time. However, it is forbidden for custom mounts to have their +source directory inside the source directory of another custom mount, so the +source directories that are auto\-created by live\-boot does not support +"nested" mounts like /a and /a/b on the same media. In this case you must +use the \fBsource\fP option (see below) to make sure that they are stored in +different source directories. +.PP +When a source directory doesn't exist on the persistence media for a certain +custom mount, it will be created automatically, and permissions and +ownership will be optimistically set according to \fIDIR\fP. It will also be +bootstrapped by copying the contents of the \fIDIR\fP into its source directory +on the persistence media. The bootstrapping will not happen when the \fBlink\fP +or \fBunion\fP options are used (see below). + +.SH OPTIONS +Custom mounts defined in \fBpersistence.conf\fP accept the following options in +a coma\-separated list: +.IP \fBsource\fP=\fIPATH\fP 4 +When given, store the persistence changes into \fIPATH\fP on the persistence +media. \fIPATH\fP must be a relative path (with respect to the persistence +media root) that cannot contain white spaces or the special . or .. path +components, with the exception that it can be just . which means the +persistence media root. This option is mostly relevant if you want to nest +custom mounts, which otherwise would cause errors, or if you want to make +the whole media root available (similar to the now deprecated \fBhome\-rw\fP +type of persistence). +.PP +The following options are mutually exclusive (only the last given one will +be in effect): +.IP \fBbind\fP 4 +Bind\-mount the source directory to \fIDIR\fP. This is the default. +.IP \fBlink\fP 4 +Create the directory structure of the source directory on the persistence +media in \fIDIR\fP and create symbolic links from the corresponding place in +\fIDIR\fP to each file in the source directory. Existing files or directories +with the same name as any link will be overwritten. Note that deleting the +links in \fIDIR\fP will only remove the link, not the corresponding file in the +source; removed links will reappear after a reboot. To permanently add or +delete a file one must do so directly in the source directory. +.IP +Effectively \fBlink\fP will make only files already in the source directory +persistent, not any other files in \fIDIR\fP. These files must be manually +added to the source directory to make use of this option, and they will +appear in \fIDIR\fP in addition to files already there. This option is useful +when only certain files need to be persistent, not the whole directory +they're in, e.g. some configuration files in a user's home directory. +.IP \fBunion\fP 4 +Save the rw branch of a union on the persistence media, so only the changes +are stored persistently. This can potentially reduce disk usage compared to +bind\-mounts, and will not hide files added to the read\-only media. One +caveat is that the union will use \fIDIR\fP from the image's read\-only file +system, not the real file system root, so files created after boot (e.g. by +live\-config) will not appear in the union. This option will use the union +file system specified by live\-boot's \fBunion\fP boot parameter, but is not +supported with \fBunion=unionmount\fP. + +.SH DIRECTORIES +.IP \fB/live/persistence\fP 4 +All persistence volumes will be mounted here (in a directory corresponding +to the device name). The \fBpersistence.conf\fP file can easily be edited +through this mount, as well as any source directories (which is especially +practical for custom mounts using the \fBlink\fP option). + +.SH EXAMPLES + +Let's say we have a persistence volume \fIVOL\fP with the a \fBpersistence.conf\fP +file containing the following four lines (numbered for ease of reference): +.TP 7 +1. +/home/user1 link,source=config\-files/user1 +.TP +2. +/home/user2 link,source=config\-files/user2 +.TP +3. +/home +.TP +4. +/usr union +.PP +The corresponding source directories are: +.TP 7 +1. +\fIVOL\fP/config\-files/user1 (but it would be \fIVOL\fP/home/user1 without the +\fBsource\fP option) +.TP +2. +\fIVOL\fP/config\-files/user2 (but it would be \fIVOL\fP/home/user2 without the +\fBsource\fP option) +.TP +3. +\fIVOL\fP/home +.TP +4. +\fIVOL\fP/usr +.PP +It was necessary to set the \fBsource\fP options for 1 and 2, since they +otherwise would become nested with 3's source, which is invalid. +.PP +Line 3 will be taken care of before line 1 and 2 in order to prevent custom +mounts 1 and 2 from being hidden by 3. When line 3 is handled, \fIVOL\fP/home +is simply bind\-mounted on /home. To illustrate what happens for lines 1 and +2, let's say that the following files exist: +.TP 7 +a. +\fIVOL\fP/config\-files/user1/.emacs +.TP +b. +\fIVOL\fP/config\-files/user2/.bashrc +.TP +c. +\fIVOL\fP/config\-files/user2/.ssh/config +.PP +Then the following links and directories will be created: +.TP 7 +Link: +/home/user1/.emacs \-> \fIVOL\fP/config\-files/user1/.emacs (from a) +.TP +Link: +/home/user2/.bashrc \-> \fIVOL\fP/config\-files/user2/.bashrc (from b) +.TP +Dir: +/homea/user2/.ssh (from c) +.TP +Link: +/home/user2/.ssh/config \-> \fIVOL\fP/config\-files/user2/.ssh/config (from +c) +.PP +One could argue, though, that lines 1 and 2 in the example +\fBpersistence.conf\fP file above are unnecessary since line 3 already would +make all of /home persistent. The \fBlink\fP option is intended for situations +where you don't want a complete directory to be persistent, only certain +files in it or its sub\-directories. +.PP +Line 4 can be mounted at any time since its \fIDIR\fP (and source directory) is +completely disjoint from all the other custom mounts. When mounted, +\fIVOL\fP/usr will be the rw branch due to the \fBunion\fP option, and will only +contain the difference compared to the underlying read\-only file +system. Hence packages could be installed into /usr with great space\-wise +efficiency compared to bind\-mounts, since in the latter case all of /usr +would have to be copied into \fIVOL\fP/usr during the initial bootstrap. + +.SH "SEE ALSO" +\fIlive\-boot\fP(7) +.PP +\fIlive\-build\fP(7) +.PP +\fIlive\-config\fP(7) +.PP +\fIlive\-tools\fP(7) + +.SH HOMEPAGE +More information about live\-boot and the Debian Live project can be found on +the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at +<\fIhttp://live.debian.net/manual/\fP>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-boot package in +the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by +writing a mail to the Debian Live mailing list at +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTHOR +persistence.conf was written by anonym <\fIanonym@lavabit.com\fP> for +the Debian project. diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 4cdd0ac..2dfe725 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2013\-02\-14 3.0.1-1 "Debian Live Project" +.TH LIVE\-BOOT 7 2012\-11\-30 4.0~a1-1 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts @@ -74,7 +74,7 @@ Allows to use a filesystem from within an iso image that's available on live-med 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 "\fBverify\-checksums\fR" 4 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 live media. -.IP "\fBip\fR=[\fIDEVICE\fR]:[\fICLIENT_IP\fR]:[\fINETMASK\fR]:[\fIGATEWAY_IP\fR]:[\fINAMESERVER\fR] [,[\fIDEVICE\fR]:[\fICLIENT_IP\fR]:[\fINETMASK\fR]:[\fIGATEWAY_IP\fR]:[\fINAMESERVER\fR]]" 4 +.IP "\fBip\fR=[\fIDEVICE\fR]:[\fICLIENT_IP\fR]:[\fISERVER_IP\fR]:[\fIGATEWAY_IP\fR]:[\fINETMASK\fR]:[\fIHOSTNAME\fR]:[\fIAUTOCONF\fR] [,[\fIDEVICE\fR]:[\fICLIENT_IP\fR]:[\fISERVER_IP\fR]:[\fIGATEWAY_IP\fR]:[\fINETMASK\fR]:[\fIHOSTNAME\fR]:[\fIAUTOCONF\fR]]" 4 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 (default). It will be changed in a future release to mimick official kernel boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::eth0,:::::eth1:dhcp). .IP "\fBip\fR=[\fIfrommedia\fR]" 4 If this variable is set, dhcp and static configuration are just skipped and the system will use the (must be) media\-preconfigured /etc/network/interfaces instead. @@ -100,8 +100,10 @@ This lets you specify custom nfs options. 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 "\fBnopersistence\fR" 4 disables the "persistence" feature, useful if the bootloader (like syslinux) has been installed with persistence enabled. -.IP "\fBnoeject\fR" 4 -Do not prompt to eject the live medium. +.IP "\fBnoprompt\fR" 4 +Do not prompt to eject the CD or remove the USB flash drive on reboot. +.IP "\fBnoprompt\fR=\fITYPE\fR" 4 +This tells live-boot not to prompt to eject the CD (when noprompt=cd) or remove the USB flash drive (when noprompt=usb) on reboot. .IP "\fBramdisk\-size\fR" 4 This parameters allows to set a custom ramdisk size (it's the '\-o size' option of tmpfs mount). By default, there is no ramdisk size set, so the default of mount applies (currently 50% of available RAM). Note that this option has no currently no effect when booting with toram. .IP "\fBswapon\fR" 4 @@ -120,8 +122,8 @@ live\-boot will look for persistency files in the root directory of a partition, Filesystem changes are not saved back to persistence media. In particular, overlays and netboot NFS mounts are mounted read-only. .IP "\fBpersistence\-storage\fR=\fITYPE1\fR,\fITYPE2\fR ... \fITYPEn\fR" 4 This option determines which types of persistence storage to consider when probing for persistence media. If "filesystem" is in the list, filesystems with matching labels will be used; if "file" is in the list, all filesystems will be probed for archives and image files with matching filenames. The default is "file,filesystem". -.IP "\fBpersistence\-label\fR=\fILABEL\fR" 4 -live-boot will use the name "LABEL" instead of "persistence" when searching for persistent storage. LABEL can be any valid filename, partition label, or GPT name. This option replaces the less flexible persistent\-subtext option from version 2 of live-boot. If you wish to continue using legacy names for persistent storage, use the full name with this option, e.g. persistence\-label=live-rw-foo +.IP "\fBpersistence\-subtext\fR=\fISUFFIX\fR" 4 +Add a suffix when searching for the image filenames or partition labels to use for the above mentioned persistence feature, the SUFFIX will be added after a dash (e.g.: "live-sn" would transform to "live-sn-SUFFIX"). This is handy to test multiple live-boot based live-systems with different persistence storage choices. .IP "\fBquickreboot\fR" 4 This option causes live\-boot to reboot without attempting to eject the media and without asking the user to remove the boot media. .IP "\fBshowmounts\fR" 4 diff --git a/manpages/en/persistence.conf.5 b/manpages/en/persistence.conf.5 index f31a57a..37f69ef 100644 --- a/manpages/en/persistence.conf.5 +++ b/manpages/en/persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2013\-02\-14 3.0.1-1 "Debian Live Project" +.TH LIVE\-BOOT conf 2012\-11\-30 4.0~a1-1 "Debian Live Project" .SH NAME \fBpersistence.conf\fR \- Configuration file for persistence media in diff --git a/manpages/es/live-boot.es.7 b/manpages/es/live-boot.es.7 index a175d05..e303e1e 100644 --- a/manpages/es/live-boot.es.7 +++ b/manpages/es/live-boot.es.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 14.02.2013 3.0.1\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT 7 30.11.2012 4.0~a1\-1 "Proyecto Debian Live" .SH NOMBRE \fBlive\-boot\fP \- Scripts de Arranque del Sistema @@ -116,7 +116,7 @@ configurando LIVE_GENERATE_UUID=1 en el momento de crear el initramfs. Si se especifica, se calcula una suma MD5 sobre los medios en vivo durante el arranque y se compara con el valor md5sum.txt que se encuentra en el directorio raíz de los medios en vivo. -.IP "\fBip\fP=[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fINETMASK\fP]:[\fIGATEWAY_IP\fP]:[\fINAMESERVER\fP] [,[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fINETMASK\fP]:[\fIGATEWAY_IP\fP]:[\fINAMESERVER\fP]]" 4 +.IP "\fBip\fP=[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fISERVER_IP\fP]:[\fIGATEWAY_IP\fP]:[\fINETMASK\fP]:[\fIHOSTNAME\fP]:[\fIAUTOCONF\fP] [,[\fIDEVICE\fP]:[\fICLIENT_IP\fP]:[\fISERVER_IP\fP]:[\fIGATEWAY_IP\fP]:[\fINETMASK\fP]:[\fIHOSTNAME\fP]:[\fIAUTOCONF\fP]]" 4 Permite especificar el nombre(s) y las opciones de la interfaz(ces) que se debe configurar en el arranque. No especificar esta opción si se desea utilizar DHCP (opción por defecto). Esto cambiará en una futura versión para @@ -173,8 +173,11 @@ utilizar este parámetro, de lo contrario, se omite. .IP \fBnopersistence\fP 4 desactiva la "persistencia", es útil si el gestor de arranque (como syslinux) se ha instalado con persistencia habilitada. -.IP \fBnoeject\fP 4 -No pedir que se extraiga el dispositivo en vivo. +.IP \fBnoprompt\fP 4 +No preguntar para expulsar el CD o extraer la unidad flash USB al reiniciar. +.IP \fBnoprompt\fP=\fITYPE\fP 4 +Indica a live\-boot que no pregunte para expulsar el CD (usando noprompt=cd) +o extraer la unidad flash USB (usando noprompt=usb) al reiniciar. .IP \fBramdisk\-size\fP 4 Este parámetro permite establecer un tamaño de disco RAM personalizado (que es la opción '\-o size' del montaje tmpfs). No hay un tamaño de ramdisk @@ -222,10 +225,13 @@ está en la lista, se usarán los sistemas de ficheros que tengan su etiqueta correspondiente; si "file" está en la lista, todos los sistemas de ficheros se probarán buscando ficheros y ficheros imagen con sus etiquetas correspondientes. Por defecto es "file,filesystem". -.IP \fBpersistence\-label\fP=\fILABEL\fP 4 -live\-boot utilizará el nombre "LABEL" en lugar de "persistence" cuando -busque medios de almacenamiento persistente. LABEL puede ser cualquier -nombre de fichero, etiqueta de una partición or nombre GPT. +.IP \fBpersistence\-subtext\fP=\fISUFFIX\fP 4 +Añadir un sufijo cuando se buscan los nombres de las imágenes o etiquetas de +las particiones a utilizar para la función de la persistencia mencionada +anteriormente, el SUFFIX se añadirá después de un guión (por ejemplo: +"live\-sn" se transformaría en "live\-sn\-SUFFIX"). Esto es útil para probar +múltiples sistemas en vivo basados en live\-boot con diferentes opciones de +almacenamiento con persistencia. .IP \fBquickreboot\fP 4 Esta opción hace que live\-boot reinicie sin tratar de expulsar los medios y sin pedirle al usuario que extraiga el dispositivo usado para arrancar. diff --git a/manpages/es/persistence.conf.es.5 b/manpages/es/persistence.conf.es.5 index 3737585..14be4b7 100644 --- a/manpages/es/persistence.conf.es.5 +++ b/manpages/es/persistence.conf.es.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 14.02.2013 3.0.1\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT conf 30.11.2012 4.0~a1\-1 "Proyecto Debian Live" .SH NOMBRE \fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po new file mode 100644 index 0000000..6d3910a --- /dev/null +++ b/manpages/po/de/live-boot.7.po @@ -0,0 +1,911 @@ +# German translations for live-boot package +# Copyright (C) 2006-2012 Daniel Baumann +# This file is distributed under the same license as the live-boot package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-boot 4.0~a1-1\n" +"POT-Creation-Date: 2012-11-30 14:56+0100\n" +"PO-Revision-Date: 2012-04-08 22:48+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "LIVE-BOOT" +msgstr "" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "2012-11-30" +msgstr "30.11.2012" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "4.0~a1-1" +msgstr "" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "Debian Live Project" +msgstr "" + +#. type: SH +#: en/live-boot.7:3 en/persistence.conf.5:3 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:5 +msgid "B - System Boot Scripts" +msgstr "" + +#. type: SH +#: en/live-boot.7:6 en/persistence.conf.5:7 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:8 +msgid "" +"B contains the scripts that configure a Debian Live system during " +"the boot process (early userspace)." +msgstr "" + +#. FIXME +#. type: Plain text +#: en/live-boot.7:11 +msgid "" +"live-boot is a hook for the initramfs-tools, used to generate a initramfs " +"capable to boot live systems, such as those created by I(7). " +"This includes the Debian Live isos, netboot tarballs, and usb stick images." +msgstr "" + +#. FIXME +#. type: Plain text +#: en/live-boot.7:14 +msgid "" +"At boot time it will look for a (read-only) media containing a \"/live\" " +"directory where a root filesystems (often a compressed filesystem image like " +"squashfs) is stored. If found, it will create a writable environment, using " +"aufs, for Debian like systems to boot from." +msgstr "" + +#. type: SH +#: en/live-boot.7:15 +#, no-wrap +msgid "CONFIGURATION" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:17 +msgid "" +"B can be configured through a boot parameter or a configuration " +"file." +msgstr "" + +#. type: Plain text +#: en/live-boot.7:19 +msgid "" +"To configure the live-boot parameters used by default in a live image, see " +"the --bootappend-live option in the I(1) manual page." +msgstr "" + +#. type: SS +#: en/live-boot.7:20 +#, no-wrap +msgid "Kernel Parameters" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:22 +msgid "" +"B is only activated if 'boot=live' was used as a kernel parameter." +msgstr "" + +#. type: Plain text +#: en/live-boot.7:24 +msgid "" +"In addition, there are some more boot parameters to influence the behaviour, " +"see below." +msgstr "" + +#. type: SS +#: en/live-boot.7:25 +#, no-wrap +msgid "Configuration Files" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:27 +msgid "" +"B can be configured (but not activated) through configuration " +"files. Those files can be placed either in the root filesystem itself (/etc/" +"live/boot.conf, /etc/live/boot/*), or on the live media (live/boot.conf, " +"live/boot/*)." +msgstr "" + +#. type: SH +#: en/live-boot.7:28 en/persistence.conf.5:57 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. FIXME +#. type: Plain text +#: en/live-boot.7:31 +msgid "B currently features the following parameters." +msgstr "" + +#. type: IP +#: en/live-boot.7:31 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:33 +msgid "" +"Set the accessibility level for physically or visually impaired users. " +"ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, " +"v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, " +"m2=moderate motor difficulties." +msgstr "" + +#. type: IP +#: en/live-boot.7:33 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:35 +msgid "" +"Set the default console to be used with the \"live-getty\" option. Example: " +"\"console=ttyS0,115200\"" +msgstr "" + +#. type: IP +#: en/live-boot.7:35 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:37 +msgid "Makes initramfs boot process more verbose." +msgstr "" + +#. type: Plain text +#: en/live-boot.7:39 +msgid "Use: debug=1" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:41 +msgid "Without setting debug to a value the messages may not be shown." +msgstr "" + +#. type: IP +#: en/live-boot.7:41 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: IP +#: en/live-boot.7:42 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:50 +msgid "" +"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:52 +msgid "" +"Due to current limitations in busybox's wget and DNS resolution, an URL can " +"not contain a hostname but an IP only." +msgstr "" + +#. type: Plain text +#: en/live-boot.7:54 +msgid "Not working: http://example.com/path/to/your_filesystem.squashfs" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:56 +msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:58 +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:60 +msgid "You may also use the live iso image in place of the squashfs image." +msgstr "" + +#. type: IP +#: en/live-boot.7:60 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:62 +msgid "" +"Boot from an iSCSI target that has an iso or disk live image as one of its " +"LUNs. The specified target is searched for a LUN which looks like a live " +"media. If you use the B software iSCSI target solution which is " +"packaged in Debian your ietd.conf might look like this:" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:64 +msgid "# The target-name you specify in the iscsi= parameter" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:69 +#, no-wrap +msgid "" +"Target Etarget-nameE\n" +" Lun 0 Path=Epath-to-your-live-image.isoE,Type=fileio,IOMode=ro\n" +" # If you want to boot multiple machines you might want to look at tuning some parameters like\n" +" # Wthreads or MaxConnections\n" +msgstr "" + +#. type: IP +#: en/live-boot.7:69 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:71 +msgid "" +"Look for the specified ISO file on all disks where it usually looks for the ." +"squashfs file (so you don't have to know the device name as in fromiso=....)." +msgstr "" + +#. type: IP +#: en/live-boot.7:71 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:73 +msgid "" +"Allows to use a filesystem from within an iso image that's available on live-" +"media." +msgstr "" + +#. type: IP +#: en/live-boot.7:73 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:75 +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 " +"LIVE_GENERATE_UUID=1 when building the initramfs." +msgstr "" + +#. type: IP +#: en/live-boot.7:75 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:77 +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 " +"live media." +msgstr "" + +#. type: IP +#: en/live-boot.7:77 +#, 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:79 +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 " +"(default). It will be changed in a future release to mimick official kernel " +"boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::" +"eth0,:::::eth1:dhcp)." +msgstr "" + +#. type: IP +#: en/live-boot.7:79 +#, no-wrap +msgid "B=[I]" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:81 +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/" +"interfaces instead." +msgstr "" + +#. type: IP +#: en/live-boot.7:81 +#, no-wrap +msgid "{B|B}=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:83 +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 " +"filesystem should reside. If it did not find something usable, the normal " +"scan for block devices is performed." +msgstr "" + +#. type: Plain text +#: en/live-boot.7:85 +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. " +"Note that if you want to further restrict the media to usb mass storage " +"only, you can use the 'removable-usb' keyword." +msgstr "" + +#. type: IP +#: en/live-boot.7:85 +#, no-wrap +msgid "{B|B}=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:87 +msgid "" +"live-boot will mount the encrypted rootfs TYPE, asking the passphrase, " +"useful to build paranoid live systems :-). TYPE supported so far are \"aes\" " +"for loop-aes encryption type." +msgstr "" + +#. type: IP +#: en/live-boot.7:87 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:89 +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 " +"the Debian Live iso or image inside another iso or image, to create \"clean" +"\" images." +msgstr "" + +#. type: IP +#: en/live-boot.7:89 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:91 +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 " +"accordingly." +msgstr "" + +#. type: IP +#: en/live-boot.7:91 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:93 +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:93 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:95 +msgid "" +"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." +msgstr "" + +#. type: IP +#: en/live-boot.7:95 +#, no-wrap +msgid "B[=nfs|cifs]" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:97 +msgid "" +"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." +msgstr "" + +#. type: IP +#: en/live-boot.7:97 +#, no-wrap +msgid "B=" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:99 +msgid "This lets you specify custom nfs options." +msgstr "" + +#. type: IP +#: en/live-boot.7:99 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:101 +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 " +"be checked at boot time, use this parameter, otherwise they are skipped." +msgstr "" + +#. type: IP +#: en/live-boot.7:101 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:103 +msgid "" +"disables the \"persistence\" feature, useful if the bootloader (like " +"syslinux) has been installed with persistence enabled." +msgstr "" + +#. type: IP +#: en/live-boot.7:103 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:105 +msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot." +msgstr "" + +#. type: IP +#: en/live-boot.7:105 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:107 +msgid "" +"This tells live-boot not to prompt to eject the CD (when noprompt=cd) or " +"remove the USB flash drive (when noprompt=usb) on reboot." +msgstr "" + +#. type: IP +#: en/live-boot.7:107 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:109 +msgid "" +"This parameters allows to set a custom ramdisk size (it's the '-o size' " +"option of tmpfs mount). By default, there is no ramdisk size set, so the " +"default of mount applies (currently 50% of available RAM). Note that this " +"option has no currently no effect when booting with toram." +msgstr "" + +#. type: IP +#: en/live-boot.7:109 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:111 +msgid "This parameter enables usage of local swap partitions." +msgstr "" + +#. type: IP +#: en/live-boot.7:111 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:113 +msgid "" +"live-boot will probe devices for persistence media. These can be partitions " +"(with the correct GPT name), filesystems (with the correct label) or image " +"files (with the correct file name). Overlays are labeled/named \"persistence" +"\" (see I(5)). Overlay image files have extensions which " +"determines their filesystem, e.g. \"persistence.ext4\"." +msgstr "" + +#. type: IP +#: en/live-boot.7:113 +#, no-wrap +msgid "B=I,I ... I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:115 +msgid "" +"This option determines which types of encryption that we allow to be used " +"when probing devices for persistence media. If \"none\" is in the list, we " +"allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted " +"media. Whenever a device containing encrypted media is probed the user will " +"be prompted for the passphrase. The default value is \"none\"." +msgstr "" + +#. type: IP +#: en/live-boot.7:115 +#, no-wrap +msgid "B={I|I}" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:117 +msgid "" +"If you specify the keyword 'removable', live-boot will try to find " +"persistence partitions on removable media only. Note that if you want to " +"further restrict the media to usb mass storage only, you can use the " +"'removable-usb' keyword." +msgstr "" + +#. type: IP +#: en/live-boot.7:117 +#, no-wrap +msgid "B=I,I ... I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:119 +msgid "" +"This option determines which types of persistence media we allow. If " +"\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and " +"\"home-rw\"). The default is \"overlay\"." +msgstr "" + +#. type: IP +#: en/live-boot.7:119 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:121 +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 " +"have multiple directories on the same partition to store persistency files." +msgstr "" + +#. type: IP +#: en/live-boot.7:121 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:123 +msgid "" +"Filesystem changes are not saved back to persistence media. In particular, " +"overlays and netboot NFS mounts are mounted read-only." +msgstr "" + +#. type: IP +#: en/live-boot.7:123 +#, no-wrap +msgid "B=I,I ... I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:125 +msgid "" +"This option determines which types of persistence storage to consider when " +"probing for persistence media. If \"filesystem\" is in the list, filesystems " +"with matching labels will be used; if \"file\" is in the list, all " +"filesystems will be probed for archives and image files with matching " +"filenames. The default is \"file,filesystem\"." +msgstr "" + +#. type: IP +#: en/live-boot.7:125 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:127 +msgid "" +"Add a suffix when searching for the image filenames or partition labels to " +"use for the above mentioned persistence feature, the SUFFIX will be added " +"after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This " +"is handy to test multiple live-boot based live-systems with different " +"persistence storage choices." +msgstr "" + +#. type: IP +#: en/live-boot.7:127 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:129 +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:129 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:131 +msgid "" +"This parameter will make live-boot to show on \"/\" the ro filesystems " +"(mostly compressed) on \"/lib/live\". This is not enabled by default because " +"could lead to problems by applications like \"mono\" which store binary " +"paths on installation." +msgstr "" + +#. type: IP +#: en/live-boot.7:131 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:133 +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:133 +#, no-wrap +msgid "B=I" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:135 +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 " +"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." +msgstr "" + +#. type: IP +#: en/live-boot.7:135 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:137 +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 " +"lot of ram, according to the space used by the read-only media." +msgstr "" + +#. type: IP +#: en/live-boot.7:137 +#, no-wrap +msgid "B=aufs|unionfs" +msgstr "" + +#. FIXME +#. type: Plain text +#: en/live-boot.7:140 +msgid "" +"By default, live-boot uses aufs. With this parameter, you can switch to " +"unionfs." +msgstr "" + +#. FIXME +#. type: SH +#: en/live-boot.7:142 +#, no-wrap +msgid "FILES (old)" +msgstr "" + +#. type: IP +#: en/live-boot.7:143 +#, no-wrap +msgid "B" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:145 +msgid "" +"Some variables can be configured via this config file (inside the live " +"system)." +msgstr "" + +#. type: IP +#: en/live-boot.7:145 +#, no-wrap +msgid "B" +msgstr "" + +#. FIXME +#. type: Plain text +#: en/live-boot.7:148 +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 \"/" +"live\" directory. If this file exists, only images listed here will be " +"merged into the root aufs, and they will be loaded in the order listed here. " +"The first entry in this file will be the \"lowest\" point in the aufs, and " +"the last file in this list will be on the \"top\" of the aufs, directly " +"below /overlay. Without this file, any images in the \"/live\" directory " +"are loaded in alphanumeric order." +msgstr "" + +#. type: SH +#: en/live-boot.7:149 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: IP +#: en/live-boot.7:150 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/live-boot.7:151 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/live-boot.7:152 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/live-boot.7:153 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/live-boot.7:154 +#, no-wrap +msgid "B" +msgstr "" + +#. type: SH +#: en/live-boot.7:156 en/persistence.conf.5:191 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:158 +msgid "I(5)" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:160 en/persistence.conf.5:195 +msgid "I(7)" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:162 en/persistence.conf.5:197 +msgid "I(7)" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:164 en/persistence.conf.5:199 +msgid "I(7)" +msgstr "" + +#. type: SH +#: en/live-boot.7:165 en/persistence.conf.5:200 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:167 en/persistence.conf.5:204 +msgid "" +"More information about live-boot and the Debian Live project can be found on " +"the homepage at EIE and in the manual at " +"EIE." +msgstr "" + +#. type: SH +#: en/live-boot.7:168 en/persistence.conf.5:205 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:170 en/persistence.conf.5:210 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-boot package in " +"the Debian Bug Tracking System at EIE or by " +"writing a mail to the Debian Live mailing list at EIE." +msgstr "" + +#. type: SH +#: en/live-boot.7:171 en/persistence.conf.5:211 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:172 +msgid "" +"live-boot was written by Daniel Baumann EIE for " +"the Debian project." +msgstr "" diff --git a/manpages/po/de/persistence.conf.5.po b/manpages/po/de/persistence.conf.5.po new file mode 100644 index 0000000..6e4559a --- /dev/null +++ b/manpages/po/de/persistence.conf.5.po @@ -0,0 +1,511 @@ +# German translations for live-boot package +# Copyright (C) 2006-2012 Daniel Baumann +# This file is distributed under the same license as the live-boot package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-boot 4.0~a1-1\n" +"POT-Creation-Date: 2012-11-30 14:56+0100\n" +"PO-Revision-Date: 2012-04-08 22:48+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "LIVE-BOOT" +msgstr "" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "2012-11-30" +msgstr "30.11.2012" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "4.0~a1-1" +msgstr "" + +#. type: TH +#: en/live-boot.7:1 en/persistence.conf.5:1 +#, no-wrap +msgid "Debian Live Project" +msgstr "" + +#. type: SH +#: en/live-boot.7:3 en/persistence.conf.5:3 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: SH +#: en/live-boot.7:6 en/persistence.conf.5:7 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: SH +#: en/live-boot.7:28 en/persistence.conf.5:57 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: SH +#: en/live-boot.7:156 en/persistence.conf.5:191 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:160 en/persistence.conf.5:195 +msgid "I(7)" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:162 en/persistence.conf.5:197 +msgid "I(7)" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:164 en/persistence.conf.5:199 +msgid "I(7)" +msgstr "" + +#. type: SH +#: en/live-boot.7:165 en/persistence.conf.5:200 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:167 en/persistence.conf.5:204 +msgid "" +"More information about live-boot and the Debian Live project can be found on " +"the homepage at EIE and in the manual at " +"EIE." +msgstr "" + +#. type: SH +#: en/live-boot.7:168 en/persistence.conf.5:205 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/live-boot.7:170 en/persistence.conf.5:210 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-boot package in " +"the Debian Bug Tracking System at EIE or by " +"writing a mail to the Debian Live mailing list at EIE." +msgstr "" + +#. type: SH +#: en/live-boot.7:171 en/persistence.conf.5:211 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/persistence.conf.5:6 +msgid "" +"B - Configuration file for persistence media in live-boot" +msgstr "" + +#. type: Plain text +#: en/persistence.conf.5:13 +msgid "" +"If live-boot probes a persistence volume with the label (or GPT name, or " +"file name, but from now on we will just say \"label\") \"persistence\", that " +"volume's persistence is fully customizable through the B " +"file stored on the root of its file system. Any such labeled volume must " +"have such a file, or it will be ignored." +msgstr "" + +#. type: Plain text +#: en/persistence.conf.5:17 +msgid "" +"The format of B allows empty lines and lines starting with " +"a \"#\" (used for comments), both which will be ignored. A so called " +"\"custom mount\" has the format:" +msgstr "" + +#. type: Plain text +#: en/persistence.conf.5:20 +msgid "I [I