[Demudi-commits] r1121 - in bootsplash/trunk/debian: . po
Free Ekanayaka
free-guest at alioth.debian.org
Wed Mar 14 11:03:03 CET 2007
Author: free-guest
Date: 2007-03-14 10:03:02 +0000 (Wed, 14 Mar 2007)
New Revision: 1121
Added:
bootsplash/trunk/debian/po/it.po
bootsplash/trunk/debian/po/nl.po
Modified:
bootsplash/trunk/debian/README.Debian
bootsplash/trunk/debian/bootanim.1
bootsplash/trunk/debian/changelog
bootsplash/trunk/debian/fbmngplay.1
bootsplash/trunk/debian/fbresolution.1
bootsplash/trunk/debian/fbtruetype.1
bootsplash/trunk/debian/includeprog.1
bootsplash/trunk/debian/splash.1
Log:
releasing version 3.3-6
Modified: bootsplash/trunk/debian/README.Debian
===================================================================
--- bootsplash/trunk/debian/README.Debian 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/README.Debian 2007-03-14 10:03:02 UTC (rev 1121)
@@ -1,9 +1,10 @@
-bootsplah for Debian
-====================
+=====================
+bootsplash for Debian
+=====================
To activate the bootsplash you need to pass some command line
parameters to the kernel. This can be done by configuring
-your bootloader
+your bootloader.
If you use GRUB you just need to edit your
@@ -15,7 +16,7 @@
2) add the correct "vga=???" boot parameter, depending on what
resolution you want to use.
-For examle:
+For example:
title Debian GNU/Linux, kernel 2.6.10-2-386
root (hd0,0)
@@ -29,7 +30,7 @@
# kopt=root=/dev/hda3 ro vga=791 splash=silent
-Some common frambuffer resolutions are:
+Some common framebuffer resolutions are:
640x480 - 785
800x600 - 788
@@ -42,4 +43,54 @@
These display modes can also be found in the FrameBuffer HOWTO. Any
16bit mode should work.
- -- Free Ekanayaka <freee at debian.org>, Tue, 23 Jan 2007 12:20:51 +0100
+Bootsplash loads the boot image at two points in the boot process:
+
+ 1. when it loads the initrd image the kernel part of bootsplash will
+ try to find the image in the initrd image and if successfull display it
+
+ 2. when starting to execute /etc/init.d/* then /etc/init.d/bootsplash will
+ look for the image under /etc/bootsplash/ depending on how bootsplash
+ it set up through /etc/defaults/bootsplash
+
+ATTENTION:
+
+If you want to create a new initrd image you need to take extra care since
+traditional method described all over on the internet:
+
+ splash -s -f /etc/bootsplash/../bootsplash-XxY.jpeg >> /boot/initrd.img
+
+only works with cramfs based initrd images and WILL NOT work wth initramfs
+based initrd images, which are the default for the 2.6er Debian kernels.
+If you want to include an image in the initrd image then the following
+two methods to do it are suggested:
+
+ 1. in case you want to include a Debian provided bootsplash theme then
+ just issue dpkg-reconfigure bootsplash and choose the desired theme
+ accordingly
+
+ 2. when making a theme yourself then take care to correctly configure
+ /etc/defaults/bootsplash and /etc/bootsplash/themes/your_theme and
+ then call:
+
+ update-initramfs -u -k your_kernel
+
+ This will recreate a working /boot/initrd-* image for your kernel.
+
+Customizing the GRUB bootscreen
+===============================
+
+It is also possible to customize the GRUB bootscreen. You need to create
+and gzip (!) an image in XPM format with a resolution of 640x480 and
+14 colours. Put that image under the name splash.xpm.gz under /boot/grub
+and issue:
+
+ update-grub
+
+Further reference:
+
+ * GRUB documentation
+ * Bootsplash configuration (german only):
+ http://wiki.debianforum.de/Bootsplash?highlight=%28bootsplash%29
+ * GRUB configuration: http://ubuntuforums.org/showthread.php?t=30341
+
+ -- Free Ekanayaka <freee at debian.org>, Wed, 14 Mar 2007 10:55:53 +0100
Modified: bootsplash/trunk/debian/bootanim.1
===================================================================
--- bootsplash/trunk/debian/bootanim.1 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/bootanim.1 2007-03-14 10:03:02 UTC (rev 1121)
@@ -71,7 +71,7 @@
These options start, stop and fade out, immediately stop, and
advance the specified and current animations respectivly.
.IP "\fB-r\fP " 10
-The screen resoultion to use if we are unable to autodetect
+The screen resolution to use if we are unable to autodetect
it. Specify in the form [width]x[height].
.IP "\fB-d\fP " 10
A directory containing animation files.
Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/changelog 2007-03-14 10:03:02 UTC (rev 1121)
@@ -1,3 +1,13 @@
+bootsplash (3.3-6) unstable; urgency=low
+
+ * Dutch po-debconf translation (Closes: #414753)
+ * Italian debconf templates translation (Closes: #411393)
+ * Info on initrd/initramfs/cramfs & grub interaction (Closes: #409794)
+ * Minor typo in fbmngplay and fbtruetype man pages (Closes: #409030)
+ * Typo in English "splash" manual page (Closes: #412844)
+
+ -- Free Ekanayaka <freee at debian.org> Wed, 14 Mar 2007 11:03:13 +0100
+
bootsplash (3.3-5) unstable; urgency=low
* Bug fix: "fbmngplay doesn't work", thanks to Pablo Chinea and
Modified: bootsplash/trunk/debian/fbmngplay.1
===================================================================
--- bootsplash/trunk/debian/fbmngplay.1 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/fbmngplay.1 2007-03-14 10:03:02 UTC (rev 1121)
@@ -83,7 +83,7 @@
Wait for SIGUSR1 between animations.
.IP "\fB-p, --position\fP " 10
Dynamically select position.
-.IP "\fB-v, --vebose\fP " 10
+.IP "\fB-v, --verbose\fP " 10
Verbose mode.
.IP "\fB-S, --start-console\fP " 10
Only output animation on the console it was started on.
Modified: bootsplash/trunk/debian/fbresolution.1
===================================================================
--- bootsplash/trunk/debian/fbresolution.1 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/fbresolution.1 2007-03-14 10:03:02 UTC (rev 1121)
@@ -51,19 +51,19 @@
.ds f4\"
'\" t
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
-.TH "fbresoultion" "1"
+.TH "fbresolution" "1"
.SH "NAME"
-fbresoultion \(em detects what the current frame buffer resolution is.
+fbresolution \(em detects what the current frame buffer resolution is.
.SH "SYNOPSIS"
.PP
-\fBfbresoultion\fR [\fBoptions\fI\fR\fP]
+\fBfbresolution\fR [\fBoptions\fI\fR\fP]
.SH "DESCRIPTION"
.PP
This manual page was written for the \fBDebian\fP distribution
because the original program does not have a manual page.
.PP
-\fBfbresoultion\fR shows the current
-frame buffer resoultion when run with no options.
+\fBfbresolution\fR shows the current
+frame buffer resolution when run with no options.
.SH "OPTIONS"
.PP
These programs follow the usual GNU command line syntax,
Modified: bootsplash/trunk/debian/fbtruetype.1
===================================================================
--- bootsplash/trunk/debian/fbtruetype.1 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/fbtruetype.1 2007-03-14 10:03:02 UTC (rev 1121)
@@ -82,7 +82,7 @@
The text size in points.
.IP "\fB-t, --textcolor\fP " 10
The color of the text (hex). -t 554455
-.IP "\fB-v, --vebose\fP " 10
+.IP "\fB-v, --verbose\fP " 10
Verbose mode.
.IP "\fB-S, --start-console\fP " 10
Only output text on the console it was started on.
@@ -90,7 +90,7 @@
Start output on specified console.
.SH "SEE ALSO"
.PP
-fbmngplay (1), fbresoultion (1), bootsplash (7).
+fbmngplay (1), fbresolution (1), bootsplash (7).
.SH "AUTHOR"
.PP
This manual page was written by Matthew A. Nicholson debian at matt-land.com for
Modified: bootsplash/trunk/debian/includeprog.1
===================================================================
--- bootsplash/trunk/debian/includeprog.1 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/includeprog.1 2007-03-14 10:03:02 UTC (rev 1121)
@@ -10,9 +10,9 @@
how to get the includeprog configuration variable from bootsplash 3.1
working with the Debian distribution.
.PP
-\fBincludeprog\fP is just an dummy script which does exactly nothing.
+\fBincludeprog\fP is just a dummy script which does exactly nothing.
If you don't have it, \fBsplash.sh\fP complains that includeprog could not
-be found, cause it includes the config without any parsing. With this
+be found because it includes the config without any parsing. With this
script, splash.sh works without spamming your console with file not
found messages.
.PP
Added: bootsplash/trunk/debian/po/it.po
===================================================================
--- bootsplash/trunk/debian/po/it.po 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/po/it.po 2007-03-14 10:03:02 UTC (rev 1121)
@@ -0,0 +1,52 @@
+# Italian (it) translation of debconf templates for bootsplash
+# Copyright (C) 2007 Software in the Public Interest
+# This file is distributed under the same license as the bootsplash package.
+# Luca Monducci <luca.mo at tiscali.it>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bootsplash 3.3 italian debconf templates\n"
+"Report-Msgid-Bugs-To: freee at debian.org\n"
+"POT-Creation-Date: 2007-01-23 11:45+0000\n"
+"PO-Revision-Date: 2007-02-18 17:03+0100\n"
+"Last-Translator: Luca Monducci <luca.mo at tiscali.it>\n"
+"Language-Team: Italian <tp at lists.linux.it>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:1001
+msgid "Automatically configure your bootloader?"
+msgstr "Configurare automaticamente il bootloader?"
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:1001
+msgid ""
+"In order to complete the bootsplash installation you need to configure your "
+"bootloader. If you wish this package can automatically modify the "
+"appropriate configuration files."
+msgstr ""
+"Per completare l'installazione di bootsplash è necessario configurare il "
+"boorloader. Questo pacchetto è in grado di modificare automaticamente i file "
+"di configurazione."
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:2001
+msgid "Update your initramfs images?"
+msgstr "Aggiornare le proprie immagini initramfs?"
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:2001
+msgid ""
+"To let the Linux kernel find your bootsplash theme at boot you need to "
+"update your initramfs images. If you wish this package can automatically run "
+"the appropriate script."
+msgstr ""
+"Per permettere al kernel Linux di trovare all'avvio il tema del bootsplash è "
+"necessario aggiornare le proprie immagini initramfs. Questo pacchetto è in "
+"grado di eseguire uno script che effettua questa operazione."
Added: bootsplash/trunk/debian/po/nl.po
===================================================================
--- bootsplash/trunk/debian/po/nl.po 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/po/nl.po 2007-03-14 10:03:02 UTC (rev 1121)
@@ -0,0 +1,41 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bootsplash\n"
+"Report-Msgid-Bugs-To: freee at debian.org\n"
+"POT-Creation-Date: 2007-01-23 11:45+0000\n"
+"PO-Revision-Date: 2007-03-05 21:47+0100\n"
+"Last-Translator: Bart Cornelis <cobaco at skolelinux.no>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:1001
+msgid "Automatically configure your bootloader?"
+msgstr "Wilt u de bootlader automatisch instellen?"
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:1001
+msgid "In order to complete the bootsplash installation you need to configure your bootloader. If you wish this package can automatically modify the appropriate configuration files."
+msgstr "Om de installatie van bootsplash te vervolledigen dient de configuratie van uw bootlader aangepast te worden. Als u dit wenst kan dit pakket de nodige configuratiebestanden automatisch aanpassen."
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:2001
+msgid "Update your initramfs images?"
+msgstr "Wilt u de initramfs-beelden bijwerken?"
+
+#. Type: boolean
+#. Description
+#: ../bootsplash.templates:2001
+msgid "To let the Linux kernel find your bootsplash theme at boot you need to update your initramfs images. If you wish this package can automatically run the appropriate script."
+msgstr "Om de Linux-kernel toe te laten uw bootsplash-thema te vinden tijdens het opstarten dienen uw initramfs-beelden bijgewerkt te worden. Als u dit wenst kan dit pakket het nodige script automatisch uitvoeren."
+
Modified: bootsplash/trunk/debian/splash.1
===================================================================
--- bootsplash/trunk/debian/splash.1 2007-03-14 09:57:25 UTC (rev 1120)
+++ bootsplash/trunk/debian/splash.1 2007-03-14 10:03:02 UTC (rev 1121)
@@ -72,7 +72,7 @@
.IP "\fB-?\fP " 10
Show summary of options.
.IP "\fB-s\fP" 10
-Attach slient boot image.
+Attach silent boot image.
.IP "\fB-f\fP" 10
Specify a configuration file to use.
.IP "\fB-u\fP" 10
More information about the Demudi-commits
mailing list