From 3261f766b6dbc53a51a478a7da81db9d2a10437a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 8 Apr 2018 21:38:50 +0200 Subject: [PATCH] Fix typo when sysinstall(8) says have to set up bootloading yourself. --- sysinstall/sysinstall.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sysinstall/sysinstall.c b/sysinstall/sysinstall.c index 940d03ae..dcdf0cc2 100644 --- a/sysinstall/sysinstall.c +++ b/sysinstall/sysinstall.c @@ -1129,12 +1129,9 @@ int main(void) text("It's time to boot into the newly installed system.\n\n"); if ( strcasecmp(accept_grub, "no") == 0 ) - { - text("You did not accept a bootloader and need to arrange by " - "bootloading by your own means. /etc/grub.d/10_sortix.cache is a " - "GRUB configuration fragment that boots the newly installed " - "system.\n\n"); - } + text("You did not accept a bootloader and need to set up bootloading " + "yourself. /etc/grub.d/10_sortix.cache is a GRUB configuration " + "fragment that boots the newly installed system.\n\n"); text("Upon boot, you'll be greeted with a login screen. Enter your " "credentials to get a command line. Login as user 'poweroff' as "