https://github.com/mackenzie779/moros
MorOS - Another personal ArchLinux setup script
https://github.com/mackenzie779/moros
arch-linux archlinux shell-script
Last synced: 8 months ago
JSON representation
MorOS - Another personal ArchLinux setup script
- Host: GitHub
- URL: https://github.com/mackenzie779/moros
- Owner: MacKenzie779
- License: mit
- Created: 2024-09-10T14:05:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:46:20.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:26:57.665Z (about 1 year ago)
- Topics: arch-linux, archlinux, shell-script
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to
```ocaml
_ __ ___ ___ _ __ ___ ___
| '_ ` _ \ / _ \| '__/ _ \/ __|
| | | | | | (_) | | | (_) \__ \
|_| |_| |_|\___/|_| \___/|___/
```
Just another ArchLinux Setup Script
## During installation you can choose between following partition schemes:
### 1. Laptop Dualboot
| Mount point | Size | Filesystem |
| ----------- | ---------------------- | ---------- |
| /boot | 1 GiB (for dualboot) | FAT32 |
| SWAP | 32 GiB (2 x RAM) | SWAP |
| / | 1/3 of free disk space | EXT4 |
| /home | 2/3 of free disk space | EXT4 |
### 2. Desktop Singleboot
| Mount point | Size | Filesystem |
| ----------- | ---------------------- | ---------- |
| /boot | 1 GiB (for dualboot) | FAT32 |
| SWAP | 32 GiB (2 x RAM) | SWAP |
| / | 1/3 of free disk space | EXT4 |
| /home | 2/3 of free disk space | EXT4 |
### 3. VM (for Virtual Machines)
| Mount point | Size | Filesystem |
| ----------- | ----------------------- | ---------- |
| /boot | 512 MiB | FAT32 |
| / | 100% of free disk space | EXT4 |