File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,43 @@ Packages in TCET Linux is managed by package manager.
105105
106106## How to build ISO
107107
108- ### 1. Build
108+ ### 1. Clone repository
109109```bash
110110git clone https://github.com/tcet-opensource/tcet-linux.git
111+ ```
112+
113+ ### 2. Setup Keys
114+ ``` bash
115+ # Akash Dubey (Shut in arch linux guy)
116+ sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44
117+ sudo pacman-key --lsign-key 280178FA27665D44
118+
119+ # Rishabh Jha (Neovim lober)
120+ sudo pacman-key --keyserver keyserver.ubuntu.com -r 421FFABA41F36DA5
121+ sudo pacman-key --lsign-key 421FFABA41F36DA5
122+
123+ # Atharva Vartak (Technical head)
124+ sudo pacman-key --keyserver keyserver.ubuntu.com -r 02F660CD5FA77EBB
125+ sudo pacman-key --lsign-key 02F660CD5FA77EBB
126+
127+ # Harsh Upadhyay (kya likhu?)
128+ sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534
129+ sudo pacman-key --lsign-key BF4E1E687DD0A534
130+ ```
131+
132+ ### 3. Build
133+ ``` bash
134+ # Using build script
135+ cd tcet-linux
136+ ./buildiso # Uses tcet-linux-keyring package
137+ ```
138+ OR
139+ ``` bash
111140cd tcet-linux
112- ./buildiso
141+ sudo mkarchiso -v . # Uses keyring from keyserver
113142```
114143
115- ### 2 . ISO will appear in ` work/out/ ` directory
144+ ### 4 . ISO will appear in ` work/out/ ` directory
116145<br />
117146
118147## Important Links:
You can’t perform that action at this time.
0 commit comments