Setting Up the Filesystem
This commit is contained in:
parent
9f9a08ffb7
commit
9c3c987f84
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1448,7 +1448,7 @@ Now enable LILO.
|
|||
```
|
||||
lilo
|
||||
```
|
||||
# Post Insallation
|
||||
# Setting Up a GUI
|
||||
## Logging in
|
||||
Login as root with the root password.
|
||||
|
||||
|
@ -1593,3 +1593,12 @@ Reboot the system to test it out.
|
|||
reboot
|
||||
```
|
||||
Log in as your regular user at the prompt.
|
||||
# Setting Up the Filesystem
|
||||
Right click on the screen and click **Exit**. Then press **Ctrl** + **Alt** + **F1** to go to tty1.
|
||||
|
||||
Log in as your regular user at the prompt.
|
||||
|
||||
Create directories.
|
||||
```
|
||||
mkdir -p .Git Desktop Backup Documents/PDF Documents/Emails Downloads Misc Music Pirctures/Screenshots Videos/Movies
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue