Subversion Repositories livecd

Rev

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

Rev 242 Rev 244
Line 887... Line 887...
887
 
887
 
888
    if [ "$FS_TYPE" = "xfs" ]; then
888
    if [ "$FS_TYPE" = "xfs" ]; then
889
	echo "--------------------------------------------------------------"
889
	echo "--------------------------------------------------------------"
890
	echo "IMPORTANT NOTE:"
890
	echo "IMPORTANT NOTE:"
891
	echo
891
	echo
892
	echo "Formating the rootfile system with xfs can causes problems"
892
	echo "Formating the root file system with xfs can causes problems"
893
	echo "after a regular kernel update."
893
	echo "after a regular kernel update."
894
	echo "Please run the following command after each kernel update" 
894
	echo "Please run the following command after each kernel update" 
895
	echo "in order to correctly build the initial ram disk:"
895
	echo "in order to correctly build the initial ram disk:"
896
	echo
896
	echo
897
	echo "# new-kernel-pkg --package kernel --mkinitrd --depmod \\"
897
	echo "# new-kernel-pkg --package kernel --mkinitrd --depmod \\"