Fix typo when sysinstall(8) says have to set up bootloading yourself.

This commit is contained in:
Juhani Krekelä 2018-04-08 21:38:50 +02:00 committed by Jonas 'Sortie' Termansen
parent 3654b370f1
commit 3261f766b6
1 changed files with 3 additions and 6 deletions

View File

@ -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 "