https://github.com/cachyos/cachyos-live-iso
https://github.com/cachyos/cachyos-live-iso
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cachyos/cachyos-live-iso
- Owner: CachyOS
- License: gpl-3.0
- Created: 2021-10-10T15:16:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T15:17:42.000Z (about 1 year ago)
- Last Synced: 2025-05-08T01:45:50.205Z (about 1 year ago)
- Language: Shell
- Size: 1.67 MB
- Stars: 34
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
These are the basic needed files and folders to build CachyOS system.
### buildiso
buildiso is used to build CachyOS ISO.
#### Arguments
~~~
$ ./buildiso.sh -h
Usage: buildiso [options]
-c Disable clean work dir
-h This help
-p Buildset or profile [default: desktop]
-v Verbose output to log file, show profile detail (-q)
~~~
* Uses the same signature that normal repo and has no mirrors package to install.
```bash
sudo pacman -Syy
```
### Install necessary packages:
```bash
sudo pacman -S archiso mkinitcpio-archiso git squashfs-tools grub --needed
```
### Clone:
```bash
git clone https://github.com/cachyos/cachyos-live-iso.git cachyos-archiso
cd cachyos-archiso
```
### Build
```bash
sudo ./buildiso.sh -p desktop -v
```
As the result iso appears at the `out` folder