Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sleeper_os:beginners_guide [2024/01/30 14:21] – alejitao | sleeper_os:beginners_guide [2024/04/04 21:16] (current) – alejitao | ||
---|---|---|---|
Line 3: | Line 3: | ||
== Introduction == | == Introduction == | ||
- | Sleeper OS is a Linux distribution designed for provide a brief description of Sleeper OS. This guide will walk you through the installation process, covering basic partitioning and steps for installation from a Windows environment. | + | Sleeper OS is a Linux® |
== What is a Partition? == | == What is a Partition? == | ||
Line 15: | Line 15: | ||
- **Boot from Installation Media:** Insert the Sleeper OS installation media and boot your system from it. | - **Boot from Installation Media:** Insert the Sleeper OS installation media and boot your system from it. | ||
- **Start Installation: | - **Start Installation: | ||
- | - **Create Partitions: | + | - **Create Partitions: |
- **File System:** Assign the appropriate file system (ext4 is commonly used) to each partition. | - **File System:** Assign the appropriate file system (ext4 is commonly used) to each partition. | ||
- | - **Mount Points:** Set the mount points for the partitions. The root partition ("/" | + | - **Mount Points:** Set the mount points for the partitions. The root partition ("/" |
== Installation from Windows == | == Installation from Windows == | ||
Line 33: | Line 33: | ||
Congratulations! You have successfully installed Sleeper OS on your system. If you encounter any issues or need further assistance, consult the official Sleeper OS documentation for additional guidance. | Congratulations! You have successfully installed Sleeper OS on your system. If you encounter any issues or need further assistance, consult the official Sleeper OS documentation for additional guidance. | ||
- | == How do I add a new user (eg: Replacing | + | == How do I add a new user (eg: Replacing |
Simply put the command: | Simply put the command: | ||
'' | '' | ||
- | adduser your-newuser | + | sudo adduser your-newuser |
'' | '' | ||