Changes between Version 5 and Version 6 of jazz/08-09-25


Ignore:
Timestamp:
Sep 25, 2008, 10:54:13 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-09-25

    v5 v6  
    99   * [[Image(linux-image-2.6.24_not_found.png)]]
    1010{{{
    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
    1232}}}
    1333 * [備忘] Ubuntu 沒有 root 預設密碼,雖然有 sudo ,但 sudo 有兩個的困擾: