Subversion Repositories livecd

Rev

Rev 229 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 236
Line 875... Line 875...
875
echo 
875
echo 
876
[ $WIN_PART ]    && echo "  Entry created in grub.conf for Windows partition $WIN_PART"
876
[ $WIN_PART ]    && echo "  Entry created in grub.conf for Windows partition $WIN_PART"
877
echo                     "--------------------------------------------------------------"
877
echo                     "--------------------------------------------------------------"
878
echo                     "End of $SCRIPTNAME"
878
echo                     "End of $SCRIPTNAME"
879
echo
879
echo
-
 
880
 
-
 
881
 
-
 
882
### print (warn) message when using xfs
-
 
883
### 
-
 
884
if [ "$FS_TYPE" = "xfs" ]; then
-
 
885
    echo "--------------------------------------------------------------"
-
 
886
    echo "IMPORTANT NOTE:"
-
 
887
    echo
-
 
888
    echo "Formating the rootfile system with xfs can causes problems"
-
 
889
    echo "after a regular kernel update."
-
 
890
    echo "Please run the following command after each kernel update" 
-
 
891
    echo "in order to correctly build the initial ram disk:"
-
 
892
    echo
-
 
893
    echo "# new-kernel-pkg --package kernel --mkinitrd --depmod \\"
-
 
894
    echo "                 --install 2.6.18-128.1.14.el5"
-
 
895
    echo
-
 
896
    echo "(replace 2.6.18-128.1.14.el5 with the version number of the"
-
 
897
    echo "updated kernel)"
-
 
898
    echo "--------------------------------------------------------------"
-
 
899
    echo
-
 
900
fi