[haiku-commits] haiku: hrev44223 - src/apps/installer

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 4 Jun 2012 15:06:56 +0200 (CEST)

hrev44223 adds 1 changeset to branch 'master'
old head: 411272adfd60dcab0a42879cc617b59d9c333ca3
new head: 931b441f6388b776d8d5f10058425b3fccbdd6c9

----------------------------------------------------------------------------

931b441: Added info on configuring GRUB via os-prober, see #8578.

                                        [ Humdinger <humdingerb@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44223
Commit:      931b441f6388b776d8d5f10058425b3fccbdd6c9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=931b441
Author:      Humdinger <humdingerb@xxxxxxxxx>
Date:        Mon Jun  4 12:51:14 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/8578

----------------------------------------------------------------------------

1 file changed, 11 insertions(+), 3 deletions(-)
src/apps/installer/InstallerApp.cpp |   14 +++++++++++---

----------------------------------------------------------------------------

diff --git a/src/apps/installer/InstallerApp.cpp 
b/src/apps/installer/InstallerApp.cpp
index 1627714..d7d7d4b 100644
--- a/src/apps/installer/InstallerApp.cpp
+++ b/src/apps/installer/InstallerApp.cpp
@@ -131,6 +131,14 @@ InstallerApp::ReadyToRun()
        infoText << B_TRANSLATE(
                "2.1) GRUB 1\n");
        infoText << B_TRANSLATE(
+               "Starting with os-prober v1.44 (e.g. in Ubuntu 11.04 or later), 
Haiku "
+               "should be recognized out of the box. To add Haiku to the GRUB 
menu, "
+               "open a Terminal and enter:\n\n");
+       infoText << B_TRANSLATE(
+               "\tsudo update-grub\n\n\n");
+       infoText << B_TRANSLATE(
+               "2.2) GRUB 1\n");
+       infoText << B_TRANSLATE(
                "Configure your /boot/grub/menu.lst by launching your favorite "
                "editor from a Terminal like this:\n\n");
        infoText << B_TRANSLATE(
@@ -163,7 +171,7 @@ InstallerApp::ReadyToRun()
        infoText << B_TRANSLATE(
                "You can see the correct partition in GParted for 
example.\n\n\n");
        infoText << B_TRANSLATE(
-               "2.2) GRUB 2\n");
+               "2.3) GRUB 2\n");
        infoText << B_TRANSLATE(
                "Newer versions of GRUB use an extra configuration file to add "
                "custom entries to the boot menu. To add them to the top, you 
have "
@@ -213,8 +221,8 @@ InstallerApp::ReadyToRun()
                "\tsudo update-grub\n\n\n");
        infoText << B_TRANSLATE(
                "3)   When you successfully boot into Haiku for the first time, 
make "
-               "sure to read our \"Welcome\" documentation, there is a link on 
the "
-               "Desktop.\n\n");
+               "sure to read our \"Welcome\" and \"Userguide\" documentation. 
There "
+               "are links on the Desktop and in WebPositive's bookmarks.\n\n");
        infoText << B_TRANSLATE(
                "Have fun and thanks a lot for trying out Haiku! We hope you 
like it!");
 


Other related posts: