diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-09 23:47:32 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-09 23:47:32 -0500 |
commit | 8de426e6cddec256ba118c96a18b6271f454cc33 (patch) | |
tree | 43857ddbca85a4b06b529b64fc5b6e4e071be11e /kernels/linux-libre-xen/linux-libre-xen.install | |
parent | 48d7f1e9fb492b6fac99c72b41edbec09d809f00 (diff) | |
parent | f6879a07894b7a83a3b4c2cfbf0f08198438ac1c (diff) | |
download | abslibre-8de426e6cddec256ba118c96a18b6271f454cc33.tar.gz abslibre-8de426e6cddec256ba118c96a18b6271f454cc33.tar.bz2 abslibre-8de426e6cddec256ba118c96a18b6271f454cc33.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'kernels/linux-libre-xen/linux-libre-xen.install')
-rw-r--r-- | kernels/linux-libre-xen/linux-libre-xen.install | 4 |
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} |