summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-03-09 00:19:14 -0200
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-03-09 00:19:14 -0200
commit131a68b3e9bbbdd6fca78ceb8da8803fee4f1c7e (patch)
treef5309567b9d26fc5cc95e5d82a69d553517a3db9 /kernels
parentd5f53ccee7feda663cdccd03e82cfaca5fdde220 (diff)
kernels/linux-libre-xen
Diffstat (limited to 'kernels')
-rw-r--r--kernels/linux-libre-xen/PKGBUILD14
-rw-r--r--kernels/linux-libre-xen/config.i6862
-rw-r--r--kernels/linux-libre-xen/config.x86_642
-rw-r--r--kernels/linux-libre-xen/linux-libre-xen.install4
-rw-r--r--kernels/linux-libre-xen/linux-libre-xen.preset2
5 files changed, 12 insertions, 12 deletions
diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD
index b9572d2ad..e8e763670 100644
--- a/kernels/linux-libre-xen/PKGBUILD
+++ b/kernels/linux-libre-xen/PKGBUILD
@@ -6,11 +6,11 @@
# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
pkgbase=linux-libre-xen
-pkgname=('linux-libre-xen' 'linux-libre-xen-headers' 'linux-libre-xen-docs') # Build stock -LIBRE kernel
+pkgname=('linux-libre-xen' 'linux-libre-xen-headers' 'linux-libre-xen-docs') # Build stock -LIBRE kernel with Xen guest support
# pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux-libre}
_basekernel=3.2
-pkgver=${_basekernel}.8
+pkgver=${_basekernel}.9
pkgrel=1
arch=('i686' 'x86_64')
url="http://linux-libre.fsfla.org/"
@@ -29,10 +29,10 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-li
'i915-gpu-finish.patch'
'ext4-options.patch')
md5sums=('27c641c4f6785fc647cdd3e44963a55c'
- 'a97a83d5b003b3c9d87250e4eace45ce'
- '1149b265c194f243c9249372602f0ac8'
- 'e3a0f760de97df1f8852893507a0eef4'
- '67463f7a6e88305d7cd14a430e9efe92'
+ '8e601878ccdd37111cc84500ebd81387'
+ 'aafbddba8ddeca5f13bac26cd5167a6c'
+ '81dce3388fcb0b1e8aa1070ccbfb5d62'
+ 'b7c2805bb287a644c0a303bf7721e534'
'04b21c79df0a952c22d681dd4f4562df'
'9d3c56a4b999c8bfbd4018089a62f662'
'263725f20c0b9eb9c353040792d644e5'
@@ -103,7 +103,7 @@ build() {
}
package_linux-libre-xen() {
- pkgdesc="The Linux-libre Kernel and modules"
+ pkgdesc="The Linux-libre Kernel and modules with Xen guest support"
groups=('base')
depends=('coreutils' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
diff --git a/kernels/linux-libre-xen/config.i686 b/kernels/linux-libre-xen/config.i686
index b2a825481..c901ed38d 100644
--- a/kernels/linux-libre-xen/config.i686
+++ b/kernels/linux-libre-xen/config.i686
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.2.8-libre Kernel Configuration
+# Linux/i386 3.2.9-libre Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/kernels/linux-libre-xen/config.x86_64 b/kernels/linux-libre-xen/config.x86_64
index 2899a7467..8aa7d7fd6 100644
--- a/kernels/linux-libre-xen/config.x86_64
+++ b/kernels/linux-libre-xen/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.2.8-libre Kernel Configuration
+# Linux/x86_64 3.2.9-libre Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/kernels/linux-libre-xen/linux-libre-xen.install b/kernels/linux-libre-xen/linux-libre-xen.install
index b73d4aa77..63985389f 100644
--- a/kernels/linux-libre-xen/linux-libre-xen.install
+++ b/kernels/linux-libre-xen/linux-libre-xen.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-xen
-KERNEL_VERSION=3.2.8-1-LIBRE-XEN
+KERNEL_VERSION=3.2.9-1-LIBRE-XEN
post_install () {
# updating module dependencies
@@ -17,7 +17,7 @@ post_install () {
[ -f /etc/lilo.conf ] && loaders="$loaders /etc/lilo.conf"
if [ -n "${loaders}" ] && grep -q -e vmlinuz26 -e kernel26.img -e kernel26-fallback.img $loaders; then
# add compat symlinks for the initramfs images
- ln -sf initramfs-linux-libre${KERNEL_NAME}.img /boot/kernel26${KERNEL_NAME}.img
+ ln -sf initramfs-linux-libre${KERNEL_NAME}.img boot/kernel26${KERNEL_NAME}.img
ln -sf initramfs-linux-libre${KERNEL_NAME}-fallback.img \
boot/kernel26${KERNEL_NAME}-fallback.img
ln -sf vmlinuz-linux-libre${KERNEL_NAME} /boot/vmlinuz26${KERNEL_NAME}
diff --git a/kernels/linux-libre-xen/linux-libre-xen.preset b/kernels/linux-libre-xen/linux-libre-xen.preset
index e524930e8..6d5019d92 100644
--- a/kernels/linux-libre-xen/linux-libre-xen.preset
+++ b/kernels/linux-libre-xen/linux-libre-xen.preset
@@ -1,4 +1,4 @@
-# mkinitcpio preset file for the 'linux' package
+# mkinitcpio preset file for the 'linux-libre-xen' package
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux-libre-xen"