Skip to content

CachyOS/CachyOS-Live-ISO

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 <profile>       Buildset or profile [default: kde]
    -v                 Verbose output to log file, show profile detail (-q)
  • Uses the same signature that normal repo and has no mirrors package to install.

sudo pacman -Syy

Install necessary packages

sudo pacman -S archiso mkinitcpio-archiso git squashfs-tools --needed

Clone:
git clone https://github.com/cachyos/cachyos-live-iso.git cachyos-archiso

cd cachyos-archiso

Build

sudo ./buildiso.sh -p kde -v

The iso appears at out folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages