mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix typo when sysinstall(8) says have to set up bootloading yourself.
This commit is contained in:
parent
3654b370f1
commit
3261f766b6
1 changed files with 3 additions and 6 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue