]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix install message
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 16 May 2011 19:50:24 +0000 (21:50 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 16 May 2011 19:50:24 +0000 (21:50 +0200)
util/grub-install.in

index 0e0dfe920fcca19ffc2003842bf247a3c0859d08..ad6ea1037e8d2762b2f7f3911472cfd3e9337a1d 100644 (file)
@@ -621,8 +621,7 @@ elif [ "${target_cpu}-${platform}" = "i386-ieee1275" ] || [ "${target_cpu}-${pla
     fi
 elif [ x"${target_cpu}-${platform}" = xmips-arc ]; then
     dvhtool -d "${install_device}" --unix-to-vh "{grubdir}/core.${imgext}" grub
-    echo "You will have to set boot-device manually.  At the Open Firmware prompt, type:"
-
+    echo "You will have to set SystemPartition and OSLoader manually."
 elif [ x"$platform" = xefi ]; then
     cp "${grubdir}/core.${imgext}" "${efidir}/${efi_file}"
     # For old macs. Suggested by Peter Jones.