From ff46553968bdb421be5b9df985b2e496b4569799 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 Sep 1996 06:26:27 +0000 Subject: [PATCH] recommend 2.0 not 1.2 --- linux/kinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/kinstall.sh b/linux/kinstall.sh index de26351..29ba963 100755 --- a/linux/kinstall.sh +++ b/linux/kinstall.sh @@ -48,7 +48,7 @@ fi # introduced in 1.0.1 if [ `egrep '^VERSION|^PATCHLEVEL|^SUBLEVEL' $LINUXMK | wc -l` -ne 3 ]; then echo You appear to have a very old kernel. You must upgrade. - echo It is recommended that you upgrade to the most recent 1.2.X kernel. + echo It is recommended that you upgrade to the most recent 2.0.X kernel. exit 1 fi @@ -66,7 +66,7 @@ if [ $VERSION -eq 1 ]; then if [ $PATCHLEVEL -eq 0 -o $PATCHLEVEL -eq 1 -a $SUBLEVEL -lt 14 ]; then echo You appear to be running $KERNEL. There is no support for echo kernels predating 1.1.14. It is recommended that you upgrade - echo to the most recent 1.2.X kernel. + echo to the most recent 2.0.X kernel. exit 1 fi if [ $PATCHLEVEL -eq 1 ]; then -- 2.39.2