X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fkinstall.sh;h=5f52cfafeaed0d5b2bd2c18353950122c4c2e2f2;hp=e3858e30ff173ca7a9b4e497e965ba92666f6862;hb=1764436dfa4a561519a98a93036dd78b6a1d5a44;hpb=34e2c85dcf0c8969b5bba9b8f40dfcdf46051085 diff --git a/linux/kinstall.sh b/linux/kinstall.sh index e3858e3..5f52cfa 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 @@ -69,22 +69,6 @@ if [ $VERSION -lt 2 ]; then exit 1 fi -echo -echo Installing into kernel version $KERNEL in $LINUXSRC -echo - -echo "Notice to the user:" -echo -echo "It is perfectly legal for this script to run without making any changes" -echo "to your system. This only means that the system currently contains the" -echo "necessary changes to support this package. Please do not attempt to" -echo "force this script to replace any file or make any patch. If you do so" -echo "then it is probable that you are actually putting older, buggier, code" -echo "over newer, fixed, code. Thank you." -echo -echo Installing into kernel version $KERNEL in $LINUXSRC -echo - # # convenience function to exit if the last command failed