-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve installation and documentation (#73)
* Add kernel::fs::mount * Check if fs is mounted before opening dir * Save password hash during user creation * Create home directory during user creation * Improve path checking in mkfs * Improve mkfs output * Add install command * Check presence of username and password during user creation * Update documentation * Check if user already exists before creation * Split hashed_password * Add save_hashed_password * Rename login command to user * Display MOROS version in a consistent way * Use ctrl+d instead of ctrl+c to exit shell * Rename mkfs to disk format * Add disk list command * Change prompt color if last command errored * Improve installer * Use $ and > prompts in doc Use $ and > prompts in doc to indicate commands outside and inside of MOROS respectively.
- Loading branch information
Showing
16 changed files
with
503 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.