Skip to content

vitunix/vitunix-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vitunix-iso ( Downlaod )

Building process

sudo pacman -S archiso
git clone https://github.com/vitunix/vitunix-iso.git

Changing repo source

  • I use repo db locally, you have to use the one I hosted on github
  • Change the following lines

Open pacman.conf

  • Uncomment the core packages and comment out the testing one as follows:
## Core packages repo ##
[vitunix-repo]
SigLevel = Optional TrustAll
Server = https://vitunix.github.io/$repo/$arch

## Testing
#[vitunix-repo]
#SigLevel = Optional TrustAll
#Server = file:///home/wind/stuff/proj/vitunix-repo/x86_64

Compile iso

sudo mkarchiso -v -w work -o out vitunix-iso/src

Note

Try to compile the iso on an arch based distro.