mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Change /mnt to / in sysinstall to avoid user confusion.
This commit is contained in:
parent
ecfe121a8c
commit
09f43c80e9
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ int main(void)
|
|||
textf("Type ls to list partitions on the device. "
|
||||
"%s"
|
||||
"Type mkpart to make a new partition. "
|
||||
"Type mount 2 /mnt to create a mountpoint for partition 2. "
|
||||
"Type mount 2 / to create a mountpoint for partition 2. "
|
||||
"Type exit when done. "
|
||||
"There is partitioning advise in installation(7). "
|
||||
"Type man 8 disked to display the disked(8) man page.\n",
|
||||
|
|
Loading…
Reference in a new issue