mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix sysinstall(8) typo when selecting root filesystem.
This commit is contained in:
parent
66b35fb74c
commit
d7e5539c35
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ int main(void)
|
|||
// TODO: Perhaps let the user know the size of the system that will be
|
||||
// installed?
|
||||
|
||||
text("You need select a root filesystem and other mountpoints now. You "
|
||||
text("You need to select a root filesystem and other mountpoints now. You "
|
||||
"will now be dumped into a partition editor. Create and format a "
|
||||
"root filesystem partition as needed.\n");
|
||||
text("\n");
|
||||
|
|
Loading…
Reference in a new issue