setup.sh: Improved user messages.
Change-Id: I5b260b5893ec5ec5a905c48ea8f04aeb2f764bd9
This commit is contained in:
parent
8533943c3f
commit
7785012b88
1 changed files with 5 additions and 5 deletions
|
@ -773,13 +773,13 @@ umount /dev/$usr && echo Unmounted $usr
|
||||||
umount /dev/$root && echo Unmounted $root
|
umount /dev/$root && echo Unmounted $root
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
Please type 'shutdown' to exit MINIX 3 and reboot. To boot into your new
|
Please type 'reboot' to exit MINIX 3 and reboot. To boot into your new
|
||||||
system, you might have to remove installation media.
|
system, you might have to remove installation media.
|
||||||
|
|
||||||
This ends the MINIX 3 setup script. After booting your newly set up system,
|
This ends the MINIX 3 setup script. You may want to take care of post
|
||||||
you can run the test suites as indicated in the setup manual. You also
|
installation steps, such as local testing and configuration.
|
||||||
may want to take care of local configuration, such as securing your system
|
|
||||||
with a password. Please consult the usage manual for more information.
|
Please consult the user manual for more information.
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue