Setting Up the Filesystem

This commit is contained in:
Out Of Ideas 2024-01-30 17:13:34 -06:00
parent 9f9a08ffb7
commit 9c3c987f84

View file

@ -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
```