From 65c5409b9c35f38ce9ff10a1dd5f726c78f85593 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 9 Nov 2011 14:36:06 -0500 Subject: [PATCH] core/linux: fixed linux.install --- core/linux/linux.install | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/linux/linux.install b/core/linux/linux.install index 63e8599c1..7cbc84d85 100644 --- a/core/linux/linux.install +++ b/core/linux/linux.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.0-ARCH +KERNEL_VERSION=3.1.0-4-ARCH post_install () { # updating module dependencies @@ -13,9 +13,8 @@ post_install () { post_upgrade() { if grep "^[^#]*[[:space:]]/boot" etc/fstab 2>&1 >/dev/null; then if ! grep "[[:space:]]/boot" etc/mtab 2>&1 >/dev/null; then - echo "WARNING: /boot appears to be a seperate partition but is not mounted" - echo " This is most likely not what you want. Please mount your /boot" - echo " partition and reinstall the kernel unless you are sure this is OK" + echo "WARNING: /boot appears to be a seperate partition but is not mounted." + echo " You probably just broke your system. Congratulations." fi fi