initramfs-tools: remove references to vanilla.
This commit is contained in:
parent
8b0874222c
commit
22c5cba96f
|
@ -91,7 +91,7 @@ Create the initramfs for a specific kernel:
|
|||
/etc/initramfs-tools/update-initramfs.conf
|
||||
|
||||
.SH AUTHOR
|
||||
The initramfs-tools from Vanilla are maintained by
|
||||
The initramfs-tools from Void GNU/Linux are maintained by
|
||||
Juan Romero Pardines <xtraeme@gmail.com>, they diverged substantially
|
||||
from the original implementation coming from Debian.
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'initramfs-tools'
|
||||
pkgname=initramfs-tools
|
||||
_localver=0.99.20 # This is the XBPS version
|
||||
_localver=0.99.21 # This is the XBPS version
|
||||
_distver=0.98.8 # This should match debian version
|
||||
version=${_localver}.${_distver}
|
||||
build_style=custom-install
|
||||
short_desc="Tools for generating an initramfs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://vanilla.github.com"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
license="GPL-2"
|
||||
long_desc="
|
||||
This package contains tools to create and boot an initramfs for packaged 2.6
|
||||
|
|
Loading…
Reference in New Issue