X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpaks%2Flinux-xen%2Finstall.sh;h=f3472dd1fcc1611111d750d0e53dd5c590d8f97c;hp=179d607615302967e15068729b1deb688f5732aa;hb=1a386bb9d8765a04651f54348d0d1e01d9950235;hpb=41cfd9e04b1a06d242432e682ab5601f933c0e21 diff --git a/src/paks/linux-xen/install.sh b/src/paks/linux-xen/install.sh index 179d607615..f3472dd1fc 100644 --- a/src/paks/linux-xen/install.sh +++ b/src/paks/linux-xen/install.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh extract_files # -KVER=2.6.32.59 +KVER=2.6.32.61 ROOT=`mount | grep " / " | cut -d" " -f1` ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2` if [ ! -z $ROOTUUID ]; then @@ -51,7 +51,7 @@ cp /boot/grub/grub.conf /boot/grub/grub-backup-$KVER-xen.conf # Add new Entry to grub.conf # echo "" >> /boot/grub/grub.conf -echo "title IPFire (XEN-Kernel $KVER)" >> /boot/grub/grub.conf +echo "title IPFire (legacy XEN-Kernel $KVER)" >> /boot/grub/grub.conf echo " kernel /vmlinuz-$KVER-ipfire-xen root=$ROOT panic=10 console=xvc0 $MOUNT" >> /boot/grub/grub.conf echo " initrd /ipfirerd-$KVER-xen.img" >> /boot/grub/grub.conf echo "# savedefault $ENTRY" >> /boot/grub/grub.conf