| 11 | | |
| | 11 | #!diff |
| | 12 | --- /opt/drbl/sbin/drblsrv.org 2008-09-25 10:32:04.000000000 +0800 |
| | 13 | +++ /opt/drbl/sbin/drblsrv 2008-09-25 10:53:21.000000000 +0800 |
| | 14 | @@ -3440,7 +3440,7 @@ |
| | 15 | if [ $rc_get_kernel -gt 0 ]; then |
| | 16 | [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE |
| | 17 | echo "$latest_drbl_kernel_in_rep can NOT be downloaded!!! Something went wrong!" |
| | 18 | - echo "Maybe you should check /etc/sources.list or remove the unnecessary kernel block in /var/lib/dpkg/status so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again." |
| | 19 | + echo "Maybe you should check /etc/apt/sources.list or remove the unnecessary kernel block in /var/lib/dpkg/status so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again." |
| | 20 | echo "Program terminated!!!" |
| | 21 | [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL |
| | 22 | exit 1 |
| | 23 | @@ -4014,7 +4014,7 @@ |
| | 24 | if [ $RC -gt 0 ]; then |
| | 25 | [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE |
| | 26 | echo "$latest_drbl_kernel_in_rep can NOT be downloaded!!! Something went wrong!" |
| | 27 | - echo "Maybe you should check /etc/sources.list so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again." |
| | 28 | + echo "Maybe you should check /etc/apt/sources.list so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again." |
| | 29 | echo "Program terminated!!!" |
| | 30 | [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL |
| | 31 | exit 1 |