Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit e5f852e

Browse files
authored
build update
1 parent 53febc4 commit e5f852e

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vitunix-iso
22

3-
### Building process
3+
## Building process
44

55

66
```bash
@@ -14,6 +14,29 @@ git clone https://github.com/vitunix/vitunix-iso.git
1414

1515
```
1616

17+
## Changing repo source
18+
19+
- I use repo db locally, you have to use the one I hosted on github
20+
- Change the following lines
21+
22+
#### Open pacman.conf
23+
24+
- Uncomment the core packages and comment out the testing one as follows:
25+
26+
```
27+
## Core packages repo ##
28+
[vitunix-repo]
29+
SigLevel = Optional TrustAll
30+
Server = https://vitunix.github.io/$repo/$arch
31+
32+
## Testing
33+
#[vitunix-repo]
34+
#SigLevel = Optional TrustAll
35+
#Server = file:///home/wind/stuff/proj/vitunix-repo/x86_64
36+
```
37+
38+
## Compile iso
39+
1740
```bash
1841

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

0 commit comments

Comments
 (0)