From: Paul Mackerras Date: Thu, 26 Sep 1996 06:26:27 +0000 (+0000) Subject: recommend 2.0 not 1.2 X-Git-Tag: RELEASE_2_3_6~287 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=ff46553968bdb421be5b9df985b2e496b4569799;hp=f201866a877a11896aa9deffe7343670d756ea6d;p=ppp.git recommend 2.0 not 1.2 --- 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