Menu

Tree [668e3f] main /
 History

HTTPS access


File Date Author Commit
 .github 2023-03-01 #!/bin/gourav #!/bin/gourav [95b41c] Create FUNDING.yml
 src 2023-03-12 heapbytes heapbytes [668e3f] default grub theme
 LICENSE 2023-03-07 #!/bin/gourav #!/bin/gourav [85c6f1] Create LICENSE
 README.md 2023-03-08 #!/bin/gourav #!/bin/gourav [3740c2] download src
 mkarchiso 2023-03-01 G0urav G0urav [18a88c] compile script

Read Me

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.