From b14879f67399600c7330a384b0bfb9f13f349134 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Jun 2013 21:44:41 +0200 Subject: [PATCH] Replace various mentionings of scripts with components. --- debian/control | 12 ++++++------ frontend/live-boot | 6 +++--- manpages/bin/update-version.sh | 2 +- manpages/de/live-boot.de.7 | 6 +++--- manpages/de/persistence.conf.de.5 | 2 +- manpages/en/live-boot.7 | 6 +++--- manpages/en/persistence.conf.5 | 2 +- manpages/es/live-boot.es.7 | 8 ++++---- manpages/es/persistence.conf.es.5 | 2 +- manpages/po/de/live-boot.7.po | 13 +++++++------ manpages/po/de/persistence.conf.5.po | 9 +++++---- manpages/po/es/live-boot.7.po | 19 +++++++++++++------ manpages/po/es/persistence.conf.5.po | 9 +++++---- manpages/pot/live-boot.7.pot | 8 ++++---- manpages/pot/persistence.conf.5.pot | 4 ++-- 15 files changed, 59 insertions(+), 49 deletions(-) diff --git a/debian/control b/debian/control index b640d64..3088f69 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Architecture: all Depends: ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend Recommends: live-boot-doc, live-tools, 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 +Description: Live System Boot Components + live-boot contains the components that configure a live system during the boot process (early userspace). . In addition to live-boot, a backend for the initrd generation is required, such @@ -25,8 +25,8 @@ Package: live-boot-doc Section: doc Architecture: all Depends: ${misc:Depends} -Description: Live System Boot Scripts (documentation) - live-boot contains the scripts that configure a live system during the boot +Description: Live System Boot Components (documentation) + live-boot contains the components that configure a live system during the boot process (early userspace). . This package contains the documentation. @@ -38,8 +38,8 @@ Depends: Conflicts: live-boot-backend Replaces: live-boot-backend Provides: live-boot-backend -Description: Live System Boot Scripts (initramfs-tools backend) - live-boot contains the scripts that configure a live system during the boot +Description: Live System Boot Components (initramfs-tools backend) + live-boot contains the components that configure a live system during the boot process (early userspace). . This package contains the initramfs-tools backend. diff --git a/frontend/live-boot b/frontend/live-boot index 67585f9..32d0a3b 100755 --- a/frontend/live-boot +++ b/frontend/live-boot @@ -11,10 +11,10 @@ do fi done -for _SCRIPT in /lib/live/boot/????-* +for _COMONENT in /lib/live/boot/????-* do - if [ -e "${_SCRIPT}" ] + if [ -e "${_COMONENT}" ] then - . ${_SCRIPT} + . ${_COMONENT} fi done diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index 3670d7e..725ebab 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -## live-boot(7) - System Boot Scripts +## live-boot(7) - System Boot Components ## Copyright (C) 2006-2013 Daniel Baumann ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index 786bcd7..7383fdd 100644 --- a/manpages/de/live-boot.de.7 +++ b/manpages/de/live-boot.de.7 @@ -3,13 +3,13 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 28.05.2013 4.0~a13\-1 "Live Systems Project" +.TH LIVE\-BOOT 7 2013\-06\-24 4.0~a13\-1 "Live Systems Project" .SH NAME -\fBlive\-boot\fP \- System Boot Scripts +\fBlive\-boot\fP \- System Boot Components .SH DESCRIPTION -\fBlive\-boot\fP contains the scripts that configure a live system during the +\fBlive\-boot\fP contains the components that configure a live system during the boot process (early userspace). .PP .\" FIXME diff --git a/manpages/de/persistence.conf.de.5 b/manpages/de/persistence.conf.de.5 index 20e615f..096d97a 100644 --- a/manpages/de/persistence.conf.de.5 +++ b/manpages/de/persistence.conf.de.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 28.05.2013 4.0~a13\-1 "Live Systems Project" +.TH LIVE\-BOOT conf 2013\-06\-24 4.0~a13\-1 "Live Systems Project" .SH NAME \fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 3a04796..de43ce9 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,10 +1,10 @@ -.TH LIVE\-BOOT 7 2013\-05\-28 4.0~a13-1 "Live Systems Project" +.TH LIVE\-BOOT 7 2013\-06\-24 4.0~a13-1 "Live Systems Project" .SH NAME -\fBlive\-boot\fR \- System Boot Scripts +\fBlive\-boot\fR \- System Boot Components .SH DESCRIPTION -\fBlive\-boot\fR contains the scripts that configure a live system during the boot process (early userspace). +\fBlive\-boot\fR contains the components that configure a 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\fR(7). This includes the Live systems ISOs, netboot tarballs, and usb stick images. diff --git a/manpages/en/persistence.conf.5 b/manpages/en/persistence.conf.5 index e623483..83ed118 100644 --- a/manpages/en/persistence.conf.5 +++ b/manpages/en/persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2013\-05\-28 4.0~a13-1 "Live Systems Project" +.TH LIVE\-BOOT conf 2013\-06\-24 4.0~a13-1 "Live Systems 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 6e29e18..cbaaf69 100644 --- a/manpages/es/live-boot.es.7 +++ b/manpages/es/live-boot.es.7 @@ -3,14 +3,14 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 28.05.2013 4.0~a13\-1 "Proyecto Live Systems" +.TH LIVE\-BOOT 7 2013\-06\-24 4.0~a13\-1 "Proyecto Live Systems" .SH NOMBRE -\fBlive\-boot\fP \- Scripts de Arranque del Sistema +\fBlive\-boot\fP \- System Boot Components .SH DESCRIPCIÓN -\fBlive\-boot\fP contiene los scripts que configuran un sistema en vivo durante -el proceso de arranque (early userspace). +\fBlive\-boot\fP contains the components that configure a live system during the +boot process (early userspace). .PP .\" FIXME live\-boot es un hook para initramfs\-tools, usado para generar un initramfs diff --git a/manpages/es/persistence.conf.es.5 b/manpages/es/persistence.conf.es.5 index 4b0c78c..cfa7685 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 28.05.2013 4.0~a13\-1 "Proyecto Live Systems" +.TH LIVE\-BOOT conf 2013\-06\-24 4.0~a13\-1 "Proyecto Live Systems" .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 index 63c35a5..896526e 100644 --- a/manpages/po/de/live-boot.7.po +++ b/manpages/po/de/live-boot.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a13-1\n" -"POT-Creation-Date: 2013-05-28 06:34+0300\n" +"POT-Creation-Date: 2013-06-24 21:42+0300\n" "PO-Revision-Date: 2013-04-13 16:48+0100\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -23,9 +23,10 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 -#, no-wrap -msgid "2013-05-28" -msgstr "28.05.2013" +#, fuzzy, no-wrap +#| msgid "2013-05-28" +msgid "2013-06-24" +msgstr "24.06.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -47,7 +48,7 @@ msgstr "" #. type: Plain text #: en/live-boot.7:5 -msgid "B - System Boot Scripts" +msgid "B - System Boot Components" msgstr "" #. type: SH @@ -59,7 +60,7 @@ msgstr "" #. type: Plain text #: en/live-boot.7:8 msgid "" -"B contains the scripts that configure a live system during the " +"B contains the components that configure a live system during the " "boot process (early userspace)." msgstr "" diff --git a/manpages/po/de/persistence.conf.5.po b/manpages/po/de/persistence.conf.5.po index 2ca694c..6e712f7 100644 --- a/manpages/po/de/persistence.conf.5.po +++ b/manpages/po/de/persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a13-1\n" -"POT-Creation-Date: 2013-05-28 06:34+0300\n" +"POT-Creation-Date: 2013-06-24 21:42+0300\n" "PO-Revision-Date: 2013-04-13 16:48+0100\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -23,9 +23,10 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 -#, no-wrap -msgid "2013-05-28" -msgstr "28.05.2013" +#, fuzzy, no-wrap +#| msgid "2013-05-28" +msgid "2013-06-24" +msgstr "24.06.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 diff --git a/manpages/po/es/live-boot.7.po b/manpages/po/es/live-boot.7.po index 2ddc448..fe1dd6e 100644 --- a/manpages/po/es/live-boot.7.po +++ b/manpages/po/es/live-boot.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a13-1\n" -"POT-Creation-Date: 2013-05-28 06:34+0300\n" +"POT-Creation-Date: 2013-06-24 21:42+0300\n" "PO-Revision-Date: 2013-05-28 14:04+0100\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -23,9 +23,10 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 -#, no-wrap -msgid "2013-05-28" -msgstr "28.05.2013" +#, fuzzy, no-wrap +#| msgid "2013-05-28" +msgid "2013-06-24" +msgstr "24.06.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -47,7 +48,9 @@ msgstr "NOMBRE" #. type: Plain text #: en/live-boot.7:5 -msgid "B - System Boot Scripts" +#, fuzzy +#| msgid "B - System Boot Scripts" +msgid "B - System Boot Components" msgstr "B - Scripts de Arranque del Sistema" #. type: SH @@ -58,8 +61,12 @@ msgstr "DESCRIPCIÓN" #. type: Plain text #: en/live-boot.7:8 +#, fuzzy +#| msgid "" +#| "B contains the scripts that configure a live system during the " +#| "boot process (early userspace)." msgid "" -"B contains the scripts that configure a live system during the " +"B contains the components that configure a live system during the " "boot process (early userspace)." msgstr "" "B contiene los scripts que configuran un sistema en vivo durante " diff --git a/manpages/po/es/persistence.conf.5.po b/manpages/po/es/persistence.conf.5.po index fd498fe..ed39288 100644 --- a/manpages/po/es/persistence.conf.5.po +++ b/manpages/po/es/persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a13-1\n" -"POT-Creation-Date: 2013-05-28 06:34+0300\n" +"POT-Creation-Date: 2013-06-24 21:42+0300\n" "PO-Revision-Date: 2013-04-13 16:38+0100\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -22,9 +22,10 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 -#, no-wrap -msgid "2013-05-28" -msgstr "28.05.2013" +#, fuzzy, no-wrap +#| msgid "2013-05-28" +msgid "2013-06-24" +msgstr "24.06.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index c6c909a..506d8e2 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: 2013-05-28 06:34+0300\n" +"POT-Creation-Date: 2013-06-24 21:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-05-28" +msgid "2013-06-24" msgstr "" #. type: TH @@ -48,7 +48,7 @@ msgstr "" #. type: Plain text #: en/live-boot.7:5 -msgid "B - System Boot Scripts" +msgid "B - System Boot Components" msgstr "" #. type: SH @@ -60,7 +60,7 @@ msgstr "" #. type: Plain text #: en/live-boot.7:8 msgid "" -"B contains the scripts that configure a live system during the " +"B contains the components that configure a live system during the " "boot process (early userspace)." msgstr "" diff --git a/manpages/pot/persistence.conf.5.pot b/manpages/pot/persistence.conf.5.pot index cc4868b..ece33f7 100644 --- a/manpages/pot/persistence.conf.5.pot +++ b/manpages/pot/persistence.conf.5.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2013-05-28 06:34+0300\n" +"POT-Creation-Date: 2013-06-24 21:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-05-28" +msgid "2013-06-24" msgstr "" #. type: TH -- 2.1.4