X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fkinstall.sh;h=29ba9633d027e8171c9178087382f5ed40d38d76;hp=de263513464199cd64979d307b463ec9c7ed668e;hb=ff46553968bdb421be5b9df985b2e496b4569799;hpb=6589bd3bbe86761cc41767a1400a69bbc985788a 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