aboutsummarylogtreecommitdiffstats
path: root/menu.lst
diff options
context:
space:
mode:
authoryar2017-04-08 13:26:55 -0700
committeryar2017-04-08 13:26:55 -0700
commite9d94cee4eb1ff382c18aaf1913c984eb6b6d2a6 (patch)
treeedf2654046a42b31514660b679ae5fdbb25c1f4c /menu.lst
parent622a4f60b2af0cbe663791b921166f1740d6abda (diff)
downloadaur-e9d94cee4eb1ff382c18aaf1913c984eb6b6d2a6.tar.gz
fix menu.lst
we changed the kernel image filename before and we still want old Xen hosts to work (although i migrated mine and can't test anymore)
Diffstat (limited to 'menu.lst')
-rw-r--r--menu.lst4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.lst b/menu.lst
index 9e69aafe5610..68e38f52d751 100644
--- a/menu.lst
+++ b/menu.lst
@@ -3,12 +3,12 @@ timeout 10
title Linux-Linode %VER%
root (hd0)
-kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,errors=remount-ro swapaccount=0 kaslr
+kernel /boot/vmlinuzll-linux-linode root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,errors=remount-ro swapaccount=0 kaslr
initrd /boot/initramfs-linux-linode.img
title Linux-Linode %VER% - rescue-ish
root (hd0)
-kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,errors=remount-ro swapaccount=0 break=postmount verbose
+kernel /boot/vmlinuzll-linux-linode root=/dev/xvda console=hvc0 loglevel=4 ro rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,errors=remount-ro swapaccount=0 break=postmount verbose
initrd /boot/initramfs-linux-linode.img
title Arch Vanilla %VER% (if installed)