[Demudi-commits] r651 - bootsplash/trunk/debian
Free Ekanayaka
free-guest at costa.debian.org
Mon Feb 6 20:36:46 UTC 2006
Author: free-guest
Date: 2006-02-06 20:36:36 +0000 (Mon, 06 Feb 2006)
New Revision: 651
Modified:
bootsplash/trunk/debian/bootsplash.templates
bootsplash/trunk/debian/changelog
bootsplash/trunk/debian/control
Log:
* Set me as new maintainer
* Set Junichi as new uploader
* Standards version 3.6.2
* Set grub as default bootloader
Modified: bootsplash/trunk/debian/bootsplash.templates
===================================================================
--- bootsplash/trunk/debian/bootsplash.templates 2006-02-06 02:54:19 UTC (rev 650)
+++ bootsplash/trunk/debian/bootsplash.templates 2006-02-06 20:36:36 UTC (rev 651)
@@ -2,16 +2,18 @@
Type: note
_Description: You need to configure your bootloader.
In order to complete the bootsplash installation you need adjust your
- lilo.conf file (or configure whatever bootloader you use).
- - Add the correct "initrd=" line to your lilo.conf file.
+ /boot/grub/menu.lst file (or configure whatever bootloader you use).
+ - Add the correct "initrd" line to your kernel entry.
- Append "splash=silent" to your kernel's boot parameters.
- - Add the correct "vga=???"line to your lilo.conf depending on what
+ - Add the correct "vga=???" boot parameter, depending on what
resolution you want to use.
.
- image=/boot/vmlinuz
- initrd=/boot/initrd.splash
- append="splash=silent"
- vga=791
+ title Debian GNU/Linux, kernel 2.6.10-2-386
+ root (hd0,0)
+ kernel /boot/vmlinuz-2.6.10-2-386 root=/dev/hda1 ro vga=791 splash=silent
+ initrd /boot/initrd.img-2.6.10-2-mediastation-386
+ savedefault
+ boot
.
Frambuffer resolutions:
640x480 - 785
@@ -42,7 +44,7 @@
Template: shared/bootsplash-bootloader
Type: select
_Choices: lilo, grub
-Default: lilo
+Default: grub
_Description: Select your bootloader.
In order to work properly bootsplash needs to know which bootloader you
use.
Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog 2006-02-06 02:54:19 UTC (rev 650)
+++ bootsplash/trunk/debian/changelog 2006-02-06 20:36:36 UTC (rev 651)
@@ -1,7 +1,12 @@
bootsplash (3.1-1) UNRELEASED; urgency=low
+ [Free Ekanayaka]
* Using dpatch from now on
* Converted all the previous patches in dpatch files
+ * Set me as new maintainer
+ * Set Junichi as new uploader
+ * Standards version 3.6.2
+ * Set grub as default bootloader
-- Free Ekanayaka <free at agnula.org> Mon, 6 Feb 2006 05:27:50 -0500
Modified: bootsplash/trunk/debian/control
===================================================================
--- bootsplash/trunk/debian/control 2006-02-06 02:54:19 UTC (rev 650)
+++ bootsplash/trunk/debian/control 2006-02-06 20:36:36 UTC (rev 651)
@@ -1,9 +1,10 @@
Source: bootsplash
Section: graphics
Priority: optional
-Maintainer: Oliver Sorge <oliver at dediziert.org>
+Maintainer: Free Ekanayaka <free at agnula.org>
+Uploaders: Junichi Uekawa <dancer at debian.org>
Build-Depends: debhelper (>= 4.1.16), libfreetype6-dev (>= 2.0.0), libmng-dev (>= 1.0), zlib1g-dev, dpatch
-Standards-Version: 3.6.0
+Standards-Version: 3.6.2
Package: bootsplash
Architecture: any
More information about the Demudi-commits
mailing list