summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/linux-libre-xen.install
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/linux-libre-xen/linux-libre-xen.install
parentd5f53ccee7feda663cdccd03e82cfaca5fdde220 (diff)
downloadabslibre-131a68b3e9bbbdd6fca78ceb8da8803fee4f1c7e.tar.gz
abslibre-131a68b3e9bbbdd6fca78ceb8da8803fee4f1c7e.tar.bz2
abslibre-131a68b3e9bbbdd6fca78ceb8da8803fee4f1c7e.zip
kernels/linux-libre-xen
Diffstat (limited to 'kernels/linux-libre-xen/linux-libre-xen.install')
-rw-r--r--kernels/linux-libre-xen/linux-libre-xen.install4
1 files changed, 2 insertions, 2 deletions
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}